Shades of Milk White #DCD9C8
Tints of Milk White #DCD9C8
RGB
CMYK
RGB Variations
Color information
#DCD9C8 (or 0xDCD9C8) is known color: Milk White. HEX triplet: DC, D9 and C8. RGB value is (220,217,200). Sum of RGB (Red+Green+Blue) = 220+217+200=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9C8 is #232637. Grayscale: #D8D8D8. Windows color (decimal): -2303544 or 13162972. OLE color: 13162972.
HSL color Cylindrical-coordinate representation of color #DCD9C8: hue angle of 51º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCD9C8 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 217 | 200 | - |
CMYK | 0 | 0.01 | 0.09 | 0.14 |
HSL | 51º | 0.22% | 0.82% | - |
HSV(B) | 51º | 0.09% | 0.86% | - |
XYZ | 64.75 | 69.01 | 64.55 | - |
YUV | 215.96 | 118.99 | 130.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 217 | 200 | 0 | 0.01 | 0.09 | 0.14 | 51 | 0.22 | 0.82 |
Hex | DC | D9 | C8 | 0 | 1 | 9 | E | 33 | 16 | 52 |
Octal | 334 | 331 | 310 | 0 | 1 | 11 | 16 | 63 | 26 | 122 |
Binary | 11011100 | 11011001 | 11001000 | 0 | 1 | 1001 | 1110 | 110011 | 10110 | 1010010 |
Color Harmonies of #DCD9C8
Complementary color
Monochromatic Colors of #DCD9C8
Black with #DCD9C8
Text Example
Text Example
White with #DCD9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9C8; }
p { color: rgb(220,217,200); }
H1.HeaderClassName
{
color: #DCD9C8;
}
.AnyTagClassName
{
color: #DCD9C8;
}
</style>
background-color css
<style>
a { background-color: #DCD9C8; }
a { background-color: rgb(220,217,200); }
div.DivClassName
{
background-color: #DCD9C8;
}
.BgClassName
{
background-color: #DCD9C8;
}
</style>
border-color css
<style>
span { border-color: #DCD9C8; }
span { border-color: rgb(220,217,200); }
td.TdClassName
{
border-color: #DCD9C8;
}
.TagClassName
{
border-color: #DCD9C8;
}
</style>