Shades of Frost #E1E4BF
Tints of Frost #E1E4BF
RGB
CMYK
RGB Variations
Color information
#E1E4BF (or 0xE1E4BF) is known color: Frost. HEX triplet: E1, E4 and BF. RGB value is (225,228,191). Sum of RGB (Red+Green+Blue) = 225+228+191=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 228 (89.45% from 255 or 35.40% from 644); Blue value is 191 (75% from 255 or 29.66% from 644); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E4BF is #1E1B40. Grayscale: #DFDFDF. Windows color (decimal): -1973057 or 12575969. OLE color: 12575969.
HSL color Cylindrical-coordinate representation of color #E1E4BF: hue angle of 64.86º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1E4BF is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 228 | 191 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.11 |
| HSL | 64.86º | 0.41% | 0.82% | - |
| HSV(B) | 64.86º | 0.16% | 0.89% | - |
| XYZ | 68.2 | 75.26 | 60.22 | - |
| YUV | 222.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 228 | 191 | 0.01 | 0 | 0.16 | 0.11 | 64.86 | 0.41 | 0.82 |
| Hex | E1 | E4 | BF | 1 | 0 | 10 | B | 41 | 29 | 52 |
| Octal | 341 | 344 | 277 | 1 | 0 | 20 | 13 | 101 | 51 | 122 |
| Binary | 11100001 | 11100100 | 10111111 | 1 | 0 | 10000 | 1011 | 1000001 | 101001 | 1010010 |
Color Harmonies of #E1E4BF
Complementary color
Monochromatic Colors of #E1E4BF
Black with #E1E4BF
Text Example
Text Example
White with #E1E4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E4BF; }
p { color: rgb(225,228,191); }
H1.HeaderClassName
{
color: #E1E4BF;
}
.AnyTagClassName
{
color: #E1E4BF;
}
</style>
background-color css
<style>
a { background-color: #E1E4BF; }
a { background-color: rgb(225,228,191); }
div.DivClassName
{
background-color: #E1E4BF;
}
.BgClassName
{
background-color: #E1E4BF;
}
</style>
border-color css
<style>
span { border-color: #E1E4BF; }
span { border-color: rgb(225,228,191); }
td.TdClassName
{
border-color: #E1E4BF;
}
.TagClassName
{
border-color: #E1E4BF;
}
</style>