Shades of Clear Day #E2EFEB
Tints of Clear Day #E2EFEB
RGB
CMYK
RGB Variations
Color information
#E2EFEB (or 0xE2EFEB) is known color: Clear Day. HEX triplet: E2, EF and EB. RGB value is (226,239,235). Sum of RGB (Red+Green+Blue) = 226+239+235=700 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.29% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EFEB is #1D1014. Grayscale: #EAEAEA. Windows color (decimal): -1904661 or 15462370. OLE color: 15462370.
HSL color Cylindrical-coordinate representation of color #E2EFEB: hue angle of 161.54º degrees, saturation: 0.29, 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 #E2EFEB is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 226 | 239 | 235 | - |
CMYK | 0.05 | 0 | 0.02 | 0.06 |
HSL | 161.54º | 0.29% | 0.91% | - |
HSV(B) | 161.54º | 0.05% | 0.94% | - |
XYZ | 77.23 | 83.9 | 90.72 | - |
YUV | 234.66 | 128.19 | 121.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 239 | 235 | 0.05 | 0 | 0.02 | 0.06 | 161.54 | 0.29 | 0.91 |
Hex | E2 | EF | EB | 5 | 0 | 2 | 6 | A2 | 1D | 5B |
Octal | 342 | 357 | 353 | 5 | 0 | 2 | 6 | 242 | 35 | 133 |
Binary | 11100010 | 11101111 | 11101011 | 101 | 0 | 10 | 110 | 10100010 | 11101 | 1011011 |
Color Harmonies of #E2EFEB
Complementary color
Monochromatic Colors of #E2EFEB
Black with #E2EFEB
Text Example
Text Example
White with #E2EFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EFEB; }
p { color: rgb(226,239,235); }
H1.HeaderClassName
{
color: #E2EFEB;
}
.AnyTagClassName
{
color: #E2EFEB;
}
</style>
background-color css
<style>
a { background-color: #E2EFEB; }
a { background-color: rgb(226,239,235); }
div.DivClassName
{
background-color: #E2EFEB;
}
.BgClassName
{
background-color: #E2EFEB;
}
</style>
border-color css
<style>
span { border-color: #E2EFEB; }
span { border-color: rgb(226,239,235); }
td.TdClassName
{
border-color: #E2EFEB;
}
.TagClassName
{
border-color: #E2EFEB;
}
</style>