Shades of Milk White #DCD9CD
Tints of Milk White #DCD9CD
RGB
CMYK
RGB Variations
Color information
#DCD9CD (or 0xDCD9CD) is known color: Milk White. HEX triplet: DC, D9 and CD. RGB value is (220,217,205). Sum of RGB (Red+Green+Blue) = 220+217+205=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9CD is #232632. Grayscale: #D8D8D8. Windows color (decimal): -2303539 or 13490652. OLE color: 13490652.
HSL color Cylindrical-coordinate representation of color #DCD9CD: hue angle of 48º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCD9CD is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 217 | 205 | - |
CMYK | 0 | 0.01 | 0.07 | 0.14 |
HSL | 48º | 0.18% | 0.83% | - |
HSV(B) | 48º | 0.07% | 0.86% | - |
XYZ | 65.35 | 69.25 | 67.68 | - |
YUV | 216.53 | 121.49 | 130.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 217 | 205 | 0 | 0.01 | 0.07 | 0.14 | 48 | 0.18 | 0.83 |
Hex | DC | D9 | CD | 0 | 1 | 7 | E | 30 | 12 | 53 |
Octal | 334 | 331 | 315 | 0 | 1 | 7 | 16 | 60 | 22 | 123 |
Binary | 11011100 | 11011001 | 11001101 | 0 | 1 | 111 | 1110 | 110000 | 10010 | 1010011 |
Color Harmonies of #DCD9CD
Complementary color
Monochromatic Colors of #DCD9CD
Black with #DCD9CD
Text Example
Text Example
White with #DCD9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9CD; }
p { color: rgb(220,217,205); }
H1.HeaderClassName
{
color: #DCD9CD;
}
.AnyTagClassName
{
color: #DCD9CD;
}
</style>
background-color css
<style>
a { background-color: #DCD9CD; }
a { background-color: rgb(220,217,205); }
div.DivClassName
{
background-color: #DCD9CD;
}
.BgClassName
{
background-color: #DCD9CD;
}
</style>
border-color css
<style>
span { border-color: #DCD9CD; }
span { border-color: rgb(220,217,205); }
td.TdClassName
{
border-color: #DCD9CD;
}
.TagClassName
{
border-color: #DCD9CD;
}
</style>