Shades of Zircon #E1EDEF
Tints of Zircon #E1EDEF
RGB
CMYK
RGB Variations
Color information
#E1EDEF (or 0xE1EDEF) is known color: Zircon. HEX triplet: E1, ED and EF. RGB value is (225,237,239). Sum of RGB (Red+Green+Blue) = 225+237+239=701 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.10% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1EDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EDEF is #1E1210. Grayscale: #E9E9E9. Windows color (decimal): -1970705 or 15724001. OLE color: 15724001.
HSL color Cylindrical-coordinate representation of color #E1EDEF: hue angle of 188.57º 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 #E1EDEF is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 237 | 239 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.06 |
| HSL | 188.57º | 0.3% | 0.91% | - |
| HSV(B) | 188.57º | 0.06% | 0.94% | - |
| XYZ | 76.92 | 82.81 | 93.59 | - |
| YUV | 233.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 239 | 0.06 | 0.01 | 0 | 0.06 | 188.57 | 0.3 | 0.91 |
| Hex | E1 | ED | EF | 6 | 1 | 0 | 6 | BD | 1E | 5B |
| Octal | 341 | 355 | 357 | 6 | 1 | 0 | 6 | 275 | 36 | 133 |
| Binary | 11100001 | 11101101 | 11101111 | 110 | 1 | 0 | 110 | 10111101 | 11110 | 1011011 |
Color Harmonies of #E1EDEF
Complementary color
Monochromatic Colors of #E1EDEF
Black with #E1EDEF
Text Example
Text Example
White with #E1EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EDEF; }
p { color: rgb(225,237,239); }
H1.HeaderClassName
{
color: #E1EDEF;
}
.AnyTagClassName
{
color: #E1EDEF;
}
</style>
background-color css
<style>
a { background-color: #E1EDEF; }
a { background-color: rgb(225,237,239); }
div.DivClassName
{
background-color: #E1EDEF;
}
.BgClassName
{
background-color: #E1EDEF;
}
</style>
border-color css
<style>
span { border-color: #E1EDEF; }
span { border-color: rgb(225,237,239); }
td.TdClassName
{
border-color: #E1EDEF;
}
.TagClassName
{
border-color: #E1EDEF;
}
</style>