Shades of Milk White #E1DECF
Tints of Milk White #E1DECF
RGB
CMYK
RGB Variations
Color information
#E1DECF (or 0xE1DECF) is known color: Milk White. HEX triplet: E1, DE and CF. RGB value is (225,222,207). Sum of RGB (Red+Green+Blue) = 225+222+207=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DECF is #1E2130. Grayscale: #DDDDDD. Windows color (decimal): -1974577 or 13623009. OLE color: 13623009.
HSL color Cylindrical-coordinate representation of color #E1DECF: hue angle of 50º degrees, saturation: 0.23, 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 #E1DECF is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 207 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.12 |
| HSL | 50º | 0.23% | 0.85% | - |
| HSV(B) | 50º | 0.08% | 0.88% | - |
| XYZ | 68.44 | 72.76 | 69.47 | - |
| YUV | 221.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 207 | 0 | 0.01 | 0.08 | 0.12 | 50 | 0.23 | 0.85 |
| Hex | E1 | DE | CF | 0 | 1 | 8 | C | 32 | 17 | 55 |
| Octal | 341 | 336 | 317 | 0 | 1 | 10 | 14 | 62 | 27 | 125 |
| Binary | 11100001 | 11011110 | 11001111 | 0 | 1 | 1000 | 1100 | 110010 | 10111 | 1010101 |
Color Harmonies of #E1DECF
Complementary color
Monochromatic Colors of #E1DECF
Black with #E1DECF
Text Example
Text Example
White with #E1DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DECF; }
p { color: rgb(225,222,207); }
H1.HeaderClassName
{
color: #E1DECF;
}
.AnyTagClassName
{
color: #E1DECF;
}
</style>
background-color css
<style>
a { background-color: #E1DECF; }
a { background-color: rgb(225,222,207); }
div.DivClassName
{
background-color: #E1DECF;
}
.BgClassName
{
background-color: #E1DECF;
}
</style>
border-color css
<style>
span { border-color: #E1DECF; }
span { border-color: rgb(225,222,207); }
td.TdClassName
{
border-color: #E1DECF;
}
.TagClassName
{
border-color: #E1DECF;
}
</style>