Shades of Frost #E5E7D0
Tints of Frost #E5E7D0
RGB
CMYK
RGB Variations
Color information
#E5E7D0 (or 0xE5E7D0) is known color: Frost. HEX triplet: E5, E7 and D0. RGB value is (229,231,208). Sum of RGB (Red+Green+Blue) = 229+231+208=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 231 (90.62% from 255 or 34.58% from 668); Blue value is 208 (81.64% from 255 or 31.14% from 668); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E7D0 is #1A182F. Grayscale: #E3E3E3. Windows color (decimal): -1710128 or 13690853. OLE color: 13690853.
HSL color Cylindrical-coordinate representation of color #E5E7D0: hue angle of 65.22º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5E7D0 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 231 | 208 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.09 |
| HSL | 65.22º | 0.32% | 0.86% | - |
| HSV(B) | 65.22º | 0.1% | 0.91% | - |
| XYZ | 72.27 | 78.36 | 70.99 | - |
| YUV | 227.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 231 | 208 | 0.01 | 0 | 0.10 | 0.09 | 65.22 | 0.32 | 0.86 |
| Hex | E5 | E7 | D0 | 1 | 0 | A | 9 | 41 | 20 | 56 |
| Octal | 345 | 347 | 320 | 1 | 0 | 12 | 11 | 101 | 40 | 126 |
| Binary | 11100101 | 11100111 | 11010000 | 1 | 0 | 1010 | 1001 | 1000001 | 100000 | 1010110 |
Color Harmonies of #E5E7D0
Complementary color
Monochromatic Colors of #E5E7D0
Black with #E5E7D0
Text Example
Text Example
White with #E5E7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E7D0; }
p { color: rgb(229,231,208); }
H1.HeaderClassName
{
color: #E5E7D0;
}
.AnyTagClassName
{
color: #E5E7D0;
}
</style>
background-color css
<style>
a { background-color: #E5E7D0; }
a { background-color: rgb(229,231,208); }
div.DivClassName
{
background-color: #E5E7D0;
}
.BgClassName
{
background-color: #E5E7D0;
}
</style>
border-color css
<style>
span { border-color: #E5E7D0; }
span { border-color: rgb(229,231,208); }
td.TdClassName
{
border-color: #E5E7D0;
}
.TagClassName
{
border-color: #E5E7D0;
}
</style>