Shades of Milk White #DCD9CB
Tints of Milk White #DCD9CB
RGB
CMYK
RGB Variations
Color information
#DCD9CB (or 0xDCD9CB) is known color: Milk White. HEX triplet: DC, D9 and CB. RGB value is (220,217,203). Sum of RGB (Red+Green+Blue) = 220+217+203=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9CB is #232634. Grayscale: #D8D8D8. Windows color (decimal): -2303541 or 13359580. OLE color: 13359580.
HSL color Cylindrical-coordinate representation of color #DCD9CB: hue angle of 49.41º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCD9CB is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 203 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.14 |
| HSL | 49.41º | 0.2% | 0.83% | - |
| HSV(B) | 49.41º | 0.08% | 0.86% | - |
| XYZ | 65.11 | 69.15 | 66.42 | - |
| YUV | 216.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 203 | 0 | 0.01 | 0.08 | 0.14 | 49.41 | 0.2 | 0.83 |
| Hex | DC | D9 | CB | 0 | 1 | 8 | E | 31 | 14 | 53 |
| Octal | 334 | 331 | 313 | 0 | 1 | 10 | 16 | 61 | 24 | 123 |
| Binary | 11011100 | 11011001 | 11001011 | 0 | 1 | 1000 | 1110 | 110001 | 10100 | 1010011 |
Color Harmonies of #DCD9CB
Complementary color
Monochromatic Colors of #DCD9CB
Black with #DCD9CB
Text Example
Text Example
White with #DCD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9CB; }
p { color: rgb(220,217,203); }
H1.HeaderClassName
{
color: #DCD9CB;
}
.AnyTagClassName
{
color: #DCD9CB;
}
</style>
background-color css
<style>
a { background-color: #DCD9CB; }
a { background-color: rgb(220,217,203); }
div.DivClassName
{
background-color: #DCD9CB;
}
.BgClassName
{
background-color: #DCD9CB;
}
</style>
border-color css
<style>
span { border-color: #DCD9CB; }
span { border-color: rgb(220,217,203); }
td.TdClassName
{
border-color: #DCD9CB;
}
.TagClassName
{
border-color: #DCD9CB;
}
</style>