Shades of Clear Day #E3F0EC
Tints of Clear Day #E3F0EC
RGB
CMYK
RGB Variations
Color information
#E3F0EC (or 0xE3F0EC) is known color: Clear Day. HEX triplet: E3, F0 and EC. RGB value is (227,240,236). Sum of RGB (Red+Green+Blue) = 227+240+236=703 (93% of max value = 765). Red value is 227 (89.06% from 255 or 32.29% from 703); Green value is 240 (94.14% from 255 or 34.14% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 240 - color contains mainly: green. Hex color #E3F0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3F0EC is #1C0F13. Grayscale: #EBEBEB. Windows color (decimal): -1838868 or 15528163. OLE color: 15528163.
HSL color Cylindrical-coordinate representation of color #E3F0EC: hue angle of 161.54º degrees, saturation: 0.3, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E3F0EC is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 240 | 236 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.06 |
| HSL | 161.54º | 0.3% | 0.92% | - |
| HSV(B) | 161.54º | 0.05% | 0.94% | - |
| XYZ | 77.98 | 84.71 | 91.6 | - |
| YUV | 235.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 240 | 236 | 0.05 | 0 | 0.02 | 0.06 | 161.54 | 0.3 | 0.92 |
| Hex | E3 | F0 | EC | 5 | 0 | 2 | 6 | A2 | 1E | 5C |
| Octal | 343 | 360 | 354 | 5 | 0 | 2 | 6 | 242 | 36 | 134 |
| Binary | 11100011 | 11110000 | 11101100 | 101 | 0 | 10 | 110 | 10100010 | 11110 | 1011100 |
Color Harmonies of #E3F0EC
Complementary color
Monochromatic Colors of #E3F0EC
Black with #E3F0EC
Text Example
Text Example
White with #E3F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F0EC; }
p { color: rgb(227,240,236); }
H1.HeaderClassName
{
color: #E3F0EC;
}
.AnyTagClassName
{
color: #E3F0EC;
}
</style>
background-color css
<style>
a { background-color: #E3F0EC; }
a { background-color: rgb(227,240,236); }
div.DivClassName
{
background-color: #E3F0EC;
}
.BgClassName
{
background-color: #E3F0EC;
}
</style>
border-color css
<style>
span { border-color: #E3F0EC; }
span { border-color: rgb(227,240,236); }
td.TdClassName
{
border-color: #E3F0EC;
}
.TagClassName
{
border-color: #E3F0EC;
}
</style>