Shades of Clear Day #E0F4EF
Tints of Clear Day #E0F4EF
RGB
CMYK
RGB Variations
Color information
#E0F4EF (or 0xE0F4EF) is known color: Clear Day. HEX triplet: E0, F4 and EF. RGB value is (224,244,239). Sum of RGB (Red+Green+Blue) = 224+244+239=707 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.68% from 707); Green value is 244 (95.70% from 255 or 34.51% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F4EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F4EF is #1F0B10. Grayscale: #EDEDED. Windows color (decimal): -2034449 or 15725792. OLE color: 15725792.
HSL color Cylindrical-coordinate representation of color #E0F4EF: hue angle of 165º degrees, saturation: 0.48, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0F4EF is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 244 | 239 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.04 |
| HSL | 165º | 0.48% | 0.92% | - |
| HSV(B) | 165º | 0.08% | 0.96% | - |
| XYZ | 78.67 | 86.78 | 94.27 | - |
| YUV | 237.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 244 | 239 | 0.08 | 0 | 0.02 | 0.04 | 165 | 0.48 | 0.92 |
| Hex | E0 | F4 | EF | 8 | 0 | 2 | 4 | A5 | 30 | 5C |
| Octal | 340 | 364 | 357 | 10 | 0 | 2 | 4 | 245 | 60 | 134 |
| Binary | 11100000 | 11110100 | 11101111 | 1000 | 0 | 10 | 100 | 10100101 | 110000 | 1011100 |
Color Harmonies of #E0F4EF
Complementary color
Monochromatic Colors of #E0F4EF
Black with #E0F4EF
Text Example
Text Example
White with #E0F4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F4EF; }
p { color: rgb(224,244,239); }
H1.HeaderClassName
{
color: #E0F4EF;
}
.AnyTagClassName
{
color: #E0F4EF;
}
</style>
background-color css
<style>
a { background-color: #E0F4EF; }
a { background-color: rgb(224,244,239); }
div.DivClassName
{
background-color: #E0F4EF;
}
.BgClassName
{
background-color: #E0F4EF;
}
</style>
border-color css
<style>
span { border-color: #E0F4EF; }
span { border-color: rgb(224,244,239); }
td.TdClassName
{
border-color: #E0F4EF;
}
.TagClassName
{
border-color: #E0F4EF;
}
</style>