Shades of Zircon #E7EBEC
Tints of Zircon #E7EBEC
RGB
CMYK
RGB Variations
Color information
#E7EBEC (or 0xE7EBEC) is known color: Zircon. HEX triplet: E7, EB and EC. RGB value is (231,235,236). Sum of RGB (Red+Green+Blue) = 231+235+236=702 (92% of max value = 765). Red value is 231 (90.62% from 255 or 32.91% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7EBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EBEC is #181413. Grayscale: #E9E9E9. Windows color (decimal): -1578004 or 15526887. OLE color: 15526887.
HSL color Cylindrical-coordinate representation of color #E7EBEC: hue angle of 192º 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 #E7EBEC is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 235 | 236 | - |
CMYK | 0.02 | 0.00 | 0 | 0.07 |
HSL | 192º | 0.12% | 0.92% | - |
HSV(B) | 192º | 0.02% | 0.93% | - |
XYZ | 77.8 | 82.46 | 91.17 | - |
YUV | 233.92 | 129.17 | 125.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 235 | 236 | 0.02 | 0.00 | 0 | 0.07 | 192 | 0.12 | 0.92 |
Hex | E7 | EB | EC | 2 | 0 | 0 | 7 | C0 | C | 5C |
Octal | 347 | 353 | 354 | 2 | 0 | 0 | 7 | 300 | 14 | 134 |
Binary | 11100111 | 11101011 | 11101100 | 10 | 0 | 0 | 111 | 11000000 | 1100 | 1011100 |
Color Harmonies of #E7EBEC
Complementary color
Monochromatic Colors of #E7EBEC
Black with #E7EBEC
Text Example
Text Example
White with #E7EBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EBEC; }
p { color: rgb(231,235,236); }
H1.HeaderClassName
{
color: #E7EBEC;
}
.AnyTagClassName
{
color: #E7EBEC;
}
</style>
background-color css
<style>
a { background-color: #E7EBEC; }
a { background-color: rgb(231,235,236); }
div.DivClassName
{
background-color: #E7EBEC;
}
.BgClassName
{
background-color: #E7EBEC;
}
</style>
border-color css
<style>
span { border-color: #E7EBEC; }
span { border-color: rgb(231,235,236); }
td.TdClassName
{
border-color: #E7EBEC;
}
.TagClassName
{
border-color: #E7EBEC;
}
</style>