Shades of Frost #E5EBC7
Tints of Frost #E5EBC7
RGB
CMYK
RGB Variations
Color information
#E5EBC7 (or 0xE5EBC7) is known color: Frost. HEX triplet: E5, EB and C7. RGB value is (229,235,199). Sum of RGB (Red+Green+Blue) = 229+235+199=663 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.54% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 199 (78.12% from 255 or 30.02% from 663); Max value from RGB is 235 - color contains mainly: green. Hex color #E5EBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EBC7 is #1A1438. Grayscale: #E5E5E5. Windows color (decimal): -1709113 or 13102053. OLE color: 13102053.
HSL color Cylindrical-coordinate representation of color #E5EBC7: hue angle of 70º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5EBC7 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 235 | 199 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.08 |
| HSL | 70º | 0.47% | 0.85% | - |
| HSV(B) | 70º | 0.15% | 0.92% | - |
| XYZ | 72.33 | 80.2 | 65.7 | - |
| YUV | 229.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 235 | 199 | 0.03 | 0 | 0.15 | 0.08 | 70 | 0.47 | 0.85 |
| Hex | E5 | EB | C7 | 3 | 0 | F | 8 | 46 | 2F | 55 |
| Octal | 345 | 353 | 307 | 3 | 0 | 17 | 10 | 106 | 57 | 125 |
| Binary | 11100101 | 11101011 | 11000111 | 11 | 0 | 1111 | 1000 | 1000110 | 101111 | 1010101 |
Color Harmonies of #E5EBC7
Complementary color
Monochromatic Colors of #E5EBC7
Black with #E5EBC7
Text Example
Text Example
White with #E5EBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EBC7; }
p { color: rgb(229,235,199); }
H1.HeaderClassName
{
color: #E5EBC7;
}
.AnyTagClassName
{
color: #E5EBC7;
}
</style>
background-color css
<style>
a { background-color: #E5EBC7; }
a { background-color: rgb(229,235,199); }
div.DivClassName
{
background-color: #E5EBC7;
}
.BgClassName
{
background-color: #E5EBC7;
}
</style>
border-color css
<style>
span { border-color: #E5EBC7; }
span { border-color: rgb(229,235,199); }
td.TdClassName
{
border-color: #E5EBC7;
}
.TagClassName
{
border-color: #E5EBC7;
}
</style>