Shades of Zircon #E1EFEF
Tints of Zircon #E1EFEF
RGB
CMYK
RGB Variations
Color information
#E1EFEF (or 0xE1EFEF) is known color: Zircon. HEX triplet: E1, EF and EF. RGB value is (225,239,239). Sum of RGB (Red+Green+Blue) = 225+239+239=703 (93% of max value = 765). Red value is 225 (88.28% from 255 or 32.01% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #E1EFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EFEF is #1E1010. Grayscale: #EAEAEA. Windows color (decimal): -1970193 or 15724513. OLE color: 15724513.
HSL color Cylindrical-coordinate representation of color #E1EFEF: hue angle of 180º degrees, saturation: 0.3, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1EFEF is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 239 | 239 | - |
| CMYK | 0.06 | 0 | 0 | 0.06 |
| HSL | 180º | 0.3% | 0.91% | - |
| HSV(B) | 180º | 0.06% | 0.94% | - |
| XYZ | 77.5 | 83.97 | 93.79 | - |
| YUV | 234.81 | 130.36 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 239 | 239 | 0.06 | 0 | 0 | 0.06 | 180 | 0.3 | 0.91 |
| Hex | E1 | EF | EF | 6 | 0 | 0 | 6 | B4 | 1E | 5B |
| Octal | 341 | 357 | 357 | 6 | 0 | 0 | 6 | 264 | 36 | 133 |
| Binary | 11100001 | 11101111 | 11101111 | 110 | 0 | 0 | 110 | 10110100 | 11110 | 1011011 |
Color Harmonies of #E1EFEF
Complementary color
Monochromatic Colors of #E1EFEF
Black with #E1EFEF
Text Example
Text Example
White with #E1EFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EFEF; }
p { color: rgb(225,239,239); }
H1.HeaderClassName
{
color: #E1EFEF;
}
.AnyTagClassName
{
color: #E1EFEF;
}
</style>
background-color css
<style>
a { background-color: #E1EFEF; }
a { background-color: rgb(225,239,239); }
div.DivClassName
{
background-color: #E1EFEF;
}
.BgClassName
{
background-color: #E1EFEF;
}
</style>
border-color css
<style>
span { border-color: #E1EFEF; }
span { border-color: rgb(225,239,239); }
td.TdClassName
{
border-color: #E1EFEF;
}
.TagClassName
{
border-color: #E1EFEF;
}
</style>