Shades of Zircon #E8EFEF
Tints of Zircon #E8EFEF
RGB
CMYK
RGB Variations
Color information
#E8EFEF (or 0xE8EFEF) is known color: Zircon. HEX triplet: E8, EF and EF. RGB value is (232,239,239). Sum of RGB (Red+Green+Blue) = 232+239+239=710 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.68% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #E8EFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EFEF is #171010. Grayscale: #ECECEC. Windows color (decimal): -1511441 or 15724520. OLE color: 15724520.
HSL color Cylindrical-coordinate representation of color #E8EFEF: hue angle of 180º degrees, saturation: 0.18, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E8EFEF is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 239 | 239 | - |
| CMYK | 0.03 | 0 | 0 | 0.06 |
| HSL | 180º | 0.18% | 0.92% | - |
| HSV(B) | 180º | 0.03% | 0.94% | - |
| XYZ | 79.73 | 85.12 | 93.89 | - |
| YUV | 236.91 | 129.18 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 239 | 239 | 0.03 | 0 | 0 | 0.06 | 180 | 0.18 | 0.92 |
| Hex | E8 | EF | EF | 3 | 0 | 0 | 6 | B4 | 12 | 5C |
| Octal | 350 | 357 | 357 | 3 | 0 | 0 | 6 | 264 | 22 | 134 |
| Binary | 11101000 | 11101111 | 11101111 | 11 | 0 | 0 | 110 | 10110100 | 10010 | 1011100 |
Color Harmonies of #E8EFEF
Complementary color
Monochromatic Colors of #E8EFEF
Black with #E8EFEF
Text Example
Text Example
White with #E8EFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EFEF; }
p { color: rgb(232,239,239); }
H1.HeaderClassName
{
color: #E8EFEF;
}
.AnyTagClassName
{
color: #E8EFEF;
}
</style>
background-color css
<style>
a { background-color: #E8EFEF; }
a { background-color: rgb(232,239,239); }
div.DivClassName
{
background-color: #E8EFEF;
}
.BgClassName
{
background-color: #E8EFEF;
}
</style>
border-color css
<style>
span { border-color: #E8EFEF; }
span { border-color: rgb(232,239,239); }
td.TdClassName
{
border-color: #E8EFEF;
}
.TagClassName
{
border-color: #E8EFEF;
}
</style>