Shades of Frostee #E0EDD1
Tints of Frostee #E0EDD1
RGB
CMYK
RGB Variations
Color information
#E0EDD1 (or 0xE0EDD1) is known color: Frostee. HEX triplet: E0, ED and D1. RGB value is (224,237,209). Sum of RGB (Red+Green+Blue) = 224+237+209=670 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.43% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 209 (82.03% from 255 or 31.19% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #E0EDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EDD1 is #1F122E. Grayscale: #E6E6E6. Windows color (decimal): -2036271 or 13757920. OLE color: 13757920.
HSL color Cylindrical-coordinate representation of color #E0EDD1: hue angle of 87.86º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0EDD1 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 237 | 209 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.07 |
| HSL | 87.86º | 0.44% | 0.87% | - |
| HSV(B) | 87.86º | 0.12% | 0.93% | - |
| XYZ | 72.53 | 81.02 | 72.14 | - |
| YUV | 229.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 237 | 209 | 0.05 | 0 | 0.12 | 0.07 | 87.86 | 0.44 | 0.87 |
| Hex | E0 | ED | D1 | 5 | 0 | C | 7 | 58 | 2C | 57 |
| Octal | 340 | 355 | 321 | 5 | 0 | 14 | 7 | 130 | 54 | 127 |
| Binary | 11100000 | 11101101 | 11010001 | 101 | 0 | 1100 | 111 | 1011000 | 101100 | 1010111 |
Color Harmonies of #E0EDD1
Complementary color
Monochromatic Colors of #E0EDD1
Black with #E0EDD1
Text Example
Text Example
White with #E0EDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EDD1; }
p { color: rgb(224,237,209); }
H1.HeaderClassName
{
color: #E0EDD1;
}
.AnyTagClassName
{
color: #E0EDD1;
}
</style>
background-color css
<style>
a { background-color: #E0EDD1; }
a { background-color: rgb(224,237,209); }
div.DivClassName
{
background-color: #E0EDD1;
}
.BgClassName
{
background-color: #E0EDD1;
}
</style>
border-color css
<style>
span { border-color: #E0EDD1; }
span { border-color: rgb(224,237,209); }
td.TdClassName
{
border-color: #E0EDD1;
}
.TagClassName
{
border-color: #E0EDD1;
}
</style>