Shades of Clear Day #E2FAEF
Tints of Clear Day #E2FAEF
RGB
CMYK
RGB Variations
Color information
#E2FAEF (or 0xE2FAEF) is known color: Clear Day. HEX triplet: E2, FA and EF. RGB value is (226,250,239). Sum of RGB (Red+Green+Blue) = 226+250+239=715 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.61% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 239 (93.75% from 255 or 33.43% from 715); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FAEF is #1D0510. Grayscale: #F1F1F1. Windows color (decimal): -1901841 or 15727330. OLE color: 15727330.
HSL color Cylindrical-coordinate representation of color #E2FAEF: hue angle of 152.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2FAEF is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 239 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.02 |
| HSL | 152.5º | 0.71% | 0.93% | - |
| HSV(B) | 152.5º | 0.1% | 0.98% | - |
| XYZ | 81.13 | 90.77 | 94.91 | - |
| YUV | 241.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 239 | 0.10 | 0 | 0.04 | 0.02 | 152.5 | 0.71 | 0.93 |
| Hex | E2 | FA | EF | A | 0 | 4 | 2 | 98 | 47 | 5D |
| Octal | 342 | 372 | 357 | 12 | 0 | 4 | 2 | 230 | 107 | 135 |
| Binary | 11100010 | 11111010 | 11101111 | 1010 | 0 | 100 | 10 | 10011000 | 1000111 | 1011101 |
Color Harmonies of #E2FAEF
Complementary color
Monochromatic Colors of #E2FAEF
Black with #E2FAEF
Text Example
Text Example
White with #E2FAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FAEF; }
p { color: rgb(226,250,239); }
H1.HeaderClassName
{
color: #E2FAEF;
}
.AnyTagClassName
{
color: #E2FAEF;
}
</style>
background-color css
<style>
a { background-color: #E2FAEF; }
a { background-color: rgb(226,250,239); }
div.DivClassName
{
background-color: #E2FAEF;
}
.BgClassName
{
background-color: #E2FAEF;
}
</style>
border-color css
<style>
span { border-color: #E2FAEF; }
span { border-color: rgb(226,250,239); }
td.TdClassName
{
border-color: #E2FAEF;
}
.TagClassName
{
border-color: #E2FAEF;
}
</style>