Shades of Zircon #E0ECEE
Tints of Zircon #E0ECEE
RGB
CMYK
RGB Variations
Color information
#E0ECEE (or 0xE0ECEE) is known color: Zircon. HEX triplet: E0, EC and EE. RGB value is (224,236,238). Sum of RGB (Red+Green+Blue) = 224+236+238=698 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.09% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0ECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0ECEE is #1F1311. Grayscale: #E8E8E8. Windows color (decimal): -2036498 or 15658208. OLE color: 15658208.
HSL color Cylindrical-coordinate representation of color #E0ECEE: hue angle of 188.57º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0ECEE is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 238 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.07 |
| HSL | 188.57º | 0.29% | 0.91% | - |
| HSV(B) | 188.57º | 0.06% | 0.93% | - |
| XYZ | 76.17 | 82.01 | 92.7 | - |
| YUV | 232.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 238 | 0.06 | 0.01 | 0 | 0.07 | 188.57 | 0.29 | 0.91 |
| Hex | E0 | EC | EE | 6 | 1 | 0 | 7 | BD | 1D | 5B |
| Octal | 340 | 354 | 356 | 6 | 1 | 0 | 7 | 275 | 35 | 133 |
| Binary | 11100000 | 11101100 | 11101110 | 110 | 1 | 0 | 111 | 10111101 | 11101 | 1011011 |
Color Harmonies of #E0ECEE
Complementary color
Monochromatic Colors of #E0ECEE
Black with #E0ECEE
Text Example
Text Example
White with #E0ECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECEE; }
p { color: rgb(224,236,238); }
H1.HeaderClassName
{
color: #E0ECEE;
}
.AnyTagClassName
{
color: #E0ECEE;
}
</style>
background-color css
<style>
a { background-color: #E0ECEE; }
a { background-color: rgb(224,236,238); }
div.DivClassName
{
background-color: #E0ECEE;
}
.BgClassName
{
background-color: #E0ECEE;
}
</style>
border-color css
<style>
span { border-color: #E0ECEE; }
span { border-color: rgb(224,236,238); }
td.TdClassName
{
border-color: #E0ECEE;
}
.TagClassName
{
border-color: #E0ECEE;
}
</style>