Conversions to/from XTerm256.
Creates XTerm256 from RGB.
Converts XTerm256 to RGB.
@type rgb() :: Pote.rgb()
@type xterm256() :: Pote.xterm256()
@spec from_rgb(rgb()) :: xterm256()
@spec to_rgb(xterm256()) :: rgb()