Shades of Zircon #E9EDEE
Tints of Zircon #E9EDEE
RGB
CMYK
RGB Variations
Color information
#E9EDEE (or 0xE9EDEE) is known color: Zircon. HEX triplet: E9, ED and EE. RGB value is (233,237,238). Sum of RGB (Red+Green+Blue) = 233+237+238=708 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.91% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 238 (93.36% from 255 or 33.62% from 708); Max value from RGB is 238 - color contains mainly: blue. Hex color #E9EDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EDEE is #161211. Grayscale: #EBEBEB. Windows color (decimal): -1446418 or 15658473. OLE color: 15658473.
HSL color Cylindrical-coordinate representation of color #E9EDEE: hue angle of 192º degrees, saturation: 0.13, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E9EDEE is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 233 | 237 | 238 | - |
CMYK | 0.02 | 0.00 | 0 | 0.07 |
HSL | 192º | 0.13% | 0.92% | - |
HSV(B) | 192º | 0.02% | 0.93% | - |
XYZ | 79.32 | 84.07 | 92.93 | - |
YUV | 235.92 | 129.17 | 125.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 237 | 238 | 0.02 | 0.00 | 0 | 0.07 | 192 | 0.13 | 0.92 |
Hex | E9 | ED | EE | 2 | 0 | 0 | 7 | C0 | D | 5C |
Octal | 351 | 355 | 356 | 2 | 0 | 0 | 7 | 300 | 15 | 134 |
Binary | 11101001 | 11101101 | 11101110 | 10 | 0 | 0 | 111 | 11000000 | 1101 | 1011100 |
Color Harmonies of #E9EDEE
Complementary color
Monochromatic Colors of #E9EDEE
Black with #E9EDEE
Text Example
Text Example
White with #E9EDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EDEE; }
p { color: rgb(233,237,238); }
H1.HeaderClassName
{
color: #E9EDEE;
}
.AnyTagClassName
{
color: #E9EDEE;
}
</style>
background-color css
<style>
a { background-color: #E9EDEE; }
a { background-color: rgb(233,237,238); }
div.DivClassName
{
background-color: #E9EDEE;
}
.BgClassName
{
background-color: #E9EDEE;
}
</style>
border-color css
<style>
span { border-color: #E9EDEE; }
span { border-color: rgb(233,237,238); }
td.TdClassName
{
border-color: #E9EDEE;
}
.TagClassName
{
border-color: #E9EDEE;
}
</style>