Shades of Zircon #E0EBEC
Tints of Zircon #E0EBEC
RGB
CMYK
RGB Variations
Color information
#E0EBEC (or 0xE0EBEC) is known color: Zircon. HEX triplet: E0, EB and EC. RGB value is (224,235,236). Sum of RGB (Red+Green+Blue) = 224+235+236=695 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.23% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0EBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EBEC is #1F1413. Grayscale: #E7E7E7. Windows color (decimal): -2036756 or 15526880. OLE color: 15526880.
HSL color Cylindrical-coordinate representation of color #E0EBEC: hue angle of 185º degrees, saturation: 0.24, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0EBEC is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 235 | 236 | - |
| CMYK | 0.05 | 0.00 | 0 | 0.07 |
| HSL | 185º | 0.24% | 0.9% | - |
| HSV(B) | 185º | 0.05% | 0.93% | - |
| XYZ | 75.59 | 81.32 | 91.07 | - |
| YUV | 231.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 235 | 236 | 0.05 | 0.00 | 0 | 0.07 | 185 | 0.24 | 0.9 |
| Hex | E0 | EB | EC | 5 | 0 | 0 | 7 | B9 | 18 | 5A |
| Octal | 340 | 353 | 354 | 5 | 0 | 0 | 7 | 271 | 30 | 132 |
| Binary | 11100000 | 11101011 | 11101100 | 101 | 0 | 0 | 111 | 10111001 | 11000 | 1011010 |
Color Harmonies of #E0EBEC
Complementary color
Monochromatic Colors of #E0EBEC
Black with #E0EBEC
Text Example
Text Example
White with #E0EBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EBEC; }
p { color: rgb(224,235,236); }
H1.HeaderClassName
{
color: #E0EBEC;
}
.AnyTagClassName
{
color: #E0EBEC;
}
</style>
background-color css
<style>
a { background-color: #E0EBEC; }
a { background-color: rgb(224,235,236); }
div.DivClassName
{
background-color: #E0EBEC;
}
.BgClassName
{
background-color: #E0EBEC;
}
</style>
border-color css
<style>
span { border-color: #E0EBEC; }
span { border-color: rgb(224,235,236); }
td.TdClassName
{
border-color: #E0EBEC;
}
.TagClassName
{
border-color: #E0EBEC;
}
</style>