Shades of Zircon #E2E9E9
Tints of Zircon #E2E9E9
RGB
CMYK
RGB Variations
Color information
#E2E9E9 (or 0xE2E9E9) is known color: Zircon. HEX triplet: E2, E9 and E9. RGB value is (226,233,233). Sum of RGB (Red+Green+Blue) = 226+233+233=692 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.66% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 233 (91.41% from 255 or 33.67% from 692); Max value from RGB is 233 - color contains mainly: green, blue. Hex color #E2E9E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E9E9 is #1D1616. Grayscale: #E6E6E6. Windows color (decimal): -1906199 or 15329762. OLE color: 15329762.
HSL color Cylindrical-coordinate representation of color #E2E9E9: hue angle of 180º degrees, saturation: 0.14, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2E9E9 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 226 | 233 | 233 | - |
CMYK | 0.03 | 0 | 0 | 0.09 |
HSL | 180º | 0.14% | 0.9% | - |
HSV(B) | 180º | 0.03% | 0.91% | - |
XYZ | 75.21 | 80.33 | 88.63 | - |
YUV | 230.91 | 129.18 | 124.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 233 | 233 | 0.03 | 0 | 0 | 0.09 | 180 | 0.14 | 0.9 |
Hex | E2 | E9 | E9 | 3 | 0 | 0 | 9 | B4 | E | 5A |
Octal | 342 | 351 | 351 | 3 | 0 | 0 | 11 | 264 | 16 | 132 |
Binary | 11100010 | 11101001 | 11101001 | 11 | 0 | 0 | 1001 | 10110100 | 1110 | 1011010 |
Color Harmonies of #E2E9E9
Complementary color
Monochromatic Colors of #E2E9E9
Black with #E2E9E9
Text Example
Text Example
White with #E2E9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E9E9; }
p { color: rgb(226,233,233); }
H1.HeaderClassName
{
color: #E2E9E9;
}
.AnyTagClassName
{
color: #E2E9E9;
}
</style>
background-color css
<style>
a { background-color: #E2E9E9; }
a { background-color: rgb(226,233,233); }
div.DivClassName
{
background-color: #E2E9E9;
}
.BgClassName
{
background-color: #E2E9E9;
}
</style>
border-color css
<style>
span { border-color: #E2E9E9; }
span { border-color: rgb(226,233,233); }
td.TdClassName
{
border-color: #E2E9E9;
}
.TagClassName
{
border-color: #E2E9E9;
}
</style>