Shades of Zircon #E9EFF0
Tints of Zircon #E9EFF0
RGB
CMYK
RGB Variations
Color information
#E9EFF0 (or 0xE9EFF0) is known color: Zircon. HEX triplet: E9, EF and F0. RGB value is (233,239,240). Sum of RGB (Red+Green+Blue) = 233+239+240=712 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.72% from 712); Green value is 239 (93.75% from 255 or 33.57% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 240 - color contains mainly: blue. Hex color #E9EFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EFF0 is #16100F. Grayscale: #EDEDED. Windows color (decimal): -1445904 or 15790057. OLE color: 15790057.
HSL color Cylindrical-coordinate representation of color #E9EFF0: hue angle of 188.57º degrees, saturation: 0.19, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E9EFF0 is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 239 | 240 | - |
| CMYK | 0.03 | 0.00 | 0 | 0.06 |
| HSL | 188.57º | 0.19% | 0.93% | - |
| HSV(B) | 188.57º | 0.03% | 0.94% | - |
| XYZ | 80.2 | 85.35 | 94.68 | - |
| YUV | 237.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 239 | 240 | 0.03 | 0.00 | 0 | 0.06 | 188.57 | 0.19 | 0.93 |
| Hex | E9 | EF | F0 | 3 | 0 | 0 | 6 | BD | 13 | 5D |
| Octal | 351 | 357 | 360 | 3 | 0 | 0 | 6 | 275 | 23 | 135 |
| Binary | 11101001 | 11101111 | 11110000 | 11 | 0 | 0 | 110 | 10111101 | 10011 | 1011101 |
Color Harmonies of #E9EFF0
Complementary color
Monochromatic Colors of #E9EFF0
Black with #E9EFF0
Text Example
Text Example
White with #E9EFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EFF0; }
p { color: rgb(233,239,240); }
H1.HeaderClassName
{
color: #E9EFF0;
}
.AnyTagClassName
{
color: #E9EFF0;
}
</style>
background-color css
<style>
a { background-color: #E9EFF0; }
a { background-color: rgb(233,239,240); }
div.DivClassName
{
background-color: #E9EFF0;
}
.BgClassName
{
background-color: #E9EFF0;
}
</style>
border-color css
<style>
span { border-color: #E9EFF0; }
span { border-color: rgb(233,239,240); }
td.TdClassName
{
border-color: #E9EFF0;
}
.TagClassName
{
border-color: #E9EFF0;
}
</style>