Shades of Frost #E1E4CC
Tints of Frost #E1E4CC
RGB
CMYK
RGB Variations
Color information
#E1E4CC (or 0xE1E4CC) is known color: Frost. HEX triplet: E1, E4 and CC. RGB value is (225,228,204). Sum of RGB (Red+Green+Blue) = 225+228+204=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E4CC is #1E1B33. Grayscale: #E0E0E0. Windows color (decimal): -1973044 or 13427937. OLE color: 13427937.
HSL color Cylindrical-coordinate representation of color #E1E4CC: hue angle of 67.5º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1E4CC is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 228 | 204 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.11 |
| HSL | 67.5º | 0.31% | 0.85% | - |
| HSV(B) | 67.5º | 0.11% | 0.89% | - |
| XYZ | 69.69 | 75.85 | 68.09 | - |
| YUV | 224.37 | 116.51 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 228 | 204 | 0.01 | 0 | 0.11 | 0.11 | 67.5 | 0.31 | 0.85 |
| Hex | E1 | E4 | CC | 1 | 0 | B | B | 44 | 1F | 55 |
| Octal | 341 | 344 | 314 | 1 | 0 | 13 | 13 | 104 | 37 | 125 |
| Binary | 11100001 | 11100100 | 11001100 | 1 | 0 | 1011 | 1011 | 1000100 | 11111 | 1010101 |
Color Harmonies of #E1E4CC
Complementary color
Monochromatic Colors of #E1E4CC
Black with #E1E4CC
Text Example
Text Example
White with #E1E4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E4CC; }
p { color: rgb(225,228,204); }
H1.HeaderClassName
{
color: #E1E4CC;
}
.AnyTagClassName
{
color: #E1E4CC;
}
</style>
background-color css
<style>
a { background-color: #E1E4CC; }
a { background-color: rgb(225,228,204); }
div.DivClassName
{
background-color: #E1E4CC;
}
.BgClassName
{
background-color: #E1E4CC;
}
</style>
border-color css
<style>
span { border-color: #E1E4CC; }
span { border-color: rgb(225,228,204); }
td.TdClassName
{
border-color: #E1E4CC;
}
.TagClassName
{
border-color: #E1E4CC;
}
</style>