Shades of Zircon #E7EAEA
Tints of Zircon #E7EAEA
RGB
CMYK
RGB Variations
Color information
#E7EAEA (or 0xE7EAEA) is known color: Zircon. HEX triplet: E7, EA and EA. RGB value is (231,234,234). Sum of RGB (Red+Green+Blue) = 231+234+234=699 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.05% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 234 (91.80% from 255 or 33.48% from 699); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #E7EAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EAEA is #181515. Grayscale: #E9E9E9. Windows color (decimal): -1578262 or 15395559. OLE color: 15395559.
HSL color Cylindrical-coordinate representation of color #E7EAEA: hue angle of 180º degrees, saturation: 0.07, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E7EAEA is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 231 | 234 | 234 | - |
CMYK | 0.01 | 0 | 0 | 0.08 |
HSL | 180º | 0.07% | 0.91% | - |
HSV(B) | 180º | 0.01% | 0.92% | - |
XYZ | 77.23 | 81.78 | 89.56 | - |
YUV | 233.1 | 128.51 | 126.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 234 | 234 | 0.01 | 0 | 0 | 0.08 | 180 | 0.07 | 0.91 |
Hex | E7 | EA | EA | 1 | 0 | 0 | 8 | B4 | 7 | 5B |
Octal | 347 | 352 | 352 | 1 | 0 | 0 | 10 | 264 | 7 | 133 |
Binary | 11100111 | 11101010 | 11101010 | 1 | 0 | 0 | 1000 | 10110100 | 111 | 1011011 |
Color Harmonies of #E7EAEA
Complementary color
Monochromatic Colors of #E7EAEA
Black with #E7EAEA
Text Example
Text Example
White with #E7EAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EAEA; }
p { color: rgb(231,234,234); }
H1.HeaderClassName
{
color: #E7EAEA;
}
.AnyTagClassName
{
color: #E7EAEA;
}
</style>
background-color css
<style>
a { background-color: #E7EAEA; }
a { background-color: rgb(231,234,234); }
div.DivClassName
{
background-color: #E7EAEA;
}
.BgClassName
{
background-color: #E7EAEA;
}
</style>
border-color css
<style>
span { border-color: #E7EAEA; }
span { border-color: rgb(231,234,234); }
td.TdClassName
{
border-color: #E7EAEA;
}
.TagClassName
{
border-color: #E7EAEA;
}
</style>