Shades of Zircon #DFECED
Tints of Zircon #DFECED
RGB
CMYK
RGB Variations
Color information
#DFECED (or 0xDFECED) is known color: Zircon. HEX triplet: DF, EC and ED. RGB value is (223,236,237). Sum of RGB (Red+Green+Blue) = 223+236+237=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECED is #201312. Grayscale: #E8E8E8. Windows color (decimal): -2102035 or 15592671. OLE color: 15592671.
HSL color Cylindrical-coordinate representation of color #DFECED: hue angle of 184.29º 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 #DFECED is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 236 | 237 | - |
CMYK | 0.06 | 0.00 | 0 | 0.07 |
HSL | 184.29º | 0.28% | 0.9% | - |
HSV(B) | 184.29º | 0.06% | 0.93% | - |
XYZ | 75.71 | 81.79 | 91.92 | - |
YUV | 232.23 | 130.69 | 121.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 236 | 237 | 0.06 | 0.00 | 0 | 0.07 | 184.29 | 0.28 | 0.9 |
Hex | DF | EC | ED | 6 | 0 | 0 | 7 | B8 | 1C | 5A |
Octal | 337 | 354 | 355 | 6 | 0 | 0 | 7 | 270 | 34 | 132 |
Binary | 11011111 | 11101100 | 11101101 | 110 | 0 | 0 | 111 | 10111000 | 11100 | 1011010 |
Color Harmonies of #DFECED
Complementary color
Monochromatic Colors of #DFECED
Black with #DFECED
Text Example
Text Example
White with #DFECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECED; }
p { color: rgb(223,236,237); }
H1.HeaderClassName
{
color: #DFECED;
}
.AnyTagClassName
{
color: #DFECED;
}
</style>
background-color css
<style>
a { background-color: #DFECED; }
a { background-color: rgb(223,236,237); }
div.DivClassName
{
background-color: #DFECED;
}
.BgClassName
{
background-color: #DFECED;
}
</style>
border-color css
<style>
span { border-color: #DFECED; }
span { border-color: rgb(223,236,237); }
td.TdClassName
{
border-color: #DFECED;
}
.TagClassName
{
border-color: #DFECED;
}
</style>