Shades of Zircon #E1ECEE
Tints of Zircon #E1ECEE
RGB
CMYK
RGB Variations
Color information
#E1ECEE (or 0xE1ECEE) is known color: Zircon. HEX triplet: E1, EC and EE. RGB value is (225,236,238). Sum of RGB (Red+Green+Blue) = 225+236+238=699 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.19% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1ECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1ECEE is #1E1311. Grayscale: #E8E8E8. Windows color (decimal): -1970962 or 15658209. OLE color: 15658209.
HSL color Cylindrical-coordinate representation of color #E1ECEE: hue angle of 189.23º degrees, saturation: 0.28, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1ECEE is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 236 | 238 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.07 |
| HSL | 189.23º | 0.28% | 0.91% | - |
| HSV(B) | 189.23º | 0.05% | 0.93% | - |
| XYZ | 76.48 | 82.17 | 92.72 | - |
| YUV | 232.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 238 | 0.05 | 0.01 | 0 | 0.07 | 189.23 | 0.28 | 0.91 |
| Hex | E1 | EC | EE | 5 | 1 | 0 | 7 | BD | 1C | 5B |
| Octal | 341 | 354 | 356 | 5 | 1 | 0 | 7 | 275 | 34 | 133 |
| Binary | 11100001 | 11101100 | 11101110 | 101 | 1 | 0 | 111 | 10111101 | 11100 | 1011011 |
Color Harmonies of #E1ECEE
Complementary color
Monochromatic Colors of #E1ECEE
Black with #E1ECEE
Text Example
Text Example
White with #E1ECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ECEE; }
p { color: rgb(225,236,238); }
H1.HeaderClassName
{
color: #E1ECEE;
}
.AnyTagClassName
{
color: #E1ECEE;
}
</style>
background-color css
<style>
a { background-color: #E1ECEE; }
a { background-color: rgb(225,236,238); }
div.DivClassName
{
background-color: #E1ECEE;
}
.BgClassName
{
background-color: #E1ECEE;
}
</style>
border-color css
<style>
span { border-color: #E1ECEE; }
span { border-color: rgb(225,236,238); }
td.TdClassName
{
border-color: #E1ECEE;
}
.TagClassName
{
border-color: #E1ECEE;
}
</style>