Shades of Milk White #DCD7C6
Tints of Milk White #DCD7C6
RGB
CMYK
RGB Variations
Color information
#DCD7C6 (or 0xDCD7C6) is known color: Milk White. HEX triplet: DC, D7 and C6. RGB value is (220,215,198). Sum of RGB (Red+Green+Blue) = 220+215+198=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7C6 is #232839. Grayscale: #D6D6D6. Windows color (decimal): -2304058 or 13031388. OLE color: 13031388.
HSL color Cylindrical-coordinate representation of color #DCD7C6: hue angle of 46.36º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD7C6 is Cyan = 0, Magento = 0.02, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 198 | - |
| CMYK | 0 | 0.02 | 0.1 | 0.14 |
| HSL | 46.36º | 0.24% | 0.82% | - |
| HSV(B) | 46.36º | 0.1% | 0.86% | - |
| XYZ | 64.01 | 67.89 | 63.16 | - |
| YUV | 214.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 198 | 0 | 0.02 | 0.1 | 0.14 | 46.36 | 0.24 | 0.82 |
| Hex | DC | D7 | C6 | 0 | 2 | A | E | 2E | 18 | 52 |
| Octal | 334 | 327 | 306 | 0 | 2 | 12 | 16 | 56 | 30 | 122 |
| Binary | 11011100 | 11010111 | 11000110 | 0 | 10 | 1010 | 1110 | 101110 | 11000 | 1010010 |
Color Harmonies of #DCD7C6
Complementary color
Monochromatic Colors of #DCD7C6
Black with #DCD7C6
Text Example
Text Example
White with #DCD7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7C6; }
p { color: rgb(220,215,198); }
H1.HeaderClassName
{
color: #DCD7C6;
}
.AnyTagClassName
{
color: #DCD7C6;
}
</style>
background-color css
<style>
a { background-color: #DCD7C6; }
a { background-color: rgb(220,215,198); }
div.DivClassName
{
background-color: #DCD7C6;
}
.BgClassName
{
background-color: #DCD7C6;
}
</style>
border-color css
<style>
span { border-color: #DCD7C6; }
span { border-color: rgb(220,215,198); }
td.TdClassName
{
border-color: #DCD7C6;
}
.TagClassName
{
border-color: #DCD7C6;
}
</style>