Shades of Zircon #DFEDEC
Tints of Zircon #DFEDEC
RGB
CMYK
RGB Variations
Color information
#DFEDEC (or 0xDFEDEC) is known color: Zircon. HEX triplet: DF, ED and EC. RGB value is (223,237,236). Sum of RGB (Red+Green+Blue) = 223+237+236=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDEC is #201213. Grayscale: #E8E8E8. Windows color (decimal): -2101780 or 15527391. OLE color: 15527391.
HSL color Cylindrical-coordinate representation of color #DFEDEC: hue angle of 175.71º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFEDEC is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 237 | 236 | - |
CMYK | 0.06 | 0 | 0.00 | 0.07 |
HSL | 175.71º | 0.28% | 0.9% | - |
HSV(B) | 175.71º | 0.06% | 0.93% | - |
XYZ | 75.86 | 82.31 | 91.25 | - |
YUV | 232.7 | 129.86 | 121.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 236 | 0.06 | 0 | 0.00 | 0.07 | 175.71 | 0.28 | 0.9 |
Hex | DF | ED | EC | 6 | 0 | 0 | 7 | B0 | 1C | 5A |
Octal | 337 | 355 | 354 | 6 | 0 | 0 | 7 | 260 | 34 | 132 |
Binary | 11011111 | 11101101 | 11101100 | 110 | 0 | 0 | 111 | 10110000 | 11100 | 1011010 |
Color Harmonies of #DFEDEC
Complementary color
Monochromatic Colors of #DFEDEC
Black with #DFEDEC
Text Example
Text Example
White with #DFEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDEC; }
p { color: rgb(223,237,236); }
H1.HeaderClassName
{
color: #DFEDEC;
}
.AnyTagClassName
{
color: #DFEDEC;
}
</style>
background-color css
<style>
a { background-color: #DFEDEC; }
a { background-color: rgb(223,237,236); }
div.DivClassName
{
background-color: #DFEDEC;
}
.BgClassName
{
background-color: #DFEDEC;
}
</style>
border-color css
<style>
span { border-color: #DFEDEC; }
span { border-color: rgb(223,237,236); }
td.TdClassName
{
border-color: #DFEDEC;
}
.TagClassName
{
border-color: #DFEDEC;
}
</style>