Shades of Frost #E1E4CD
Tints of Frost #E1E4CD
RGB
CMYK
RGB Variations
Color information
#E1E4CD (or 0xE1E4CD) is known color: Frost. HEX triplet: E1, E4 and CD. RGB value is (225,228,205). Sum of RGB (Red+Green+Blue) = 225+228+205=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E4CD is #1E1B32. Grayscale: #E0E0E0. Windows color (decimal): -1973043 or 13493473. OLE color: 13493473.
HSL color Cylindrical-coordinate representation of color #E1E4CD: hue angle of 67.83º degrees, saturation: 0.3, 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 #E1E4CD is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 228 | 205 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.11 |
| HSL | 67.83º | 0.3% | 0.85% | - |
| HSV(B) | 67.83º | 0.1% | 0.89% | - |
| XYZ | 69.81 | 75.9 | 68.73 | - |
| YUV | 224.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 228 | 205 | 0.01 | 0 | 0.10 | 0.11 | 67.83 | 0.3 | 0.85 |
| Hex | E1 | E4 | CD | 1 | 0 | A | B | 44 | 1E | 55 |
| Octal | 341 | 344 | 315 | 1 | 0 | 12 | 13 | 104 | 36 | 125 |
| Binary | 11100001 | 11100100 | 11001101 | 1 | 0 | 1010 | 1011 | 1000100 | 11110 | 1010101 |
Color Harmonies of #E1E4CD
Complementary color
Monochromatic Colors of #E1E4CD
Black with #E1E4CD
Text Example
Text Example
White with #E1E4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E4CD; }
p { color: rgb(225,228,205); }
H1.HeaderClassName
{
color: #E1E4CD;
}
.AnyTagClassName
{
color: #E1E4CD;
}
</style>
background-color css
<style>
a { background-color: #E1E4CD; }
a { background-color: rgb(225,228,205); }
div.DivClassName
{
background-color: #E1E4CD;
}
.BgClassName
{
background-color: #E1E4CD;
}
</style>
border-color css
<style>
span { border-color: #E1E4CD; }
span { border-color: rgb(225,228,205); }
td.TdClassName
{
border-color: #E1E4CD;
}
.TagClassName
{
border-color: #E1E4CD;
}
</style>