Shades of Clear Day #E2F2EE
Tints of Clear Day #E2F2EE
RGB
CMYK
RGB Variations
Color information
#E2F2EE (or 0xE2F2EE) is known color: Clear Day. HEX triplet: E2, F2 and EE. RGB value is (226,242,238). Sum of RGB (Red+Green+Blue) = 226+242+238=706 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.01% from 706); Green value is 242 (94.92% from 255 or 34.28% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F2EE is #1D0D11. Grayscale: #ECECEC. Windows color (decimal): -1903890 or 15659746. OLE color: 15659746.
HSL color Cylindrical-coordinate representation of color #E2F2EE: hue angle of 165º degrees, saturation: 0.38, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2F2EE is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 238 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.05 |
| HSL | 165º | 0.38% | 0.92% | - |
| HSV(B) | 165º | 0.07% | 0.95% | - |
| XYZ | 78.55 | 85.85 | 93.32 | - |
| YUV | 236.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 238 | 0.07 | 0 | 0.02 | 0.05 | 165 | 0.38 | 0.92 |
| Hex | E2 | F2 | EE | 7 | 0 | 2 | 5 | A5 | 26 | 5C |
| Octal | 342 | 362 | 356 | 7 | 0 | 2 | 5 | 245 | 46 | 134 |
| Binary | 11100010 | 11110010 | 11101110 | 111 | 0 | 10 | 101 | 10100101 | 100110 | 1011100 |
Color Harmonies of #E2F2EE
Complementary color
Monochromatic Colors of #E2F2EE
Black with #E2F2EE
Text Example
Text Example
White with #E2F2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F2EE; }
p { color: rgb(226,242,238); }
H1.HeaderClassName
{
color: #E2F2EE;
}
.AnyTagClassName
{
color: #E2F2EE;
}
</style>
background-color css
<style>
a { background-color: #E2F2EE; }
a { background-color: rgb(226,242,238); }
div.DivClassName
{
background-color: #E2F2EE;
}
.BgClassName
{
background-color: #E2F2EE;
}
</style>
border-color css
<style>
span { border-color: #E2F2EE; }
span { border-color: rgb(226,242,238); }
td.TdClassName
{
border-color: #E2F2EE;
}
.TagClassName
{
border-color: #E2F2EE;
}
</style>