Shades of Zircon #E7ECEC
Tints of Zircon #E7ECEC
RGB
CMYK
RGB Variations
Color information
#E7ECEC (or 0xE7ECEC) is known color: Zircon. HEX triplet: E7, EC and EC. RGB value is (231,236,236). Sum of RGB (Red+Green+Blue) = 231+236+236=703 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.86% from 703); Green value is 236 (92.58% from 255 or 33.57% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #E7ECEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7ECEC is #181313. Grayscale: #EAEAEA. Windows color (decimal): -1577748 or 15527143. OLE color: 15527143.
HSL color Cylindrical-coordinate representation of color #E7ECEC: hue angle of 180º degrees, saturation: 0.12, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E7ECEC is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 236 | 236 | - |
CMYK | 0.02 | 0 | 0 | 0.07 |
HSL | 180º | 0.12% | 0.92% | - |
HSV(B) | 180º | 0.02% | 0.93% | - |
XYZ | 78.09 | 83.04 | 91.27 | - |
YUV | 234.51 | 128.84 | 125.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 236 | 236 | 0.02 | 0 | 0 | 0.07 | 180 | 0.12 | 0.92 |
Hex | E7 | EC | EC | 2 | 0 | 0 | 7 | B4 | C | 5C |
Octal | 347 | 354 | 354 | 2 | 0 | 0 | 7 | 264 | 14 | 134 |
Binary | 11100111 | 11101100 | 11101100 | 10 | 0 | 0 | 111 | 10110100 | 1100 | 1011100 |
Color Harmonies of #E7ECEC
Complementary color
Monochromatic Colors of #E7ECEC
Black with #E7ECEC
Text Example
Text Example
White with #E7ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ECEC; }
p { color: rgb(231,236,236); }
H1.HeaderClassName
{
color: #E7ECEC;
}
.AnyTagClassName
{
color: #E7ECEC;
}
</style>
background-color css
<style>
a { background-color: #E7ECEC; }
a { background-color: rgb(231,236,236); }
div.DivClassName
{
background-color: #E7ECEC;
}
.BgClassName
{
background-color: #E7ECEC;
}
</style>
border-color css
<style>
span { border-color: #E7ECEC; }
span { border-color: rgb(231,236,236); }
td.TdClassName
{
border-color: #E7ECEC;
}
.TagClassName
{
border-color: #E7ECEC;
}
</style>