Shades of Clear Day #E2FFF5
Tints of Clear Day #E2FFF5
RGB
CMYK
RGB Variations
Color information
#E2FFF5 (or 0xE2FFF5) is known color: Clear Day. HEX triplet: E2, FF and F5. RGB value is (226,255,245). Sum of RGB (Red+Green+Blue) = 226+255+245=726 (96% of max value = 765). Red value is 226 (88.67% from 255 or 31.13% from 726); Green value is 255 (100% from 255 or 35.12% from 726); Blue value is 245 (96.09% from 255 or 33.75% from 726); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FFF5 is #1D000A. Grayscale: #F5F5F5. Windows color (decimal): -1900555 or 16121826. OLE color: 16121826.
HSL color Cylindrical-coordinate representation of color #E2FFF5: hue angle of 159.31º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FFF5 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 245 | - |
| CMYK | 0.11 | 0 | 0.04 | 0 |
| HSL | 159.31º | 1% | 0.94% | - |
| HSV(B) | 159.31º | 0.11% | 1% | - |
| XYZ | 83.61 | 94.28 | 100.18 | - |
| YUV | 245.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 245 | 0.11 | 0 | 0.04 | 0 | 159.31 | 1 | 0.94 |
| Hex | E2 | FF | F5 | B | 0 | 4 | 0 | 9F | 64 | 5E |
| Octal | 342 | 377 | 365 | 13 | 0 | 4 | 0 | 237 | 144 | 136 |
| Binary | 11100010 | 11111111 | 11110101 | 1011 | 0 | 100 | 0 | 10011111 | 1100100 | 1011110 |
Color Harmonies of #E2FFF5
Complementary color
Monochromatic Colors of #E2FFF5
Black with #E2FFF5
Text Example
Text Example
White with #E2FFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FFF5; }
p { color: rgb(226,255,245); }
H1.HeaderClassName
{
color: #E2FFF5;
}
.AnyTagClassName
{
color: #E2FFF5;
}
</style>
background-color css
<style>
a { background-color: #E2FFF5; }
a { background-color: rgb(226,255,245); }
div.DivClassName
{
background-color: #E2FFF5;
}
.BgClassName
{
background-color: #E2FFF5;
}
</style>
border-color css
<style>
span { border-color: #E2FFF5; }
span { border-color: rgb(226,255,245); }
td.TdClassName
{
border-color: #E2FFF5;
}
.TagClassName
{
border-color: #E2FFF5;
}
</style>