Shades of Clear Day #E0FFF1
Tints of Clear Day #E0FFF1
RGB
CMYK
RGB Variations
Color information
#E0FFF1 (or 0xE0FFF1) is known color: Clear Day. HEX triplet: E0, FF and F1. RGB value is (224,255,241). Sum of RGB (Red+Green+Blue) = 224+255+241=720 (95% of max value = 765). Red value is 224 (87.89% from 255 or 31.11% from 720); Green value is 255 (100% from 255 or 35.42% from 720); Blue value is 241 (94.53% from 255 or 33.47% from 720); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FFF1 is #1F000E. Grayscale: #F4F4F4. Windows color (decimal): -2031631 or 15859680. OLE color: 15859680.
HSL color Cylindrical-coordinate representation of color #E0FFF1: hue angle of 152.9º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0FFF1 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 241 | - |
| CMYK | 0.12 | 0 | 0.05 | 0 |
| HSL | 152.9º | 1% | 0.94% | - |
| HSV(B) | 152.9º | 0.12% | 1% | - |
| XYZ | 82.38 | 93.72 | 96.97 | - |
| YUV | 244.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 241 | 0.12 | 0 | 0.05 | 0 | 152.9 | 1 | 0.94 |
| Hex | E0 | FF | F1 | C | 0 | 5 | 0 | 99 | 64 | 5E |
| Octal | 340 | 377 | 361 | 14 | 0 | 5 | 0 | 231 | 144 | 136 |
| Binary | 11100000 | 11111111 | 11110001 | 1100 | 0 | 101 | 0 | 10011001 | 1100100 | 1011110 |
Color Harmonies of #E0FFF1
Complementary color
Monochromatic Colors of #E0FFF1
Black with #E0FFF1
Text Example
Text Example
White with #E0FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFF1; }
p { color: rgb(224,255,241); }
H1.HeaderClassName
{
color: #E0FFF1;
}
.AnyTagClassName
{
color: #E0FFF1;
}
</style>
background-color css
<style>
a { background-color: #E0FFF1; }
a { background-color: rgb(224,255,241); }
div.DivClassName
{
background-color: #E0FFF1;
}
.BgClassName
{
background-color: #E0FFF1;
}
</style>
border-color css
<style>
span { border-color: #E0FFF1; }
span { border-color: rgb(224,255,241); }
td.TdClassName
{
border-color: #E0FFF1;
}
.TagClassName
{
border-color: #E0FFF1;
}
</style>