Shades of Milk White #DDD9CB
Tints of Milk White #DDD9CB
RGB
CMYK
RGB Variations
Color information
#DDD9CB (or 0xDDD9CB) is known color: Milk White. HEX triplet: DD, D9 and CB. RGB value is (221,217,203). Sum of RGB (Red+Green+Blue) = 221+217+203=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9CB is #222634. Grayscale: #D8D8D8. Windows color (decimal): -2238005 or 13359581. OLE color: 13359581.
HSL color Cylindrical-coordinate representation of color #DDD9CB: hue angle of 46.67º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDD9CB is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 203 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.13 |
| HSL | 46.67º | 0.21% | 0.83% | - |
| HSV(B) | 46.67º | 0.08% | 0.87% | - |
| XYZ | 65.41 | 69.31 | 66.43 | - |
| YUV | 216.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 203 | 0 | 0.02 | 0.08 | 0.13 | 46.67 | 0.21 | 0.83 |
| Hex | DD | D9 | CB | 0 | 2 | 8 | D | 2F | 15 | 53 |
| Octal | 335 | 331 | 313 | 0 | 2 | 10 | 15 | 57 | 25 | 123 |
| Binary | 11011101 | 11011001 | 11001011 | 0 | 10 | 1000 | 1101 | 101111 | 10101 | 1010011 |
Color Harmonies of #DDD9CB
Complementary color
Monochromatic Colors of #DDD9CB
Black with #DDD9CB
Text Example
Text Example
White with #DDD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9CB; }
p { color: rgb(221,217,203); }
H1.HeaderClassName
{
color: #DDD9CB;
}
.AnyTagClassName
{
color: #DDD9CB;
}
</style>
background-color css
<style>
a { background-color: #DDD9CB; }
a { background-color: rgb(221,217,203); }
div.DivClassName
{
background-color: #DDD9CB;
}
.BgClassName
{
background-color: #DDD9CB;
}
</style>
border-color css
<style>
span { border-color: #DDD9CB; }
span { border-color: rgb(221,217,203); }
td.TdClassName
{
border-color: #DDD9CB;
}
.TagClassName
{
border-color: #DDD9CB;
}
</style>