Shades of Zircon #E2EFEF
Tints of Zircon #E2EFEF
RGB
CMYK
RGB Variations
Color information
#E2EFEF (or 0xE2EFEF) is known color: Zircon. HEX triplet: E2, EF and EF. RGB value is (226,239,239). Sum of RGB (Red+Green+Blue) = 226+239+239=704 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.10% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 239 (93.75% from 255 or 33.95% from 704); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #E2EFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EFEF is #1D1010. Grayscale: #EBEBEB. Windows color (decimal): -1904657 or 15724514. OLE color: 15724514.
HSL color Cylindrical-coordinate representation of color #E2EFEF: hue angle of 180º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2EFEF is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 239 | - |
| CMYK | 0.05 | 0 | 0 | 0.06 |
| HSL | 180º | 0.29% | 0.91% | - |
| HSV(B) | 180º | 0.05% | 0.94% | - |
| XYZ | 77.81 | 84.13 | 93.8 | - |
| YUV | 235.11 | 130.19 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 239 | 0.05 | 0 | 0 | 0.06 | 180 | 0.29 | 0.91 |
| Hex | E2 | EF | EF | 5 | 0 | 0 | 6 | B4 | 1D | 5B |
| Octal | 342 | 357 | 357 | 5 | 0 | 0 | 6 | 264 | 35 | 133 |
| Binary | 11100010 | 11101111 | 11101111 | 101 | 0 | 0 | 110 | 10110100 | 11101 | 1011011 |
Color Harmonies of #E2EFEF
Complementary color
Monochromatic Colors of #E2EFEF
Black with #E2EFEF
Text Example
Text Example
White with #E2EFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EFEF; }
p { color: rgb(226,239,239); }
H1.HeaderClassName
{
color: #E2EFEF;
}
.AnyTagClassName
{
color: #E2EFEF;
}
</style>
background-color css
<style>
a { background-color: #E2EFEF; }
a { background-color: rgb(226,239,239); }
div.DivClassName
{
background-color: #E2EFEF;
}
.BgClassName
{
background-color: #E2EFEF;
}
</style>
border-color css
<style>
span { border-color: #E2EFEF; }
span { border-color: rgb(226,239,239); }
td.TdClassName
{
border-color: #E2EFEF;
}
.TagClassName
{
border-color: #E2EFEF;
}
</style>