Shades of Zircon #E2EDEF
Tints of Zircon #E2EDEF
RGB
CMYK
RGB Variations
Color information
#E2EDEF (or 0xE2EDEF) is known color: Zircon. HEX triplet: E2, ED and EF. RGB value is (226,237,239). Sum of RGB (Red+Green+Blue) = 226+237+239=702 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.19% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2EDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EDEF is #1D1210. Grayscale: #E9E9E9. Windows color (decimal): -1905169 or 15724002. OLE color: 15724002.
HSL color Cylindrical-coordinate representation of color #E2EDEF: hue angle of 189.23º 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 #E2EDEF is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 237 | 239 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.06 |
| HSL | 189.23º | 0.29% | 0.91% | - |
| HSV(B) | 189.23º | 0.05% | 0.94% | - |
| XYZ | 77.23 | 82.97 | 93.61 | - |
| YUV | 233.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 237 | 239 | 0.05 | 0.01 | 0 | 0.06 | 189.23 | 0.29 | 0.91 |
| Hex | E2 | ED | EF | 5 | 1 | 0 | 6 | BD | 1D | 5B |
| Octal | 342 | 355 | 357 | 5 | 1 | 0 | 6 | 275 | 35 | 133 |
| Binary | 11100010 | 11101101 | 11101111 | 101 | 1 | 0 | 110 | 10111101 | 11101 | 1011011 |
Color Harmonies of #E2EDEF
Complementary color
Monochromatic Colors of #E2EDEF
Black with #E2EDEF
Text Example
Text Example
White with #E2EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EDEF; }
p { color: rgb(226,237,239); }
H1.HeaderClassName
{
color: #E2EDEF;
}
.AnyTagClassName
{
color: #E2EDEF;
}
</style>
background-color css
<style>
a { background-color: #E2EDEF; }
a { background-color: rgb(226,237,239); }
div.DivClassName
{
background-color: #E2EDEF;
}
.BgClassName
{
background-color: #E2EDEF;
}
</style>
border-color css
<style>
span { border-color: #E2EDEF; }
span { border-color: rgb(226,237,239); }
td.TdClassName
{
border-color: #E2EDEF;
}
.TagClassName
{
border-color: #E2EDEF;
}
</style>