Shades of Zircon #E7EDED
Tints of Zircon #E7EDED
RGB
CMYK
RGB Variations
Color information
#E7EDED (or 0xE7EDED) is known color: Zircon. HEX triplet: E7, ED and ED. RGB value is (231,237,237). Sum of RGB (Red+Green+Blue) = 231+237+237=705 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.77% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #E7EDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EDED is #181212. Grayscale: #EBEBEB. Windows color (decimal): -1577491 or 15592935. OLE color: 15592935.
HSL color Cylindrical-coordinate representation of color #E7EDED: hue angle of 180º degrees, saturation: 0.14, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E7EDED is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 237 | 237 | - |
CMYK | 0.03 | 0 | 0 | 0.07 |
HSL | 180º | 0.14% | 0.92% | - |
HSV(B) | 180º | 0.03% | 0.93% | - |
XYZ | 78.53 | 83.67 | 92.13 | - |
YUV | 235.21 | 129.01 | 125 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 237 | 237 | 0.03 | 0 | 0 | 0.07 | 180 | 0.14 | 0.92 |
Hex | E7 | ED | ED | 3 | 0 | 0 | 7 | B4 | E | 5C |
Octal | 347 | 355 | 355 | 3 | 0 | 0 | 7 | 264 | 16 | 134 |
Binary | 11100111 | 11101101 | 11101101 | 11 | 0 | 0 | 111 | 10110100 | 1110 | 1011100 |
Color Harmonies of #E7EDED
Complementary color
Monochromatic Colors of #E7EDED
Black with #E7EDED
Text Example
Text Example
White with #E7EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EDED; }
p { color: rgb(231,237,237); }
H1.HeaderClassName
{
color: #E7EDED;
}
.AnyTagClassName
{
color: #E7EDED;
}
</style>
background-color css
<style>
a { background-color: #E7EDED; }
a { background-color: rgb(231,237,237); }
div.DivClassName
{
background-color: #E7EDED;
}
.BgClassName
{
background-color: #E7EDED;
}
</style>
border-color css
<style>
span { border-color: #E7EDED; }
span { border-color: rgb(231,237,237); }
td.TdClassName
{
border-color: #E7EDED;
}
.TagClassName
{
border-color: #E7EDED;
}
</style>