Shades of Clear Day #E5EFEB
Tints of Clear Day #E5EFEB
RGB
CMYK
RGB Variations
Color information
#E5EFEB (or 0xE5EFEB) is known color: Clear Day. HEX triplet: E5, EF and EB. RGB value is (229,239,235). Sum of RGB (Red+Green+Blue) = 229+239+235=703 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.57% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 235 (92.19% from 255 or 33.43% from 703); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EFEB is #1A1014. Grayscale: #EBEBEB. Windows color (decimal): -1708053 or 15462373. OLE color: 15462373.
HSL color Cylindrical-coordinate representation of color #E5EFEB: hue angle of 156º degrees, saturation: 0.24, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5EFEB is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 229 | 239 | 235 | - |
CMYK | 0.04 | 0 | 0.02 | 0.06 |
HSL | 156º | 0.24% | 0.92% | - |
HSV(B) | 156º | 0.04% | 0.94% | - |
XYZ | 78.18 | 84.39 | 90.77 | - |
YUV | 235.55 | 127.69 | 123.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 239 | 235 | 0.04 | 0 | 0.02 | 0.06 | 156 | 0.24 | 0.92 |
Hex | E5 | EF | EB | 4 | 0 | 2 | 6 | 9C | 18 | 5C |
Octal | 345 | 357 | 353 | 4 | 0 | 2 | 6 | 234 | 30 | 134 |
Binary | 11100101 | 11101111 | 11101011 | 100 | 0 | 10 | 110 | 10011100 | 11000 | 1011100 |
Color Harmonies of #E5EFEB
Complementary color
Monochromatic Colors of #E5EFEB
Black with #E5EFEB
Text Example
Text Example
White with #E5EFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EFEB; }
p { color: rgb(229,239,235); }
H1.HeaderClassName
{
color: #E5EFEB;
}
.AnyTagClassName
{
color: #E5EFEB;
}
</style>
background-color css
<style>
a { background-color: #E5EFEB; }
a { background-color: rgb(229,239,235); }
div.DivClassName
{
background-color: #E5EFEB;
}
.BgClassName
{
background-color: #E5EFEB;
}
</style>
border-color css
<style>
span { border-color: #E5EFEB; }
span { border-color: rgb(229,239,235); }
td.TdClassName
{
border-color: #E5EFEB;
}
.TagClassName
{
border-color: #E5EFEB;
}
</style>