Shades of Frost #E1E7BD
Tints of Frost #E1E7BD
RGB
CMYK
RGB Variations
Color information
#E1E7BD (or 0xE1E7BD) is known color: Frost. HEX triplet: E1, E7 and BD. RGB value is (225,231,189). Sum of RGB (Red+Green+Blue) = 225+231+189=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 231 - color contains mainly: green. Hex color #E1E7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1E7BD is #1E1842. Grayscale: #E0E0E0. Windows color (decimal): -1972291 or 12445665. OLE color: 12445665.
HSL color Cylindrical-coordinate representation of color #E1E7BD: hue angle of 68.57º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1E7BD is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 231 | 189 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.09 |
| HSL | 68.57º | 0.47% | 0.82% | - |
| HSV(B) | 68.57º | 0.18% | 0.91% | - |
| XYZ | 68.81 | 76.83 | 59.35 | - |
| YUV | 224.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 231 | 189 | 0.03 | 0 | 0.18 | 0.09 | 68.57 | 0.47 | 0.82 |
| Hex | E1 | E7 | BD | 3 | 0 | 12 | 9 | 45 | 2F | 52 |
| Octal | 341 | 347 | 275 | 3 | 0 | 22 | 11 | 105 | 57 | 122 |
| Binary | 11100001 | 11100111 | 10111101 | 11 | 0 | 10010 | 1001 | 1000101 | 101111 | 1010010 |
Color Harmonies of #E1E7BD
Complementary color
Monochromatic Colors of #E1E7BD
Black with #E1E7BD
Text Example
Text Example
White with #E1E7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E7BD; }
p { color: rgb(225,231,189); }
H1.HeaderClassName
{
color: #E1E7BD;
}
.AnyTagClassName
{
color: #E1E7BD;
}
</style>
background-color css
<style>
a { background-color: #E1E7BD; }
a { background-color: rgb(225,231,189); }
div.DivClassName
{
background-color: #E1E7BD;
}
.BgClassName
{
background-color: #E1E7BD;
}
</style>
border-color css
<style>
span { border-color: #E1E7BD; }
span { border-color: rgb(225,231,189); }
td.TdClassName
{
border-color: #E1E7BD;
}
.TagClassName
{
border-color: #E1E7BD;
}
</style>