Shades of Frost #E0E4CD
Tints of Frost #E0E4CD
RGB
CMYK
RGB Variations
Color information
#E0E4CD (or 0xE0E4CD) is known color: Frost. HEX triplet: E0, E4 and CD. RGB value is (224,228,205). Sum of RGB (Red+Green+Blue) = 224+228+205=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E4CD is #1F1B32. Grayscale: #E0E0E0. Windows color (decimal): -2038579 or 13493472. OLE color: 13493472.
HSL color Cylindrical-coordinate representation of color #E0E4CD: hue angle of 70.43º 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 #E0E4CD is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 228 | 205 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.11 |
| HSL | 70.43º | 0.3% | 0.85% | - |
| HSV(B) | 70.43º | 0.1% | 0.89% | - |
| XYZ | 69.5 | 75.74 | 68.71 | - |
| YUV | 224.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 205 | 0.02 | 0 | 0.10 | 0.11 | 70.43 | 0.3 | 0.85 |
| Hex | E0 | E4 | CD | 2 | 0 | A | B | 46 | 1E | 55 |
| Octal | 340 | 344 | 315 | 2 | 0 | 12 | 13 | 106 | 36 | 125 |
| Binary | 11100000 | 11100100 | 11001101 | 10 | 0 | 1010 | 1011 | 1000110 | 11110 | 1010101 |
Color Harmonies of #E0E4CD
Complementary color
Monochromatic Colors of #E0E4CD
Black with #E0E4CD
Text Example
Text Example
White with #E0E4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E4CD; }
p { color: rgb(224,228,205); }
H1.HeaderClassName
{
color: #E0E4CD;
}
.AnyTagClassName
{
color: #E0E4CD;
}
</style>
background-color css
<style>
a { background-color: #E0E4CD; }
a { background-color: rgb(224,228,205); }
div.DivClassName
{
background-color: #E0E4CD;
}
.BgClassName
{
background-color: #E0E4CD;
}
</style>
border-color css
<style>
span { border-color: #E0E4CD; }
span { border-color: rgb(224,228,205); }
td.TdClassName
{
border-color: #E0E4CD;
}
.TagClassName
{
border-color: #E0E4CD;
}
</style>