Shades of Zircon #E1ECED
Tints of Zircon #E1ECED
RGB
CMYK
RGB Variations
Color information
#E1ECED (or 0xE1ECED) is known color: Zircon. HEX triplet: E1, EC and ED. RGB value is (225,236,237). Sum of RGB (Red+Green+Blue) = 225+236+237=698 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.23% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1ECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1ECED is #1E1312. Grayscale: #E8E8E8. Windows color (decimal): -1970963 or 15592673. OLE color: 15592673.
HSL color Cylindrical-coordinate representation of color #E1ECED: hue angle of 185º degrees, saturation: 0.25, 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 #E1ECED is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 236 | 237 | - |
| CMYK | 0.05 | 0.00 | 0 | 0.07 |
| HSL | 185º | 0.25% | 0.91% | - |
| HSV(B) | 185º | 0.05% | 0.93% | - |
| XYZ | 76.33 | 82.11 | 91.95 | - |
| YUV | 232.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 237 | 0.05 | 0.00 | 0 | 0.07 | 185 | 0.25 | 0.91 |
| Hex | E1 | EC | ED | 5 | 0 | 0 | 7 | B9 | 19 | 5B |
| Octal | 341 | 354 | 355 | 5 | 0 | 0 | 7 | 271 | 31 | 133 |
| Binary | 11100001 | 11101100 | 11101101 | 101 | 0 | 0 | 111 | 10111001 | 11001 | 1011011 |
Color Harmonies of #E1ECED
Complementary color
Monochromatic Colors of #E1ECED
Black with #E1ECED
Text Example
Text Example
White with #E1ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ECED; }
p { color: rgb(225,236,237); }
H1.HeaderClassName
{
color: #E1ECED;
}
.AnyTagClassName
{
color: #E1ECED;
}
</style>
background-color css
<style>
a { background-color: #E1ECED; }
a { background-color: rgb(225,236,237); }
div.DivClassName
{
background-color: #E1ECED;
}
.BgClassName
{
background-color: #E1ECED;
}
</style>
border-color css
<style>
span { border-color: #E1ECED; }
span { border-color: rgb(225,236,237); }
td.TdClassName
{
border-color: #E1ECED;
}
.TagClassName
{
border-color: #E1ECED;
}
</style>