Shades of Zircon #E0EDEF
Tints of Zircon #E0EDEF
RGB
CMYK
RGB Variations
Color information
#E0EDEF (or 0xE0EDEF) is known color: Zircon. HEX triplet: E0, ED and EF. RGB value is (224,237,239). Sum of RGB (Red+Green+Blue) = 224+237+239=700 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0EDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EDEF is #1F1210. Grayscale: #E9E9E9. Windows color (decimal): -2036241 or 15724000. OLE color: 15724000.
HSL color Cylindrical-coordinate representation of color #E0EDEF: hue angle of 188º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0EDEF is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 237 | 239 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.06 |
| HSL | 188º | 0.32% | 0.91% | - |
| HSV(B) | 188º | 0.06% | 0.94% | - |
| XYZ | 76.6 | 82.65 | 93.58 | - |
| YUV | 233.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 237 | 239 | 0.06 | 0.01 | 0 | 0.06 | 188 | 0.32 | 0.91 |
| Hex | E0 | ED | EF | 6 | 1 | 0 | 6 | BC | 20 | 5B |
| Octal | 340 | 355 | 357 | 6 | 1 | 0 | 6 | 274 | 40 | 133 |
| Binary | 11100000 | 11101101 | 11101111 | 110 | 1 | 0 | 110 | 10111100 | 100000 | 1011011 |
Color Harmonies of #E0EDEF
Complementary color
Monochromatic Colors of #E0EDEF
Black with #E0EDEF
Text Example
Text Example
White with #E0EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EDEF; }
p { color: rgb(224,237,239); }
H1.HeaderClassName
{
color: #E0EDEF;
}
.AnyTagClassName
{
color: #E0EDEF;
}
</style>
background-color css
<style>
a { background-color: #E0EDEF; }
a { background-color: rgb(224,237,239); }
div.DivClassName
{
background-color: #E0EDEF;
}
.BgClassName
{
background-color: #E0EDEF;
}
</style>
border-color css
<style>
span { border-color: #E0EDEF; }
span { border-color: rgb(224,237,239); }
td.TdClassName
{
border-color: #E0EDEF;
}
.TagClassName
{
border-color: #E0EDEF;
}
</style>