#189 LightSteelBlue1
#D7D7FF
ExtendedHEX#D7D7FF
RGB215, 215, 255
HSL240°, 100%, 92%
CMYK16%, 16%, 0%, 0%
Xterm ID189
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;189m Background (fondo)
\x1b[48;5;189m Bash echo
echo -e "\033[38;5;189mTexto\033[0m" Python
print(f"\033[38;5;189mTexto\033[0m") CSS
Color HEX
color: #D7D7FF; Color RGB
color: rgb(215, 215, 255); Background
background-color: #D7D7FF;