Shades of Frost #E1E4CE
Tints of Frost #E1E4CE
RGB
CMYK
RGB Variations
Color information
#E1E4CE (or 0xE1E4CE) is known color: Frost. HEX triplet: E1, E4 and CE. RGB value is (225,228,206). Sum of RGB (Red+Green+Blue) = 225+228+206=659 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.14% from 659); Green value is 228 (89.45% from 255 or 34.60% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E4CE is #1E1B31. Grayscale: #E0E0E0. Windows color (decimal): -1973042 or 13559009. OLE color: 13559009.
HSL color Cylindrical-coordinate representation of color #E1E4CE: hue angle of 68.18º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1E4CE is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 228 | 206 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.11 |
| HSL | 68.18º | 0.29% | 0.85% | - |
| HSV(B) | 68.18º | 0.1% | 0.89% | - |
| XYZ | 69.94 | 75.95 | 69.37 | - |
| YUV | 224.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 228 | 206 | 0.01 | 0 | 0.10 | 0.11 | 68.18 | 0.29 | 0.85 |
| Hex | E1 | E4 | CE | 1 | 0 | A | B | 44 | 1D | 55 |
| Octal | 341 | 344 | 316 | 1 | 0 | 12 | 13 | 104 | 35 | 125 |
| Binary | 11100001 | 11100100 | 11001110 | 1 | 0 | 1010 | 1011 | 1000100 | 11101 | 1010101 |
Color Harmonies of #E1E4CE
Complementary color
Monochromatic Colors of #E1E4CE
Black with #E1E4CE
Text Example
Text Example
White with #E1E4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E4CE; }
p { color: rgb(225,228,206); }
H1.HeaderClassName
{
color: #E1E4CE;
}
.AnyTagClassName
{
color: #E1E4CE;
}
</style>
background-color css
<style>
a { background-color: #E1E4CE; }
a { background-color: rgb(225,228,206); }
div.DivClassName
{
background-color: #E1E4CE;
}
.BgClassName
{
background-color: #E1E4CE;
}
</style>
border-color css
<style>
span { border-color: #E1E4CE; }
span { border-color: rgb(225,228,206); }
td.TdClassName
{
border-color: #E1E4CE;
}
.TagClassName
{
border-color: #E1E4CE;
}
</style>