#defccc color space conversions
Hex:
#defccc
RGB:
222, 252, 204
CMY:
13, 1, 20
CMYK:
12, 0, 19, 1
HSL:
98°, 88.8889%, 89.4118%
HSV (HSB):
98°, 19.0476%, 98.8235%
XYZ:
75.8337, 89.5100, 70.4070
xyY:
0.3217, 0.3797, 89.5100
CIE-Lab:
95.7932, -18.1235, 19.7989
CIE-LCH:
95.7932, 26.8413, 132.4703
CIE-Luv:
95.7932, -14.5841, 32.3535
Hunter-Lab:
94.6097, -22.4918, 22.1042
#defccc color charts
#defccc color shades, tints & tones
#defccc color schemes
#defccc color preview, HTML & CSS examples
This text has a color of #defccc
<p style="color:#defccc;">Text here</p>
.mytext {color:#defccc;}
This box has a color of #defccc
<div style="background-color:#defccc;">Content here</div>
.mybackground {background-color:#defccc;}
Border around this has a color of #defccc
<div style="border:2px solid #defccc;">Content here</div>
.myborder {border:2px solid #defccc;}