Shades of Clear Day #E1FFF5
Tints of Clear Day #E1FFF5
RGB
CMYK
RGB Variations
Color information
#E1FFF5 (or 0xE1FFF5) is known color: Clear Day. HEX triplet: E1, FF and F5. RGB value is (225,255,245). Sum of RGB (Red+Green+Blue) = 225+255+245=725 (96% of max value = 765). Red value is 225 (88.28% from 255 or 31.03% from 725); Green value is 255 (100% from 255 or 35.17% from 725); Blue value is 245 (96.09% from 255 or 33.79% from 725); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FFF5 is #1E000A. Grayscale: #F4F4F4. Windows color (decimal): -1966091 or 16121825. OLE color: 16121825.
HSL color Cylindrical-coordinate representation of color #E1FFF5: hue angle of 160º 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 #E1FFF5 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 245 | - |
| CMYK | 0.12 | 0 | 0.04 | 0 |
| HSL | 160º | 1% | 0.94% | - |
| HSV(B) | 160º | 0.12% | 1% | - |
| XYZ | 83.29 | 94.12 | 100.16 | - |
| YUV | 244.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 245 | 0.12 | 0 | 0.04 | 0 | 160 | 1 | 0.94 |
| Hex | E1 | FF | F5 | C | 0 | 4 | 0 | A0 | 64 | 5E |
| Octal | 341 | 377 | 365 | 14 | 0 | 4 | 0 | 240 | 144 | 136 |
| Binary | 11100001 | 11111111 | 11110101 | 1100 | 0 | 100 | 0 | 10100000 | 1100100 | 1011110 |
Color Harmonies of #E1FFF5
Complementary color
Monochromatic Colors of #E1FFF5
Black with #E1FFF5
Text Example
Text Example
White with #E1FFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FFF5; }
p { color: rgb(225,255,245); }
H1.HeaderClassName
{
color: #E1FFF5;
}
.AnyTagClassName
{
color: #E1FFF5;
}
</style>
background-color css
<style>
a { background-color: #E1FFF5; }
a { background-color: rgb(225,255,245); }
div.DivClassName
{
background-color: #E1FFF5;
}
.BgClassName
{
background-color: #E1FFF5;
}
</style>
border-color css
<style>
span { border-color: #E1FFF5; }
span { border-color: rgb(225,255,245); }
td.TdClassName
{
border-color: #E1FFF5;
}
.TagClassName
{
border-color: #E1FFF5;
}
</style>