Shades of Zircon #E9EEEF
Tints of Zircon #E9EEEF
RGB
CMYK
RGB Variations
Color information
#E9EEEF (or 0xE9EEEF) is known color: Zircon. HEX triplet: E9, EE and EF. RGB value is (233,238,239). Sum of RGB (Red+Green+Blue) = 233+238+239=710 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.82% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9EEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EEEF is #161110. Grayscale: #ECECEC. Windows color (decimal): -1446161 or 15724265. OLE color: 15724265.
HSL color Cylindrical-coordinate representation of color #E9EEEF: hue angle of 190º degrees, saturation: 0.16, 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 #E9EEEF is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 233 | 238 | 239 | - |
CMYK | 0.03 | 0.00 | 0 | 0.06 |
HSL | 190º | 0.16% | 0.93% | - |
HSV(B) | 190º | 0.03% | 0.94% | - |
XYZ | 79.76 | 84.7 | 93.81 | - |
YUV | 236.62 | 129.34 | 125.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 238 | 239 | 0.03 | 0.00 | 0 | 0.06 | 190 | 0.16 | 0.93 |
Hex | E9 | EE | EF | 3 | 0 | 0 | 6 | BE | 10 | 5D |
Octal | 351 | 356 | 357 | 3 | 0 | 0 | 6 | 276 | 20 | 135 |
Binary | 11101001 | 11101110 | 11101111 | 11 | 0 | 0 | 110 | 10111110 | 10000 | 1011101 |
Color Harmonies of #E9EEEF
Complementary color
Monochromatic Colors of #E9EEEF
Black with #E9EEEF
Text Example
Text Example
White with #E9EEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EEEF; }
p { color: rgb(233,238,239); }
H1.HeaderClassName
{
color: #E9EEEF;
}
.AnyTagClassName
{
color: #E9EEEF;
}
</style>
background-color css
<style>
a { background-color: #E9EEEF; }
a { background-color: rgb(233,238,239); }
div.DivClassName
{
background-color: #E9EEEF;
}
.BgClassName
{
background-color: #E9EEEF;
}
</style>
border-color css
<style>
span { border-color: #E9EEEF; }
span { border-color: rgb(233,238,239); }
td.TdClassName
{
border-color: #E9EEEF;
}
.TagClassName
{
border-color: #E9EEEF;
}
</style>