Shades of Frost #E0E3CD
Tints of Frost #E0E3CD
RGB
CMYK
RGB Variations
Color information
#E0E3CD (or 0xE0E3CD) is known color: Frost. HEX triplet: E0, E3 and CD. RGB value is (224,227,205). Sum of RGB (Red+Green+Blue) = 224+227+205=656 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.15% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E3CD is #1F1C32. Grayscale: #DFDFDF. Windows color (decimal): -2038835 or 13493216. OLE color: 13493216.
HSL color Cylindrical-coordinate representation of color #E0E3CD: hue angle of 68.18º degrees, saturation: 0.28, 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 #E0E3CD is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 227 | 205 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.11 |
| HSL | 68.18º | 0.28% | 0.85% | - |
| HSV(B) | 68.18º | 0.1% | 0.89% | - |
| XYZ | 69.23 | 75.19 | 68.62 | - |
| YUV | 223.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 227 | 205 | 0.01 | 0 | 0.10 | 0.11 | 68.18 | 0.28 | 0.85 |
| Hex | E0 | E3 | CD | 1 | 0 | A | B | 44 | 1C | 55 |
| Octal | 340 | 343 | 315 | 1 | 0 | 12 | 13 | 104 | 34 | 125 |
| Binary | 11100000 | 11100011 | 11001101 | 1 | 0 | 1010 | 1011 | 1000100 | 11100 | 1010101 |
Color Harmonies of #E0E3CD
Complementary color
Monochromatic Colors of #E0E3CD
Black with #E0E3CD
Text Example
Text Example
White with #E0E3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E3CD; }
p { color: rgb(224,227,205); }
H1.HeaderClassName
{
color: #E0E3CD;
}
.AnyTagClassName
{
color: #E0E3CD;
}
</style>
background-color css
<style>
a { background-color: #E0E3CD; }
a { background-color: rgb(224,227,205); }
div.DivClassName
{
background-color: #E0E3CD;
}
.BgClassName
{
background-color: #E0E3CD;
}
</style>
border-color css
<style>
span { border-color: #E0E3CD; }
span { border-color: rgb(224,227,205); }
td.TdClassName
{
border-color: #E0E3CD;
}
.TagClassName
{
border-color: #E0E3CD;
}
</style>