Shades of Frost #E1E8BD
Tints of Frost #E1E8BD
RGB
CMYK
RGB Variations
Color information
#E1E8BD (or 0xE1E8BD) is known color: Frost. HEX triplet: E1, E8 and BD. RGB value is (225,232,189). Sum of RGB (Red+Green+Blue) = 225+232+189=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 232 (91.02% from 255 or 35.91% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 232 - color contains mainly: green. Hex color #E1E8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1E8BD is #1E1742. Grayscale: #E1E1E1. Windows color (decimal): -1972035 or 12445921. OLE color: 12445921.
HSL color Cylindrical-coordinate representation of color #E1E8BD: hue angle of 69.77º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1E8BD is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 232 | 189 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.09 |
| HSL | 69.77º | 0.48% | 0.83% | - |
| HSV(B) | 69.77º | 0.19% | 0.91% | - |
| XYZ | 69.09 | 77.39 | 59.44 | - |
| YUV | 225.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 232 | 189 | 0.03 | 0 | 0.19 | 0.09 | 69.77 | 0.48 | 0.83 |
| Hex | E1 | E8 | BD | 3 | 0 | 13 | 9 | 46 | 30 | 53 |
| Octal | 341 | 350 | 275 | 3 | 0 | 23 | 11 | 106 | 60 | 123 |
| Binary | 11100001 | 11101000 | 10111101 | 11 | 0 | 10011 | 1001 | 1000110 | 110000 | 1010011 |
Color Harmonies of #E1E8BD
Complementary color
Monochromatic Colors of #E1E8BD
Black with #E1E8BD
Text Example
Text Example
White with #E1E8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E8BD; }
p { color: rgb(225,232,189); }
H1.HeaderClassName
{
color: #E1E8BD;
}
.AnyTagClassName
{
color: #E1E8BD;
}
</style>
background-color css
<style>
a { background-color: #E1E8BD; }
a { background-color: rgb(225,232,189); }
div.DivClassName
{
background-color: #E1E8BD;
}
.BgClassName
{
background-color: #E1E8BD;
}
</style>
border-color css
<style>
span { border-color: #E1E8BD; }
span { border-color: rgb(225,232,189); }
td.TdClassName
{
border-color: #E1E8BD;
}
.TagClassName
{
border-color: #E1E8BD;
}
</style>