Shades of Zircon #DEEBEC
Tints of Zircon #DEEBEC
RGB
CMYK
RGB Variations
Color information
#DEEBEC (or 0xDEEBEC) is known color: Zircon. HEX triplet: DE, EB and EC. RGB value is (222,235,236). Sum of RGB (Red+Green+Blue) = 222+235+236=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEEBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEBEC is #211413. Grayscale: #E7E7E7. Windows color (decimal): -2167828 or 15526878. OLE color: 15526878.
HSL color Cylindrical-coordinate representation of color #DEEBEC: hue angle of 184.29º degrees, saturation: 0.27, 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 #DEEBEC is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 235 | 236 | - |
| CMYK | 0.06 | 0.00 | 0 | 0.07 |
| HSL | 184.29º | 0.27% | 0.9% | - |
| HSV(B) | 184.29º | 0.06% | 0.93% | - |
| XYZ | 74.97 | 81 | 91.04 | - |
| YUV | 231.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 236 | 0.06 | 0.00 | 0 | 0.07 | 184.29 | 0.27 | 0.9 |
| Hex | DE | EB | EC | 6 | 0 | 0 | 7 | B8 | 1B | 5A |
| Octal | 336 | 353 | 354 | 6 | 0 | 0 | 7 | 270 | 33 | 132 |
| Binary | 11011110 | 11101011 | 11101100 | 110 | 0 | 0 | 111 | 10111000 | 11011 | 1011010 |
Color Harmonies of #DEEBEC
Complementary color
Monochromatic Colors of #DEEBEC
Black with #DEEBEC
Text Example
Text Example
White with #DEEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEBEC; }
p { color: rgb(222,235,236); }
H1.HeaderClassName
{
color: #DEEBEC;
}
.AnyTagClassName
{
color: #DEEBEC;
}
</style>
background-color css
<style>
a { background-color: #DEEBEC; }
a { background-color: rgb(222,235,236); }
div.DivClassName
{
background-color: #DEEBEC;
}
.BgClassName
{
background-color: #DEEBEC;
}
</style>
border-color css
<style>
span { border-color: #DEEBEC; }
span { border-color: rgb(222,235,236); }
td.TdClassName
{
border-color: #DEEBEC;
}
.TagClassName
{
border-color: #DEEBEC;
}
</style>