Shades of Zircon #E3EAEA
Tints of Zircon #E3EAEA
RGB
CMYK
RGB Variations
Color information
#E3EAEA (or 0xE3EAEA) is known color: Zircon. HEX triplet: E3, EA and EA. RGB value is (227,234,234). Sum of RGB (Red+Green+Blue) = 227+234+234=695 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.66% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #E3EAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EAEA is #1C1515. Grayscale: #E7E7E7. Windows color (decimal): -1840406 or 15395555. OLE color: 15395555.
HSL color Cylindrical-coordinate representation of color #E3EAEA: hue angle of 180º degrees, saturation: 0.14, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E3EAEA is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 234 | 234 | - |
| CMYK | 0.03 | 0 | 0 | 0.08 |
| HSL | 180º | 0.14% | 0.9% | - |
| HSV(B) | 180º | 0.03% | 0.92% | - |
| XYZ | 75.95 | 81.12 | 89.5 | - |
| YUV | 231.91 | 129.18 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 234 | 234 | 0.03 | 0 | 0 | 0.08 | 180 | 0.14 | 0.9 |
| Hex | E3 | EA | EA | 3 | 0 | 0 | 8 | B4 | E | 5A |
| Octal | 343 | 352 | 352 | 3 | 0 | 0 | 10 | 264 | 16 | 132 |
| Binary | 11100011 | 11101010 | 11101010 | 11 | 0 | 0 | 1000 | 10110100 | 1110 | 1011010 |
Color Harmonies of #E3EAEA
Complementary color
Monochromatic Colors of #E3EAEA
Black with #E3EAEA
Text Example
Text Example
White with #E3EAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EAEA; }
p { color: rgb(227,234,234); }
H1.HeaderClassName
{
color: #E3EAEA;
}
.AnyTagClassName
{
color: #E3EAEA;
}
</style>
background-color css
<style>
a { background-color: #E3EAEA; }
a { background-color: rgb(227,234,234); }
div.DivClassName
{
background-color: #E3EAEA;
}
.BgClassName
{
background-color: #E3EAEA;
}
</style>
border-color css
<style>
span { border-color: #E3EAEA; }
span { border-color: rgb(227,234,234); }
td.TdClassName
{
border-color: #E3EAEA;
}
.TagClassName
{
border-color: #E3EAEA;
}
</style>