Shades of Milk White #E0DDCF
Tints of Milk White #E0DDCF
RGB
CMYK
RGB Variations
Color information
#E0DDCF (or 0xE0DDCF) is known color: Milk White. HEX triplet: E0, DD and CF. RGB value is (224,221,207). Sum of RGB (Red+Green+Blue) = 224+221+207=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDCF is #1F2230. Grayscale: #DCDCDC. Windows color (decimal): -2040369 or 13622752. OLE color: 13622752.
HSL color Cylindrical-coordinate representation of color #E0DDCF: hue angle of 49.41º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0DDCF is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 207 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.12 |
| HSL | 49.41º | 0.22% | 0.85% | - |
| HSV(B) | 49.41º | 0.08% | 0.88% | - |
| XYZ | 67.86 | 72.07 | 69.36 | - |
| YUV | 220.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 207 | 0 | 0.01 | 0.08 | 0.12 | 49.41 | 0.22 | 0.85 |
| Hex | E0 | DD | CF | 0 | 1 | 8 | C | 31 | 16 | 55 |
| Octal | 340 | 335 | 317 | 0 | 1 | 10 | 14 | 61 | 26 | 125 |
| Binary | 11100000 | 11011101 | 11001111 | 0 | 1 | 1000 | 1100 | 110001 | 10110 | 1010101 |
Color Harmonies of #E0DDCF
Complementary color
Monochromatic Colors of #E0DDCF
Black with #E0DDCF
Text Example
Text Example
White with #E0DDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DDCF; }
p { color: rgb(224,221,207); }
H1.HeaderClassName
{
color: #E0DDCF;
}
.AnyTagClassName
{
color: #E0DDCF;
}
</style>
background-color css
<style>
a { background-color: #E0DDCF; }
a { background-color: rgb(224,221,207); }
div.DivClassName
{
background-color: #E0DDCF;
}
.BgClassName
{
background-color: #E0DDCF;
}
</style>
border-color css
<style>
span { border-color: #E0DDCF; }
span { border-color: rgb(224,221,207); }
td.TdClassName
{
border-color: #E0DDCF;
}
.TagClassName
{
border-color: #E0DDCF;
}
</style>