Shades of Clear Day #E0FFF5
Tints of Clear Day #E0FFF5
RGB
CMYK
RGB Variations
Color information
#E0FFF5 (or 0xE0FFF5) is known color: Clear Day. HEX triplet: E0, FF and F5. RGB value is (224,255,245). Sum of RGB (Red+Green+Blue) = 224+255+245=724 (95% of max value = 765). Red value is 224 (87.89% from 255 or 30.94% from 724); Green value is 255 (100% from 255 or 35.22% from 724); Blue value is 245 (96.09% from 255 or 33.84% from 724); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FFF5 is #1F000A. Grayscale: #F4F4F4. Windows color (decimal): -2031627 or 16121824. OLE color: 16121824.
HSL color Cylindrical-coordinate representation of color #E0FFF5: hue angle of 160.65º 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 #E0FFF5 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 245 | - |
| CMYK | 0.12 | 0 | 0.04 | 0 |
| HSL | 160.65º | 1% | 0.94% | - |
| HSV(B) | 160.65º | 0.12% | 1% | - |
| XYZ | 82.98 | 93.96 | 100.15 | - |
| YUV | 244.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 245 | 0.12 | 0 | 0.04 | 0 | 160.65 | 1 | 0.94 |
| Hex | E0 | FF | F5 | C | 0 | 4 | 0 | A1 | 64 | 5E |
| Octal | 340 | 377 | 365 | 14 | 0 | 4 | 0 | 241 | 144 | 136 |
| Binary | 11100000 | 11111111 | 11110101 | 1100 | 0 | 100 | 0 | 10100001 | 1100100 | 1011110 |
Color Harmonies of #E0FFF5
Complementary color
Monochromatic Colors of #E0FFF5
Black with #E0FFF5
Text Example
Text Example
White with #E0FFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFF5; }
p { color: rgb(224,255,245); }
H1.HeaderClassName
{
color: #E0FFF5;
}
.AnyTagClassName
{
color: #E0FFF5;
}
</style>
background-color css
<style>
a { background-color: #E0FFF5; }
a { background-color: rgb(224,255,245); }
div.DivClassName
{
background-color: #E0FFF5;
}
.BgClassName
{
background-color: #E0FFF5;
}
</style>
border-color css
<style>
span { border-color: #E0FFF5; }
span { border-color: rgb(224,255,245); }
td.TdClassName
{
border-color: #E0FFF5;
}
.TagClassName
{
border-color: #E0FFF5;
}
</style>