Shades of Milk White #E0DDCE
Tints of Milk White #E0DDCE
RGB
CMYK
RGB Variations
Color information
#E0DDCE (or 0xE0DDCE) is known color: Milk White. HEX triplet: E0, DD and CE. RGB value is (224,221,206). Sum of RGB (Red+Green+Blue) = 224+221+206=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDCE is #1F2231. Grayscale: #DCDCDC. Windows color (decimal): -2040370 or 13557216. OLE color: 13557216.
HSL color Cylindrical-coordinate representation of color #E0DDCE: hue angle of 50º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0DDCE is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 206 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.12 |
| HSL | 50º | 0.23% | 0.84% | - |
| HSV(B) | 50º | 0.08% | 0.88% | - |
| XYZ | 67.74 | 72.02 | 68.72 | - |
| YUV | 220.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 206 | 0 | 0.01 | 0.08 | 0.12 | 50 | 0.23 | 0.84 |
| Hex | E0 | DD | CE | 0 | 1 | 8 | C | 32 | 16 | 54 |
| Octal | 340 | 335 | 316 | 0 | 1 | 10 | 14 | 62 | 26 | 124 |
| Binary | 11100000 | 11011101 | 11001110 | 0 | 1 | 1000 | 1100 | 110010 | 10110 | 1010100 |
Color Harmonies of #E0DDCE
Complementary color
Monochromatic Colors of #E0DDCE
Black with #E0DDCE
Text Example
Text Example
White with #E0DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DDCE; }
p { color: rgb(224,221,206); }
H1.HeaderClassName
{
color: #E0DDCE;
}
.AnyTagClassName
{
color: #E0DDCE;
}
</style>
background-color css
<style>
a { background-color: #E0DDCE; }
a { background-color: rgb(224,221,206); }
div.DivClassName
{
background-color: #E0DDCE;
}
.BgClassName
{
background-color: #E0DDCE;
}
</style>
border-color css
<style>
span { border-color: #E0DDCE; }
span { border-color: rgb(224,221,206); }
td.TdClassName
{
border-color: #E0DDCE;
}
.TagClassName
{
border-color: #E0DDCE;
}
</style>