Shades of Clear Day #E0FEF0
Tints of Clear Day #E0FEF0
RGB
CMYK
RGB Variations
Color information
#E0FEF0 (or 0xE0FEF0) is known color: Clear Day. HEX triplet: E0, FE and F0. RGB value is (224,254,240). Sum of RGB (Red+Green+Blue) = 224+254+240=718 (95% of max value = 765). Red value is 224 (87.89% from 255 or 31.20% from 718); Green value is 254 (99.61% from 255 or 35.38% from 718); Blue value is 240 (94.14% from 255 or 33.43% from 718); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FEF0 is #1F010F. Grayscale: #F3F3F3. Windows color (decimal): -2031888 or 15793888. OLE color: 15793888.
HSL color Cylindrical-coordinate representation of color #E0FEF0: hue angle of 152º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0FEF0 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 240 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.00 |
| HSL | 152º | 0.94% | 0.94% | - |
| HSV(B) | 152º | 0.12% | 1% | - |
| XYZ | 81.91 | 93.02 | 96.08 | - |
| YUV | 243.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 240 | 0.12 | 0 | 0.06 | 0.00 | 152 | 0.94 | 0.94 |
| Hex | E0 | FE | F0 | C | 0 | 6 | 0 | 98 | 5E | 5E |
| Octal | 340 | 376 | 360 | 14 | 0 | 6 | 0 | 230 | 136 | 136 |
| Binary | 11100000 | 11111110 | 11110000 | 1100 | 0 | 110 | 0 | 10011000 | 1011110 | 1011110 |
Color Harmonies of #E0FEF0
Complementary color
Monochromatic Colors of #E0FEF0
Black with #E0FEF0
Text Example
Text Example
White with #E0FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FEF0; }
p { color: rgb(224,254,240); }
H1.HeaderClassName
{
color: #E0FEF0;
}
.AnyTagClassName
{
color: #E0FEF0;
}
</style>
background-color css
<style>
a { background-color: #E0FEF0; }
a { background-color: rgb(224,254,240); }
div.DivClassName
{
background-color: #E0FEF0;
}
.BgClassName
{
background-color: #E0FEF0;
}
</style>
border-color css
<style>
span { border-color: #E0FEF0; }
span { border-color: rgb(224,254,240); }
td.TdClassName
{
border-color: #E0FEF0;
}
.TagClassName
{
border-color: #E0FEF0;
}
</style>