#253 Grey85
#DADADA
GreyscaleHEX#DADADA
RGB218, 218, 218
HSL0°, 0%, 85%
CMYK0%, 0%, 0%, 15%
Xterm ID253
GrupoGreyscale
Códigos de Terminal
Foreground (texto)
\x1b[38;5;253m Background (fondo)
\x1b[48;5;253m Bash echo
echo -e "\033[38;5;253mTexto\033[0m" Python
print(f"\033[38;5;253mTexto\033[0m") CSS
Color HEX
color: #DADADA; Color RGB
color: rgb(218, 218, 218); Background
background-color: #DADADA;