Shades of Milk White #DCD9D0
Tints of Milk White #DCD9D0
RGB
CMYK
RGB Variations
Color information
#DCD9D0 (or 0xDCD9D0) is known color: Milk White. HEX triplet: DC, D9 and D0. RGB value is (220,217,208). Sum of RGB (Red+Green+Blue) = 220+217+208=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9D0 is #23262F. Grayscale: #D8D8D8. Windows color (decimal): -2303536 or 13687260. OLE color: 13687260.
HSL color Cylindrical-coordinate representation of color #DCD9D0: hue angle of 45º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCD9D0 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 217 | 208 | - |
CMYK | 0 | 0.01 | 0.05 | 0.14 |
HSL | 45º | 0.15% | 0.84% | - |
HSV(B) | 45º | 0.05% | 0.86% | - |
XYZ | 65.71 | 69.4 | 69.61 | - |
YUV | 216.87 | 122.99 | 130.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 217 | 208 | 0 | 0.01 | 0.05 | 0.14 | 45 | 0.15 | 0.84 |
Hex | DC | D9 | D0 | 0 | 1 | 5 | E | 2D | F | 54 |
Octal | 334 | 331 | 320 | 0 | 1 | 5 | 16 | 55 | 17 | 124 |
Binary | 11011100 | 11011001 | 11010000 | 0 | 1 | 101 | 1110 | 101101 | 1111 | 1010100 |
Color Harmonies of #DCD9D0
Complementary color
Monochromatic Colors of #DCD9D0
Black with #DCD9D0
Text Example
Text Example
White with #DCD9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9D0; }
p { color: rgb(220,217,208); }
H1.HeaderClassName
{
color: #DCD9D0;
}
.AnyTagClassName
{
color: #DCD9D0;
}
</style>
background-color css
<style>
a { background-color: #DCD9D0; }
a { background-color: rgb(220,217,208); }
div.DivClassName
{
background-color: #DCD9D0;
}
.BgClassName
{
background-color: #DCD9D0;
}
</style>
border-color css
<style>
span { border-color: #DCD9D0; }
span { border-color: rgb(220,217,208); }
td.TdClassName
{
border-color: #DCD9D0;
}
.TagClassName
{
border-color: #DCD9D0;
}
</style>