Shades of Milk White #E0DCCF
Tints of Milk White #E0DCCF
RGB
CMYK
RGB Variations
Color information
#E0DCCF (or 0xE0DCCF) is known color: Milk White. HEX triplet: E0, DC and CF. RGB value is (224,220,207). Sum of RGB (Red+Green+Blue) = 224+220+207=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCCF is #1F2330. Grayscale: #DBDBDB. Windows color (decimal): -2040625 or 13622496. OLE color: 13622496.
HSL color Cylindrical-coordinate representation of color #E0DCCF: hue angle of 45.88º 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 #E0DCCF is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 207 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.12 |
| HSL | 45.88º | 0.22% | 0.85% | - |
| HSV(B) | 45.88º | 0.08% | 0.88% | - |
| XYZ | 67.6 | 71.54 | 69.28 | - |
| YUV | 219.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 207 | 0 | 0.02 | 0.08 | 0.12 | 45.88 | 0.22 | 0.85 |
| Hex | E0 | DC | CF | 0 | 2 | 8 | C | 2E | 16 | 55 |
| Octal | 340 | 334 | 317 | 0 | 2 | 10 | 14 | 56 | 26 | 125 |
| Binary | 11100000 | 11011100 | 11001111 | 0 | 10 | 1000 | 1100 | 101110 | 10110 | 1010101 |
Color Harmonies of #E0DCCF
Complementary color
Monochromatic Colors of #E0DCCF
Black with #E0DCCF
Text Example
Text Example
White with #E0DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DCCF; }
p { color: rgb(224,220,207); }
H1.HeaderClassName
{
color: #E0DCCF;
}
.AnyTagClassName
{
color: #E0DCCF;
}
</style>
background-color css
<style>
a { background-color: #E0DCCF; }
a { background-color: rgb(224,220,207); }
div.DivClassName
{
background-color: #E0DCCF;
}
.BgClassName
{
background-color: #E0DCCF;
}
</style>
border-color css
<style>
span { border-color: #E0DCCF; }
span { border-color: rgb(224,220,207); }
td.TdClassName
{
border-color: #E0DCCF;
}
.TagClassName
{
border-color: #E0DCCF;
}
</style>