Shades of Zircon #E8EDED
Tints of Zircon #E8EDED
RGB
CMYK
RGB Variations
Color information
#E8EDED (or 0xE8EDED) is known color: Zircon. HEX triplet: E8, ED and ED. RGB value is (232,237,237). Sum of RGB (Red+Green+Blue) = 232+237+237=706 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.86% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #E8EDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EDED is #171212. Grayscale: #EBEBEB. Windows color (decimal): -1511955 or 15592936. OLE color: 15592936.
HSL color Cylindrical-coordinate representation of color #E8EDED: hue angle of 180º degrees, saturation: 0.12, 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 #E8EDED is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 232 | 237 | 237 | - |
CMYK | 0.02 | 0 | 0 | 0.07 |
HSL | 180º | 0.12% | 0.92% | - |
HSV(B) | 180º | 0.02% | 0.93% | - |
XYZ | 78.85 | 83.84 | 92.15 | - |
YUV | 235.51 | 128.84 | 125.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 237 | 237 | 0.02 | 0 | 0 | 0.07 | 180 | 0.12 | 0.92 |
Hex | E8 | ED | ED | 2 | 0 | 0 | 7 | B4 | C | 5C |
Octal | 350 | 355 | 355 | 2 | 0 | 0 | 7 | 264 | 14 | 134 |
Binary | 11101000 | 11101101 | 11101101 | 10 | 0 | 0 | 111 | 10110100 | 1100 | 1011100 |
Color Harmonies of #E8EDED
Complementary color
Monochromatic Colors of #E8EDED
Black with #E8EDED
Text Example
Text Example
White with #E8EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDED; }
p { color: rgb(232,237,237); }
H1.HeaderClassName
{
color: #E8EDED;
}
.AnyTagClassName
{
color: #E8EDED;
}
</style>
background-color css
<style>
a { background-color: #E8EDED; }
a { background-color: rgb(232,237,237); }
div.DivClassName
{
background-color: #E8EDED;
}
.BgClassName
{
background-color: #E8EDED;
}
</style>
border-color css
<style>
span { border-color: #E8EDED; }
span { border-color: rgb(232,237,237); }
td.TdClassName
{
border-color: #E8EDED;
}
.TagClassName
{
border-color: #E8EDED;
}
</style>