Shades of Frost #E1E1BE
Tints of Frost #E1E1BE
RGB
CMYK
RGB Variations
Color information
#E1E1BE (or 0xE1E1BE) is known color: Frost. HEX triplet: E1, E1 and BE. RGB value is (225,225,190). Sum of RGB (Red+Green+Blue) = 225+225+190=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E1BE is #1E1E41. Grayscale: #DDDDDD. Windows color (decimal): -1973826 or 12509665. OLE color: 12509665.
HSL color Cylindrical-coordinate representation of color #E1E1BE: hue angle of 60º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1E1BE is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 225 | 190 | - |
| CMYK | 0 | 0 | 0.16 | 0.12 |
| HSL | 60º | 0.37% | 0.81% | - |
| HSV(B) | 60º | 0.16% | 0.88% | - |
| XYZ | 67.27 | 73.58 | 59.37 | - |
| YUV | 221.01 | 110.5 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 190 | 0 | 0 | 0.16 | 0.12 | 60 | 0.37 | 0.81 |
| Hex | E1 | E1 | BE | 0 | 0 | 10 | C | 3C | 25 | 51 |
| Octal | 341 | 341 | 276 | 0 | 0 | 20 | 14 | 74 | 45 | 121 |
| Binary | 11100001 | 11100001 | 10111110 | 0 | 0 | 10000 | 1100 | 111100 | 100101 | 1010001 |
Color Harmonies of #E1E1BE
Complementary color
Monochromatic Colors of #E1E1BE
Black with #E1E1BE
Text Example
Text Example
White with #E1E1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E1BE; }
p { color: rgb(225,225,190); }
H1.HeaderClassName
{
color: #E1E1BE;
}
.AnyTagClassName
{
color: #E1E1BE;
}
</style>
background-color css
<style>
a { background-color: #E1E1BE; }
a { background-color: rgb(225,225,190); }
div.DivClassName
{
background-color: #E1E1BE;
}
.BgClassName
{
background-color: #E1E1BE;
}
</style>
border-color css
<style>
span { border-color: #E1E1BE; }
span { border-color: rgb(225,225,190); }
td.TdClassName
{
border-color: #E1E1BE;
}
.TagClassName
{
border-color: #E1E1BE;
}
</style>