Shades of Clear Day #E3EFEA
Tints of Clear Day #E3EFEA
RGB
CMYK
RGB Variations
Color information
#E3EFEA (or 0xE3EFEA) is known color: Clear Day. HEX triplet: E3, EF and EA. RGB value is (227,239,234). Sum of RGB (Red+Green+Blue) = 227+239+234=700 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.43% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 239 - color contains mainly: green. Hex color #E3EFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EFEA is #1C1015. Grayscale: #EAEAEA. Windows color (decimal): -1839126 or 15396835. OLE color: 15396835.
HSL color Cylindrical-coordinate representation of color #E3EFEA: hue angle of 155º degrees, saturation: 0.27, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E3EFEA is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 239 | 234 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.06 |
| HSL | 155º | 0.27% | 0.91% | - |
| HSV(B) | 155º | 0.05% | 0.94% | - |
| XYZ | 77.4 | 84 | 89.98 | - |
| YUV | 234.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 239 | 234 | 0.05 | 0 | 0.02 | 0.06 | 155 | 0.27 | 0.91 |
| Hex | E3 | EF | EA | 5 | 0 | 2 | 6 | 9B | 1B | 5B |
| Octal | 343 | 357 | 352 | 5 | 0 | 2 | 6 | 233 | 33 | 133 |
| Binary | 11100011 | 11101111 | 11101010 | 101 | 0 | 10 | 110 | 10011011 | 11011 | 1011011 |
Color Harmonies of #E3EFEA
Complementary color
Monochromatic Colors of #E3EFEA
Black with #E3EFEA
Text Example
Text Example
White with #E3EFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EFEA; }
p { color: rgb(227,239,234); }
H1.HeaderClassName
{
color: #E3EFEA;
}
.AnyTagClassName
{
color: #E3EFEA;
}
</style>
background-color css
<style>
a { background-color: #E3EFEA; }
a { background-color: rgb(227,239,234); }
div.DivClassName
{
background-color: #E3EFEA;
}
.BgClassName
{
background-color: #E3EFEA;
}
</style>
border-color css
<style>
span { border-color: #E3EFEA; }
span { border-color: rgb(227,239,234); }
td.TdClassName
{
border-color: #E3EFEA;
}
.TagClassName
{
border-color: #E3EFEA;
}
</style>