Shades of Zircon #E4EDEF
Tints of Zircon #E4EDEF
RGB
CMYK
RGB Variations
Color information
#E4EDEF (or 0xE4EDEF) is known color: Zircon. HEX triplet: E4, ED and EF. RGB value is (228,237,239). Sum of RGB (Red+Green+Blue) = 228+237+239=704 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.39% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 239 (93.75% from 255 or 33.95% from 704); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4EDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4EDEF is #1B1210. Grayscale: #EAEAEA. Windows color (decimal): -1774097 or 15724004. OLE color: 15724004.
HSL color Cylindrical-coordinate representation of color #E4EDEF: hue angle of 190.91º degrees, saturation: 0.26, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E4EDEF is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 237 | 239 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.06 |
| HSL | 190.91º | 0.26% | 0.92% | - |
| HSV(B) | 190.91º | 0.05% | 0.94% | - |
| XYZ | 77.86 | 83.29 | 93.64 | - |
| YUV | 234.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 237 | 239 | 0.05 | 0.01 | 0 | 0.06 | 190.91 | 0.26 | 0.92 |
| Hex | E4 | ED | EF | 5 | 1 | 0 | 6 | BF | 1A | 5C |
| Octal | 344 | 355 | 357 | 5 | 1 | 0 | 6 | 277 | 32 | 134 |
| Binary | 11100100 | 11101101 | 11101111 | 101 | 1 | 0 | 110 | 10111111 | 11010 | 1011100 |
Color Harmonies of #E4EDEF
Complementary color
Monochromatic Colors of #E4EDEF
Black with #E4EDEF
Text Example
Text Example
White with #E4EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EDEF; }
p { color: rgb(228,237,239); }
H1.HeaderClassName
{
color: #E4EDEF;
}
.AnyTagClassName
{
color: #E4EDEF;
}
</style>
background-color css
<style>
a { background-color: #E4EDEF; }
a { background-color: rgb(228,237,239); }
div.DivClassName
{
background-color: #E4EDEF;
}
.BgClassName
{
background-color: #E4EDEF;
}
</style>
border-color css
<style>
span { border-color: #E4EDEF; }
span { border-color: rgb(228,237,239); }
td.TdClassName
{
border-color: #E4EDEF;
}
.TagClassName
{
border-color: #E4EDEF;
}
</style>