Shades of Clear Day #E2FBF2
Tints of Clear Day #E2FBF2
RGB
CMYK
RGB Variations
Color information
#E2FBF2 (or 0xE2FBF2) is known color: Clear Day. HEX triplet: E2, FB and F2. RGB value is (226,251,242). Sum of RGB (Red+Green+Blue) = 226+251+242=719 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.43% from 719); Green value is 251 (98.44% from 255 or 34.91% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FBF2 is #1D040D. Grayscale: #F2F2F2. Windows color (decimal): -1901582 or 15924194. OLE color: 15924194.
HSL color Cylindrical-coordinate representation of color #E2FBF2: hue angle of 158.4º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2FBF2 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 242 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.02 |
| HSL | 158.4º | 0.76% | 0.94% | - |
| HSV(B) | 158.4º | 0.1% | 0.98% | - |
| XYZ | 81.89 | 91.57 | 97.36 | - |
| YUV | 242.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 242 | 0.10 | 0 | 0.04 | 0.02 | 158.4 | 0.76 | 0.94 |
| Hex | E2 | FB | F2 | A | 0 | 4 | 2 | 9E | 4C | 5E |
| Octal | 342 | 373 | 362 | 12 | 0 | 4 | 2 | 236 | 114 | 136 |
| Binary | 11100010 | 11111011 | 11110010 | 1010 | 0 | 100 | 10 | 10011110 | 1001100 | 1011110 |
Color Harmonies of #E2FBF2
Complementary color
Monochromatic Colors of #E2FBF2
Black with #E2FBF2
Text Example
Text Example
White with #E2FBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FBF2; }
p { color: rgb(226,251,242); }
H1.HeaderClassName
{
color: #E2FBF2;
}
.AnyTagClassName
{
color: #E2FBF2;
}
</style>
background-color css
<style>
a { background-color: #E2FBF2; }
a { background-color: rgb(226,251,242); }
div.DivClassName
{
background-color: #E2FBF2;
}
.BgClassName
{
background-color: #E2FBF2;
}
</style>
border-color css
<style>
span { border-color: #E2FBF2; }
span { border-color: rgb(226,251,242); }
td.TdClassName
{
border-color: #E2FBF2;
}
.TagClassName
{
border-color: #E2FBF2;
}
</style>