Shades of Zircon #E1ECEC
Tints of Zircon #E1ECEC
RGB
CMYK
RGB Variations
Color information
#E1ECEC (or 0xE1ECEC) is known color: Zircon. HEX triplet: E1, EC and EC. RGB value is (225,236,236). Sum of RGB (Red+Green+Blue) = 225+236+236=697 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.28% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #E1ECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1ECEC is #1E1313. Grayscale: #E8E8E8. Windows color (decimal): -1970964 or 15527137. OLE color: 15527137.
HSL color Cylindrical-coordinate representation of color #E1ECEC: hue angle of 180º degrees, saturation: 0.22, 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 #E1ECEC is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 236 | 236 | - |
| CMYK | 0.05 | 0 | 0 | 0.07 |
| HSL | 180º | 0.22% | 0.9% | - |
| HSV(B) | 180º | 0.05% | 0.93% | - |
| XYZ | 76.19 | 82.05 | 91.18 | - |
| YUV | 232.71 | 129.86 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 236 | 0.05 | 0 | 0 | 0.07 | 180 | 0.22 | 0.9 |
| Hex | E1 | EC | EC | 5 | 0 | 0 | 7 | B4 | 16 | 5A |
| Octal | 341 | 354 | 354 | 5 | 0 | 0 | 7 | 264 | 26 | 132 |
| Binary | 11100001 | 11101100 | 11101100 | 101 | 0 | 0 | 111 | 10110100 | 10110 | 1011010 |
Color Harmonies of #E1ECEC
Complementary color
Monochromatic Colors of #E1ECEC
Black with #E1ECEC
Text Example
Text Example
White with #E1ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ECEC; }
p { color: rgb(225,236,236); }
H1.HeaderClassName
{
color: #E1ECEC;
}
.AnyTagClassName
{
color: #E1ECEC;
}
</style>
background-color css
<style>
a { background-color: #E1ECEC; }
a { background-color: rgb(225,236,236); }
div.DivClassName
{
background-color: #E1ECEC;
}
.BgClassName
{
background-color: #E1ECEC;
}
</style>
border-color css
<style>
span { border-color: #E1ECEC; }
span { border-color: rgb(225,236,236); }
td.TdClassName
{
border-color: #E1ECEC;
}
.TagClassName
{
border-color: #E1ECEC;
}
</style>