Shades of Milk White #E0DDCD
Tints of Milk White #E0DDCD
RGB
CMYK
RGB Variations
Color information
#E0DDCD (or 0xE0DDCD) is known color: Milk White. HEX triplet: E0, DD and CD. RGB value is (224,221,205). Sum of RGB (Red+Green+Blue) = 224+221+205=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDCD is #1F2232. Grayscale: #DCDCDC. Windows color (decimal): -2040371 or 13491680. OLE color: 13491680.
HSL color Cylindrical-coordinate representation of color #E0DDCD: hue angle of 50.53º degrees, saturation: 0.23, 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 #E0DDCD is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 205 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.12 |
| HSL | 50.53º | 0.23% | 0.84% | - |
| HSV(B) | 50.53º | 0.08% | 0.88% | - |
| XYZ | 67.62 | 71.97 | 68.09 | - |
| YUV | 220.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 205 | 0 | 0.01 | 0.08 | 0.12 | 50.53 | 0.23 | 0.84 |
| Hex | E0 | DD | CD | 0 | 1 | 8 | C | 33 | 17 | 54 |
| Octal | 340 | 335 | 315 | 0 | 1 | 10 | 14 | 63 | 27 | 124 |
| Binary | 11100000 | 11011101 | 11001101 | 0 | 1 | 1000 | 1100 | 110011 | 10111 | 1010100 |
Color Harmonies of #E0DDCD
Complementary color
Monochromatic Colors of #E0DDCD
Black with #E0DDCD
Text Example
Text Example
White with #E0DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DDCD; }
p { color: rgb(224,221,205); }
H1.HeaderClassName
{
color: #E0DDCD;
}
.AnyTagClassName
{
color: #E0DDCD;
}
</style>
background-color css
<style>
a { background-color: #E0DDCD; }
a { background-color: rgb(224,221,205); }
div.DivClassName
{
background-color: #E0DDCD;
}
.BgClassName
{
background-color: #E0DDCD;
}
</style>
border-color css
<style>
span { border-color: #E0DDCD; }
span { border-color: rgb(224,221,205); }
td.TdClassName
{
border-color: #E0DDCD;
}
.TagClassName
{
border-color: #E0DDCD;
}
</style>