#defcdc color space conversions
Hex:
#defcdc
RGB:
222, 252, 220
CMY:
13, 1, 14
CMYK:
12, 0, 13, 1
HSL:
116°, 84.2105%, 92.5490%
HSV (HSB):
116°, 12.6984%, 98.8235%
XYZ:
77.8529, 90.3177, 81.0399
xyY:
0.3124, 0.3624, 90.3177
CIE-Lab:
96.1284, -15.4885, 12.0755
CIE-LCH:
96.1284, 19.6396, 142.0584
CIE-Luv:
96.1284, -15.0015, 20.9183
Hunter-Lab:
95.0356, -20.0857, 15.9665
#defcdc color charts
#defcdc color shades, tints & tones
#defcdc color schemes
#defcdc color preview, HTML & CSS examples
This text has a color of #defcdc
<p style="color:#defcdc;">Text here</p>
.mytext {color:#defcdc;}
This box has a color of #defcdc
<div style="background-color:#defcdc;">Content here</div>
.mybackground {background-color:#defcdc;}
Border around this has a color of #defcdc
<div style="border:2px solid #defcdc;">Content here</div>
.myborder {border:2px solid #defcdc;}