Shades of Zircon #E1EAEB
Tints of Zircon #E1EAEB
RGB
CMYK
RGB Variations
Color information
#E1EAEB (or 0xE1EAEB) is known color: Zircon. HEX triplet: E1, EA and EB. RGB value is (225,234,235). Sum of RGB (Red+Green+Blue) = 225+234+235=694 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.42% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1EAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EAEB is #1E1514. Grayscale: #E7E7E7. Windows color (decimal): -1971477 or 15461089. OLE color: 15461089.
HSL color Cylindrical-coordinate representation of color #E1EAEB: hue angle of 186º degrees, saturation: 0.2, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1EAEB is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 234 | 235 | - |
| CMYK | 0.04 | 0.00 | 0 | 0.08 |
| HSL | 186º | 0.2% | 0.9% | - |
| HSV(B) | 186º | 0.04% | 0.92% | - |
| XYZ | 75.47 | 80.85 | 90.23 | - |
| YUV | 231.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 234 | 235 | 0.04 | 0.00 | 0 | 0.08 | 186 | 0.2 | 0.9 |
| Hex | E1 | EA | EB | 4 | 0 | 0 | 8 | BA | 14 | 5A |
| Octal | 341 | 352 | 353 | 4 | 0 | 0 | 10 | 272 | 24 | 132 |
| Binary | 11100001 | 11101010 | 11101011 | 100 | 0 | 0 | 1000 | 10111010 | 10100 | 1011010 |
Color Harmonies of #E1EAEB
Complementary color
Monochromatic Colors of #E1EAEB
Black with #E1EAEB
Text Example
Text Example
White with #E1EAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EAEB; }
p { color: rgb(225,234,235); }
H1.HeaderClassName
{
color: #E1EAEB;
}
.AnyTagClassName
{
color: #E1EAEB;
}
</style>
background-color css
<style>
a { background-color: #E1EAEB; }
a { background-color: rgb(225,234,235); }
div.DivClassName
{
background-color: #E1EAEB;
}
.BgClassName
{
background-color: #E1EAEB;
}
</style>
border-color css
<style>
span { border-color: #E1EAEB; }
span { border-color: rgb(225,234,235); }
td.TdClassName
{
border-color: #E1EAEB;
}
.TagClassName
{
border-color: #E1EAEB;
}
</style>