Shades of Zircon #E4EDEE
Tints of Zircon #E4EDEE
RGB
CMYK
RGB Variations
Color information
#E4EDEE (or 0xE4EDEE) is known color: Zircon. HEX triplet: E4, ED and EE. RGB value is (228,237,238). Sum of RGB (Red+Green+Blue) = 228+237+238=703 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.43% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 238 - color contains mainly: blue. Hex color #E4EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4EDEE is #1B1211. Grayscale: #EAEAEA. Windows color (decimal): -1774098 or 15658468. OLE color: 15658468.
HSL color Cylindrical-coordinate representation of color #E4EDEE: hue angle of 186º degrees, saturation: 0.23, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E4EDEE is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 228 | 237 | 238 | - |
CMYK | 0.04 | 0.00 | 0 | 0.07 |
HSL | 186º | 0.23% | 0.91% | - |
HSV(B) | 186º | 0.04% | 0.93% | - |
XYZ | 77.71 | 83.24 | 92.86 | - |
YUV | 234.42 | 130.02 | 123.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 237 | 238 | 0.04 | 0.00 | 0 | 0.07 | 186 | 0.23 | 0.91 |
Hex | E4 | ED | EE | 4 | 0 | 0 | 7 | BA | 17 | 5B |
Octal | 344 | 355 | 356 | 4 | 0 | 0 | 7 | 272 | 27 | 133 |
Binary | 11100100 | 11101101 | 11101110 | 100 | 0 | 0 | 111 | 10111010 | 10111 | 1011011 |
Color Harmonies of #E4EDEE
Complementary color
Monochromatic Colors of #E4EDEE
Black with #E4EDEE
Text Example
Text Example
White with #E4EDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EDEE; }
p { color: rgb(228,237,238); }
H1.HeaderClassName
{
color: #E4EDEE;
}
.AnyTagClassName
{
color: #E4EDEE;
}
</style>
background-color css
<style>
a { background-color: #E4EDEE; }
a { background-color: rgb(228,237,238); }
div.DivClassName
{
background-color: #E4EDEE;
}
.BgClassName
{
background-color: #E4EDEE;
}
</style>
border-color css
<style>
span { border-color: #E4EDEE; }
span { border-color: rgb(228,237,238); }
td.TdClassName
{
border-color: #E4EDEE;
}
.TagClassName
{
border-color: #E4EDEE;
}
</style>