Shades of Zircon #E3EDEF
Tints of Zircon #E3EDEF
RGB
CMYK
RGB Variations
Color information
#E3EDEF (or 0xE3EDEF) is known color: Zircon. HEX triplet: E3, ED and EF. RGB value is (227,237,239). Sum of RGB (Red+Green+Blue) = 227+237+239=703 (93% of max value = 765). Red value is 227 (89.06% from 255 or 32.29% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 239 - color contains mainly: blue. Hex color #E3EDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EDEF is #1C1210. Grayscale: #EAEAEA. Windows color (decimal): -1839633 or 15724003. OLE color: 15724003.
HSL color Cylindrical-coordinate representation of color #E3EDEF: hue angle of 190º degrees, saturation: 0.27, 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 #E3EDEF is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 237 | 239 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.06 |
| HSL | 190º | 0.27% | 0.91% | - |
| HSV(B) | 190º | 0.05% | 0.94% | - |
| XYZ | 77.54 | 83.13 | 93.62 | - |
| YUV | 234.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 237 | 239 | 0.05 | 0.01 | 0 | 0.06 | 190 | 0.27 | 0.91 |
| Hex | E3 | ED | EF | 5 | 1 | 0 | 6 | BE | 1B | 5B |
| Octal | 343 | 355 | 357 | 5 | 1 | 0 | 6 | 276 | 33 | 133 |
| Binary | 11100011 | 11101101 | 11101111 | 101 | 1 | 0 | 110 | 10111110 | 11011 | 1011011 |
Color Harmonies of #E3EDEF
Complementary color
Monochromatic Colors of #E3EDEF
Black with #E3EDEF
Text Example
Text Example
White with #E3EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EDEF; }
p { color: rgb(227,237,239); }
H1.HeaderClassName
{
color: #E3EDEF;
}
.AnyTagClassName
{
color: #E3EDEF;
}
</style>
background-color css
<style>
a { background-color: #E3EDEF; }
a { background-color: rgb(227,237,239); }
div.DivClassName
{
background-color: #E3EDEF;
}
.BgClassName
{
background-color: #E3EDEF;
}
</style>
border-color css
<style>
span { border-color: #E3EDEF; }
span { border-color: rgb(227,237,239); }
td.TdClassName
{
border-color: #E3EDEF;
}
.TagClassName
{
border-color: #E3EDEF;
}
</style>