Shades of Clear Day #E9F0ED
Tints of Clear Day #E9F0ED
RGB
CMYK
RGB Variations
Color information
#E9F0ED (or 0xE9F0ED) is known color: Clear Day. HEX triplet: E9, F0 and ED. RGB value is (233,240,237). Sum of RGB (Red+Green+Blue) = 233+240+237=710 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.82% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 240 - color contains mainly: green. Hex color #E9F0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F0ED is #160F12. Grayscale: #EDEDED. Windows color (decimal): -1445651 or 15593705. OLE color: 15593705.
HSL color Cylindrical-coordinate representation of color #E9F0ED: hue angle of 154.29º degrees, saturation: 0.19, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E9F0ED is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 233 | 240 | 237 | - |
CMYK | 0.03 | 0 | 0.01 | 0.06 |
HSL | 154.29º | 0.19% | 0.93% | - |
HSV(B) | 154.29º | 0.03% | 0.94% | - |
XYZ | 80.05 | 85.76 | 92.45 | - |
YUV | 237.57 | 127.68 | 124.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 240 | 237 | 0.03 | 0 | 0.01 | 0.06 | 154.29 | 0.19 | 0.93 |
Hex | E9 | F0 | ED | 3 | 0 | 1 | 6 | 9A | 13 | 5D |
Octal | 351 | 360 | 355 | 3 | 0 | 1 | 6 | 232 | 23 | 135 |
Binary | 11101001 | 11110000 | 11101101 | 11 | 0 | 1 | 110 | 10011010 | 10011 | 1011101 |
Color Harmonies of #E9F0ED
Complementary color
Monochromatic Colors of #E9F0ED
Black with #E9F0ED
Text Example
Text Example
White with #E9F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F0ED; }
p { color: rgb(233,240,237); }
H1.HeaderClassName
{
color: #E9F0ED;
}
.AnyTagClassName
{
color: #E9F0ED;
}
</style>
background-color css
<style>
a { background-color: #E9F0ED; }
a { background-color: rgb(233,240,237); }
div.DivClassName
{
background-color: #E9F0ED;
}
.BgClassName
{
background-color: #E9F0ED;
}
</style>
border-color css
<style>
span { border-color: #E9F0ED; }
span { border-color: rgb(233,240,237); }
td.TdClassName
{
border-color: #E9F0ED;
}
.TagClassName
{
border-color: #E9F0ED;
}
</style>