Shades of Clear Day #E0F6ED
Tints of Clear Day #E0F6ED
RGB
CMYK
RGB Variations
Color information
#E0F6ED (or 0xE0F6ED) is known color: Clear Day. HEX triplet: E0, F6 and ED. RGB value is (224,246,237). Sum of RGB (Red+Green+Blue) = 224+246+237=707 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.68% from 707); Green value is 246 (96.48% from 255 or 34.79% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 246 - color contains mainly: green. Hex color #E0F6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F6ED is #1F0912. Grayscale: #EEEEEE. Windows color (decimal): -2033939 or 15595232. OLE color: 15595232.
HSL color Cylindrical-coordinate representation of color #E0F6ED: hue angle of 155.45º degrees, saturation: 0.55, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0F6ED is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 246 | 237 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.04 |
| HSL | 155.45º | 0.55% | 0.92% | - |
| HSV(B) | 155.45º | 0.09% | 0.96% | - |
| XYZ | 78.98 | 87.87 | 92.92 | - |
| YUV | 238.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 246 | 237 | 0.09 | 0 | 0.04 | 0.04 | 155.45 | 0.55 | 0.92 |
| Hex | E0 | F6 | ED | 9 | 0 | 4 | 4 | 9B | 37 | 5C |
| Octal | 340 | 366 | 355 | 11 | 0 | 4 | 4 | 233 | 67 | 134 |
| Binary | 11100000 | 11110110 | 11101101 | 1001 | 0 | 100 | 100 | 10011011 | 110111 | 1011100 |
Color Harmonies of #E0F6ED
Complementary color
Monochromatic Colors of #E0F6ED
Black with #E0F6ED
Text Example
Text Example
White with #E0F6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F6ED; }
p { color: rgb(224,246,237); }
H1.HeaderClassName
{
color: #E0F6ED;
}
.AnyTagClassName
{
color: #E0F6ED;
}
</style>
background-color css
<style>
a { background-color: #E0F6ED; }
a { background-color: rgb(224,246,237); }
div.DivClassName
{
background-color: #E0F6ED;
}
.BgClassName
{
background-color: #E0F6ED;
}
</style>
border-color css
<style>
span { border-color: #E0F6ED; }
span { border-color: rgb(224,246,237); }
td.TdClassName
{
border-color: #E0F6ED;
}
.TagClassName
{
border-color: #E0F6ED;
}
</style>