Shades of Clear Day #E0FCF0
Tints of Clear Day #E0FCF0
RGB
CMYK
RGB Variations
Color information
#E0FCF0 (or 0xE0FCF0) is known color: Clear Day. HEX triplet: E0, FC and F0. RGB value is (224,252,240). Sum of RGB (Red+Green+Blue) = 224+252+240=716 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.28% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 240 (94.14% from 255 or 33.52% from 716); Max value from RGB is 252 - color contains mainly: green. Hex color #E0FCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FCF0 is #1F030F. Grayscale: #F2F2F2. Windows color (decimal): -2032400 or 15793376. OLE color: 15793376.
HSL color Cylindrical-coordinate representation of color #E0FCF0: hue angle of 154.29º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0FCF0 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 252 | 240 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.01 |
| HSL | 154.29º | 0.82% | 0.93% | - |
| HSV(B) | 154.29º | 0.11% | 0.99% | - |
| XYZ | 81.28 | 91.76 | 95.87 | - |
| YUV | 242.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 252 | 240 | 0.11 | 0 | 0.05 | 0.01 | 154.29 | 0.82 | 0.93 |
| Hex | E0 | FC | F0 | B | 0 | 5 | 1 | 9A | 52 | 5D |
| Octal | 340 | 374 | 360 | 13 | 0 | 5 | 1 | 232 | 122 | 135 |
| Binary | 11100000 | 11111100 | 11110000 | 1011 | 0 | 101 | 1 | 10011010 | 1010010 | 1011101 |
Color Harmonies of #E0FCF0
Complementary color
Monochromatic Colors of #E0FCF0
Black with #E0FCF0
Text Example
Text Example
White with #E0FCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FCF0; }
p { color: rgb(224,252,240); }
H1.HeaderClassName
{
color: #E0FCF0;
}
.AnyTagClassName
{
color: #E0FCF0;
}
</style>
background-color css
<style>
a { background-color: #E0FCF0; }
a { background-color: rgb(224,252,240); }
div.DivClassName
{
background-color: #E0FCF0;
}
.BgClassName
{
background-color: #E0FCF0;
}
</style>
border-color css
<style>
span { border-color: #E0FCF0; }
span { border-color: rgb(224,252,240); }
td.TdClassName
{
border-color: #E0FCF0;
}
.TagClassName
{
border-color: #E0FCF0;
}
</style>