Shades of Zircon #E9EDED
Tints of Zircon #E9EDED
RGB
CMYK
RGB Variations
Color information
#E9EDED (or 0xE9EDED) is known color: Zircon. HEX triplet: E9, ED and ED. RGB value is (233,237,237). Sum of RGB (Red+Green+Blue) = 233+237+237=707 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.96% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #E9EDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EDED is #161212. Grayscale: #EBEBEB. Windows color (decimal): -1446419 or 15592937. OLE color: 15592937.
HSL color Cylindrical-coordinate representation of color #E9EDED: hue angle of 180º degrees, saturation: 0.1, 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 #E9EDED is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 233 | 237 | 237 | - |
CMYK | 0.02 | 0 | 0 | 0.07 |
HSL | 180º | 0.1% | 0.92% | - |
HSV(B) | 180º | 0.02% | 0.93% | - |
XYZ | 79.17 | 84.01 | 92.16 | - |
YUV | 235.8 | 128.67 | 126 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 237 | 237 | 0.02 | 0 | 0 | 0.07 | 180 | 0.1 | 0.92 |
Hex | E9 | ED | ED | 2 | 0 | 0 | 7 | B4 | A | 5C |
Octal | 351 | 355 | 355 | 2 | 0 | 0 | 7 | 264 | 12 | 134 |
Binary | 11101001 | 11101101 | 11101101 | 10 | 0 | 0 | 111 | 10110100 | 1010 | 1011100 |
Color Harmonies of #E9EDED
Complementary color
Monochromatic Colors of #E9EDED
Black with #E9EDED
Text Example
Text Example
White with #E9EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EDED; }
p { color: rgb(233,237,237); }
H1.HeaderClassName
{
color: #E9EDED;
}
.AnyTagClassName
{
color: #E9EDED;
}
</style>
background-color css
<style>
a { background-color: #E9EDED; }
a { background-color: rgb(233,237,237); }
div.DivClassName
{
background-color: #E9EDED;
}
.BgClassName
{
background-color: #E9EDED;
}
</style>
border-color css
<style>
span { border-color: #E9EDED; }
span { border-color: rgb(233,237,237); }
td.TdClassName
{
border-color: #E9EDED;
}
.TagClassName
{
border-color: #E9EDED;
}
</style>