Shades of Zircon #E2EBEC
Tints of Zircon #E2EBEC
RGB
CMYK
RGB Variations
Color information
#E2EBEC (or 0xE2EBEC) is known color: Zircon. HEX triplet: E2, EB and EC. RGB value is (226,235,236). Sum of RGB (Red+Green+Blue) = 226+235+236=697 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.42% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2EBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EBEC is #1D1413. Grayscale: #E8E8E8. Windows color (decimal): -1905684 or 15526882. OLE color: 15526882.
HSL color Cylindrical-coordinate representation of color #E2EBEC: hue angle of 186º degrees, saturation: 0.21, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E2EBEC is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 235 | 236 | - |
CMYK | 0.04 | 0.00 | 0 | 0.07 |
HSL | 186º | 0.21% | 0.91% | - |
HSV(B) | 186º | 0.04% | 0.93% | - |
XYZ | 76.21 | 81.64 | 91.1 | - |
YUV | 232.42 | 130.02 | 123.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 235 | 236 | 0.04 | 0.00 | 0 | 0.07 | 186 | 0.21 | 0.91 |
Hex | E2 | EB | EC | 4 | 0 | 0 | 7 | BA | 15 | 5B |
Octal | 342 | 353 | 354 | 4 | 0 | 0 | 7 | 272 | 25 | 133 |
Binary | 11100010 | 11101011 | 11101100 | 100 | 0 | 0 | 111 | 10111010 | 10101 | 1011011 |
Color Harmonies of #E2EBEC
Complementary color
Monochromatic Colors of #E2EBEC
Black with #E2EBEC
Text Example
Text Example
White with #E2EBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EBEC; }
p { color: rgb(226,235,236); }
H1.HeaderClassName
{
color: #E2EBEC;
}
.AnyTagClassName
{
color: #E2EBEC;
}
</style>
background-color css
<style>
a { background-color: #E2EBEC; }
a { background-color: rgb(226,235,236); }
div.DivClassName
{
background-color: #E2EBEC;
}
.BgClassName
{
background-color: #E2EBEC;
}
</style>
border-color css
<style>
span { border-color: #E2EBEC; }
span { border-color: rgb(226,235,236); }
td.TdClassName
{
border-color: #E2EBEC;
}
.TagClassName
{
border-color: #E2EBEC;
}
</style>