Shades of Milk White #E0DCCC
Tints of Milk White #E0DCCC
RGB
CMYK
RGB Variations
Color information
#E0DCCC (or 0xE0DCCC) is known color: Milk White. HEX triplet: E0, DC and CC. RGB value is (224,220,204). Sum of RGB (Red+Green+Blue) = 224+220+204=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCCC is #1F2333. Grayscale: #DBDBDB. Windows color (decimal): -2040628 or 13425888. OLE color: 13425888.
HSL color Cylindrical-coordinate representation of color #E0DCCC: hue angle of 48º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0DCCC is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 204 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.12 |
| HSL | 48º | 0.24% | 0.84% | - |
| HSV(B) | 48º | 0.09% | 0.88% | - |
| XYZ | 67.23 | 71.39 | 67.36 | - |
| YUV | 219.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 204 | 0 | 0.02 | 0.09 | 0.12 | 48 | 0.24 | 0.84 |
| Hex | E0 | DC | CC | 0 | 2 | 9 | C | 30 | 18 | 54 |
| Octal | 340 | 334 | 314 | 0 | 2 | 11 | 14 | 60 | 30 | 124 |
| Binary | 11100000 | 11011100 | 11001100 | 0 | 10 | 1001 | 1100 | 110000 | 11000 | 1010100 |
Color Harmonies of #E0DCCC
Complementary color
Monochromatic Colors of #E0DCCC
Black with #E0DCCC
Text Example
Text Example
White with #E0DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DCCC; }
p { color: rgb(224,220,204); }
H1.HeaderClassName
{
color: #E0DCCC;
}
.AnyTagClassName
{
color: #E0DCCC;
}
</style>
background-color css
<style>
a { background-color: #E0DCCC; }
a { background-color: rgb(224,220,204); }
div.DivClassName
{
background-color: #E0DCCC;
}
.BgClassName
{
background-color: #E0DCCC;
}
</style>
border-color css
<style>
span { border-color: #E0DCCC; }
span { border-color: rgb(224,220,204); }
td.TdClassName
{
border-color: #E0DCCC;
}
.TagClassName
{
border-color: #E0DCCC;
}
</style>