Shades of Clear Day #E0F8F1
Tints of Clear Day #E0F8F1
RGB
CMYK
RGB Variations
Color information
#E0F8F1 (or 0xE0F8F1) is known color: Clear Day. HEX triplet: E0, F8 and F1. RGB value is (224,248,241). Sum of RGB (Red+Green+Blue) = 224+248+241=713 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.42% from 713); Green value is 248 (97.27% from 255 or 34.78% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 248 - color contains mainly: green. Hex color #E0F8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F8F1 is #1F070E. Grayscale: #F0F0F0. Windows color (decimal): -2033423 or 15857888. OLE color: 15857888.
HSL color Cylindrical-coordinate representation of color #E0F8F1: hue angle of 162.5º degrees, saturation: 0.63, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0F8F1 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 248 | 241 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.03 |
| HSL | 162.5º | 0.63% | 0.93% | - |
| HSV(B) | 162.5º | 0.1% | 0.97% | - |
| XYZ | 80.19 | 89.33 | 96.24 | - |
| YUV | 240.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 248 | 241 | 0.10 | 0 | 0.03 | 0.03 | 162.5 | 0.63 | 0.93 |
| Hex | E0 | F8 | F1 | A | 0 | 3 | 3 | A2 | 3F | 5D |
| Octal | 340 | 370 | 361 | 12 | 0 | 3 | 3 | 242 | 77 | 135 |
| Binary | 11100000 | 11111000 | 11110001 | 1010 | 0 | 11 | 11 | 10100010 | 111111 | 1011101 |
Color Harmonies of #E0F8F1
Complementary color
Monochromatic Colors of #E0F8F1
Black with #E0F8F1
Text Example
Text Example
White with #E0F8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F8F1; }
p { color: rgb(224,248,241); }
H1.HeaderClassName
{
color: #E0F8F1;
}
.AnyTagClassName
{
color: #E0F8F1;
}
</style>
background-color css
<style>
a { background-color: #E0F8F1; }
a { background-color: rgb(224,248,241); }
div.DivClassName
{
background-color: #E0F8F1;
}
.BgClassName
{
background-color: #E0F8F1;
}
</style>
border-color css
<style>
span { border-color: #E0F8F1; }
span { border-color: rgb(224,248,241); }
td.TdClassName
{
border-color: #E0F8F1;
}
.TagClassName
{
border-color: #E0F8F1;
}
</style>