Shades of Zircon #E2ECED
Tints of Zircon #E2ECED
RGB
CMYK
RGB Variations
Color information
#E2ECED (or 0xE2ECED) is known color: Zircon. HEX triplet: E2, EC and ED. RGB value is (226,236,237). Sum of RGB (Red+Green+Blue) = 226+236+237=699 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.33% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2ECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2ECED is #1D1312. Grayscale: #E9E9E9. Windows color (decimal): -1905427 or 15592674. OLE color: 15592674.
HSL color Cylindrical-coordinate representation of color #E2ECED: hue angle of 185.45º degrees, saturation: 0.23, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2ECED is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 236 | 237 | - |
CMYK | 0.05 | 0.00 | 0 | 0.07 |
HSL | 185.45º | 0.23% | 0.91% | - |
HSV(B) | 185.45º | 0.05% | 0.93% | - |
XYZ | 76.65 | 82.27 | 91.96 | - |
YUV | 233.12 | 130.19 | 122.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 236 | 237 | 0.05 | 0.00 | 0 | 0.07 | 185.45 | 0.23 | 0.91 |
Hex | E2 | EC | ED | 5 | 0 | 0 | 7 | B9 | 17 | 5B |
Octal | 342 | 354 | 355 | 5 | 0 | 0 | 7 | 271 | 27 | 133 |
Binary | 11100010 | 11101100 | 11101101 | 101 | 0 | 0 | 111 | 10111001 | 10111 | 1011011 |
Color Harmonies of #E2ECED
Complementary color
Monochromatic Colors of #E2ECED
Black with #E2ECED
Text Example
Text Example
White with #E2ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECED; }
p { color: rgb(226,236,237); }
H1.HeaderClassName
{
color: #E2ECED;
}
.AnyTagClassName
{
color: #E2ECED;
}
</style>
background-color css
<style>
a { background-color: #E2ECED; }
a { background-color: rgb(226,236,237); }
div.DivClassName
{
background-color: #E2ECED;
}
.BgClassName
{
background-color: #E2ECED;
}
</style>
border-color css
<style>
span { border-color: #E2ECED; }
span { border-color: rgb(226,236,237); }
td.TdClassName
{
border-color: #E2ECED;
}
.TagClassName
{
border-color: #E2ECED;
}
</style>