Shades of Zircon #E0EDED
Tints of Zircon #E0EDED
RGB
CMYK
RGB Variations
Color information
#E0EDED (or 0xE0EDED) is known color: Zircon. HEX triplet: E0, ED and ED. RGB value is (224,237,237). Sum of RGB (Red+Green+Blue) = 224+237+237=698 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.09% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #E0EDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EDED is #1F1212. Grayscale: #E9E9E9. Windows color (decimal): -2036243 or 15592928. OLE color: 15592928.
HSL color Cylindrical-coordinate representation of color #E0EDED: hue angle of 180º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0EDED is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 237 | 237 | - |
| CMYK | 0.05 | 0 | 0 | 0.07 |
| HSL | 180º | 0.27% | 0.9% | - |
| HSV(B) | 180º | 0.05% | 0.93% | - |
| XYZ | 76.31 | 82.53 | 92.03 | - |
| YUV | 233.11 | 130.19 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 237 | 237 | 0.05 | 0 | 0 | 0.07 | 180 | 0.27 | 0.9 |
| Hex | E0 | ED | ED | 5 | 0 | 0 | 7 | B4 | 1B | 5A |
| Octal | 340 | 355 | 355 | 5 | 0 | 0 | 7 | 264 | 33 | 132 |
| Binary | 11100000 | 11101101 | 11101101 | 101 | 0 | 0 | 111 | 10110100 | 11011 | 1011010 |
Color Harmonies of #E0EDED
Complementary color
Monochromatic Colors of #E0EDED
Black with #E0EDED
Text Example
Text Example
White with #E0EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EDED; }
p { color: rgb(224,237,237); }
H1.HeaderClassName
{
color: #E0EDED;
}
.AnyTagClassName
{
color: #E0EDED;
}
</style>
background-color css
<style>
a { background-color: #E0EDED; }
a { background-color: rgb(224,237,237); }
div.DivClassName
{
background-color: #E0EDED;
}
.BgClassName
{
background-color: #E0EDED;
}
</style>
border-color css
<style>
span { border-color: #E0EDED; }
span { border-color: rgb(224,237,237); }
td.TdClassName
{
border-color: #E0EDED;
}
.TagClassName
{
border-color: #E0EDED;
}
</style>