Shades of Clear Day #E0FEF1
Tints of Clear Day #E0FEF1
RGB
CMYK
RGB Variations
Color information
#E0FEF1 (or 0xE0FEF1) is known color: Clear Day. HEX triplet: E0, FE and F1. RGB value is (224,254,241). Sum of RGB (Red+Green+Blue) = 224+254+241=719 (95% of max value = 765). Red value is 224 (87.89% from 255 or 31.15% from 719); Green value is 254 (99.61% from 255 or 35.33% from 719); Blue value is 241 (94.53% from 255 or 33.52% from 719); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FEF1 is #1F010E. Grayscale: #F3F3F3. Windows color (decimal): -2031887 or 15859424. OLE color: 15859424.
HSL color Cylindrical-coordinate representation of color #E0FEF1: hue angle of 154º 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 #E0FEF1 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 241 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.00 |
| HSL | 154º | 0.94% | 0.94% | - |
| HSV(B) | 154º | 0.12% | 1% | - |
| XYZ | 82.06 | 93.08 | 96.86 | - |
| YUV | 243.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 241 | 0.12 | 0 | 0.05 | 0.00 | 154 | 0.94 | 0.94 |
| Hex | E0 | FE | F1 | C | 0 | 5 | 0 | 9A | 5E | 5E |
| Octal | 340 | 376 | 361 | 14 | 0 | 5 | 0 | 232 | 136 | 136 |
| Binary | 11100000 | 11111110 | 11110001 | 1100 | 0 | 101 | 0 | 10011010 | 1011110 | 1011110 |
Color Harmonies of #E0FEF1
Complementary color
Monochromatic Colors of #E0FEF1
Black with #E0FEF1
Text Example
Text Example
White with #E0FEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FEF1; }
p { color: rgb(224,254,241); }
H1.HeaderClassName
{
color: #E0FEF1;
}
.AnyTagClassName
{
color: #E0FEF1;
}
</style>
background-color css
<style>
a { background-color: #E0FEF1; }
a { background-color: rgb(224,254,241); }
div.DivClassName
{
background-color: #E0FEF1;
}
.BgClassName
{
background-color: #E0FEF1;
}
</style>
border-color css
<style>
span { border-color: #E0FEF1; }
span { border-color: rgb(224,254,241); }
td.TdClassName
{
border-color: #E0FEF1;
}
.TagClassName
{
border-color: #E0FEF1;
}
</style>