Shades of Zircon #E0ECED
Tints of Zircon #E0ECED
RGB
CMYK
RGB Variations
Color information
#E0ECED (or 0xE0ECED) is known color: Zircon. HEX triplet: E0, EC and ED. RGB value is (224,236,237). Sum of RGB (Red+Green+Blue) = 224+236+237=697 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.14% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0ECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0ECED is #1F1312. Grayscale: #E8E8E8. Windows color (decimal): -2036499 or 15592672. OLE color: 15592672.
HSL color Cylindrical-coordinate representation of color #E0ECED: hue angle of 184.62º 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 #E0ECED is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 224 | 236 | 237 | - |
CMYK | 0.05 | 0.00 | 0 | 0.07 |
HSL | 184.62º | 0.27% | 0.9% | - |
HSV(B) | 184.62º | 0.05% | 0.93% | - |
XYZ | 76.02 | 81.95 | 91.93 | - |
YUV | 232.53 | 130.52 | 121.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 224 | 236 | 237 | 0.05 | 0.00 | 0 | 0.07 | 184.62 | 0.27 | 0.9 |
Hex | E0 | EC | ED | 5 | 0 | 0 | 7 | B9 | 1B | 5A |
Octal | 340 | 354 | 355 | 5 | 0 | 0 | 7 | 271 | 33 | 132 |
Binary | 11100000 | 11101100 | 11101101 | 101 | 0 | 0 | 111 | 10111001 | 11011 | 1011010 |
Color Harmonies of #E0ECED
Complementary color
Monochromatic Colors of #E0ECED
Black with #E0ECED
Text Example
Text Example
White with #E0ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECED; }
p { color: rgb(224,236,237); }
H1.HeaderClassName
{
color: #E0ECED;
}
.AnyTagClassName
{
color: #E0ECED;
}
</style>
background-color css
<style>
a { background-color: #E0ECED; }
a { background-color: rgb(224,236,237); }
div.DivClassName
{
background-color: #E0ECED;
}
.BgClassName
{
background-color: #E0ECED;
}
</style>
border-color css
<style>
span { border-color: #E0ECED; }
span { border-color: rgb(224,236,237); }
td.TdClassName
{
border-color: #E0ECED;
}
.TagClassName
{
border-color: #E0ECED;
}
</style>