Shades of Clear Day #E0FFF2
Tints of Clear Day #E0FFF2
RGB
CMYK
RGB Variations
Color information
#E0FFF2 (or 0xE0FFF2) is known color: Clear Day. HEX triplet: E0, FF and F2. RGB value is (224,255,242). Sum of RGB (Red+Green+Blue) = 224+255+242=721 (95% of max value = 765). Red value is 224 (87.89% from 255 or 31.07% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 242 (94.92% from 255 or 33.56% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FFF2 is #1F000D. Grayscale: #F4F4F4. Windows color (decimal): -2031630 or 15925216. OLE color: 15925216.
HSL color Cylindrical-coordinate representation of color #E0FFF2: hue angle of 154.84º 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 #E0FFF2 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 242 | - |
| CMYK | 0.12 | 0 | 0.05 | 0 |
| HSL | 154.84º | 1% | 0.94% | - |
| HSV(B) | 154.84º | 0.12% | 1% | - |
| XYZ | 82.53 | 93.78 | 97.76 | - |
| YUV | 244.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 242 | 0.12 | 0 | 0.05 | 0 | 154.84 | 1 | 0.94 |
| Hex | E0 | FF | F2 | C | 0 | 5 | 0 | 9B | 64 | 5E |
| Octal | 340 | 377 | 362 | 14 | 0 | 5 | 0 | 233 | 144 | 136 |
| Binary | 11100000 | 11111111 | 11110010 | 1100 | 0 | 101 | 0 | 10011011 | 1100100 | 1011110 |
Color Harmonies of #E0FFF2
Complementary color
Monochromatic Colors of #E0FFF2
Black with #E0FFF2
Text Example
Text Example
White with #E0FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFF2; }
p { color: rgb(224,255,242); }
H1.HeaderClassName
{
color: #E0FFF2;
}
.AnyTagClassName
{
color: #E0FFF2;
}
</style>
background-color css
<style>
a { background-color: #E0FFF2; }
a { background-color: rgb(224,255,242); }
div.DivClassName
{
background-color: #E0FFF2;
}
.BgClassName
{
background-color: #E0FFF2;
}
</style>
border-color css
<style>
span { border-color: #E0FFF2; }
span { border-color: rgb(224,255,242); }
td.TdClassName
{
border-color: #E0FFF2;
}
.TagClassName
{
border-color: #E0FFF2;
}
</style>