#defdef color space conversions
Hex:
#defdef
RGB:
222, 253, 239
CMY:
13, 1, 6
CMYK:
12, 0, 6, 1
HSL:
153°, 88.5714%, 93.1373%
HSV (HSB):
153°, 12.2530%, 99.2157%
XYZ:
80.8295, 92.0121, 95.1613
xyY:
0.3016, 0.3433, 92.0121
CIE-Lab:
96.8253, -12.6045, 3.3077
CIE-LCH:
96.8253, 13.0313, 165.2957
CIE-Luv:
96.8253, -16.0060, 7.3240
Hunter-Lab:
95.9230, -17.4522, 8.3269
#defdef color charts
#defdef RGB chart
#defdef CMYK chart
#defdef RGB pie chart
#defdef color shades, tints & tones
#defdef color schemes
#defdef color preview, HTML & CSS examples
This text has a color of #defdef
<p style="color:#defdef;">Text here</p>
.mytext {color:#defdef;}
Text color #defdef
This box has a color of #defdef
<div style="background-color:#defdef;">Content here</div>
.mybackground {background-color:#defdef;}
Background color #defdef
Border around this has a color of #defdef
<div style="border:2px solid #defdef;">Content here</div>
.myborder {border:2px solid #defdef;}
Border color #defdef