Shades of Frost #E1E5BD
Tints of Frost #E1E5BD
RGB
CMYK
RGB Variations
Color information
#E1E5BD (or 0xE1E5BD) is known color: Frost. HEX triplet: E1, E5 and BD. RGB value is (225,229,189). Sum of RGB (Red+Green+Blue) = 225+229+189=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E5BD is #1E1A42. Grayscale: #DFDFDF. Windows color (decimal): -1972803 or 12445153. OLE color: 12445153.
HSL color Cylindrical-coordinate representation of color #E1E5BD: hue angle of 66º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1E5BD is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 229 | 189 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.10 |
| HSL | 66º | 0.43% | 0.82% | - |
| HSV(B) | 66º | 0.17% | 0.9% | - |
| XYZ | 68.26 | 75.72 | 59.16 | - |
| YUV | 223.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 189 | 0.02 | 0 | 0.17 | 0.10 | 66 | 0.43 | 0.82 |
| Hex | E1 | E5 | BD | 2 | 0 | 11 | A | 42 | 2B | 52 |
| Octal | 341 | 345 | 275 | 2 | 0 | 21 | 12 | 102 | 53 | 122 |
| Binary | 11100001 | 11100101 | 10111101 | 10 | 0 | 10001 | 1010 | 1000010 | 101011 | 1010010 |
Color Harmonies of #E1E5BD
Complementary color
Monochromatic Colors of #E1E5BD
Black with #E1E5BD
Text Example
Text Example
White with #E1E5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E5BD; }
p { color: rgb(225,229,189); }
H1.HeaderClassName
{
color: #E1E5BD;
}
.AnyTagClassName
{
color: #E1E5BD;
}
</style>
background-color css
<style>
a { background-color: #E1E5BD; }
a { background-color: rgb(225,229,189); }
div.DivClassName
{
background-color: #E1E5BD;
}
.BgClassName
{
background-color: #E1E5BD;
}
</style>
border-color css
<style>
span { border-color: #E1E5BD; }
span { border-color: rgb(225,229,189); }
td.TdClassName
{
border-color: #E1E5BD;
}
.TagClassName
{
border-color: #E1E5BD;
}
</style>