Shades of Zircon #DEECED
Tints of Zircon #DEECED
RGB
CMYK
RGB Variations
Color information
#DEECED (or 0xDEECED) is known color: Zircon. HEX triplet: DE, EC and ED. RGB value is (222,236,237). Sum of RGB (Red+Green+Blue) = 222+236+237=695 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.94% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEECED is #211312. Grayscale: #E7E7E7. Windows color (decimal): -2167571 or 15592670. OLE color: 15592670.
HSL color Cylindrical-coordinate representation of color #DEECED: hue angle of 184º degrees, saturation: 0.29, 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 #DEECED is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 237 | - |
| CMYK | 0.06 | 0.00 | 0 | 0.07 |
| HSL | 184º | 0.29% | 0.9% | - |
| HSV(B) | 184º | 0.06% | 0.93% | - |
| XYZ | 75.41 | 81.63 | 91.9 | - |
| YUV | 231.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 237 | 0.06 | 0.00 | 0 | 0.07 | 184 | 0.29 | 0.9 |
| Hex | DE | EC | ED | 6 | 0 | 0 | 7 | B8 | 1D | 5A |
| Octal | 336 | 354 | 355 | 6 | 0 | 0 | 7 | 270 | 35 | 132 |
| Binary | 11011110 | 11101100 | 11101101 | 110 | 0 | 0 | 111 | 10111000 | 11101 | 1011010 |
Color Harmonies of #DEECED
Complementary color
Monochromatic Colors of #DEECED
Black with #DEECED
Text Example
Text Example
White with #DEECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECED; }
p { color: rgb(222,236,237); }
H1.HeaderClassName
{
color: #DEECED;
}
.AnyTagClassName
{
color: #DEECED;
}
</style>
background-color css
<style>
a { background-color: #DEECED; }
a { background-color: rgb(222,236,237); }
div.DivClassName
{
background-color: #DEECED;
}
.BgClassName
{
background-color: #DEECED;
}
</style>
border-color css
<style>
span { border-color: #DEECED; }
span { border-color: rgb(222,236,237); }
td.TdClassName
{
border-color: #DEECED;
}
.TagClassName
{
border-color: #DEECED;
}
</style>