Shades of Milk White #DDD9CD
Tints of Milk White #DDD9CD
RGB
CMYK
RGB Variations
Color information
#DDD9CD (or 0xDDD9CD) is known color: Milk White. HEX triplet: DD, D9 and CD. RGB value is (221,217,205). Sum of RGB (Red+Green+Blue) = 221+217+205=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9CD is #222632. Grayscale: #D8D8D8. Windows color (decimal): -2238003 or 13490653. OLE color: 13490653.
HSL color Cylindrical-coordinate representation of color #DDD9CD: hue angle of 45º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDD9CD is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 217 | 205 | - |
CMYK | 0 | 0.02 | 0.07 | 0.13 |
HSL | 45º | 0.19% | 0.84% | - |
HSV(B) | 45º | 0.07% | 0.87% | - |
XYZ | 65.65 | 69.41 | 67.69 | - |
YUV | 216.83 | 121.33 | 130.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 205 | 0 | 0.02 | 0.07 | 0.13 | 45 | 0.19 | 0.84 |
Hex | DD | D9 | CD | 0 | 2 | 7 | D | 2D | 13 | 54 |
Octal | 335 | 331 | 315 | 0 | 2 | 7 | 15 | 55 | 23 | 124 |
Binary | 11011101 | 11011001 | 11001101 | 0 | 10 | 111 | 1101 | 101101 | 10011 | 1010100 |
Color Harmonies of #DDD9CD
Complementary color
Monochromatic Colors of #DDD9CD
Black with #DDD9CD
Text Example
Text Example
White with #DDD9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9CD; }
p { color: rgb(221,217,205); }
H1.HeaderClassName
{
color: #DDD9CD;
}
.AnyTagClassName
{
color: #DDD9CD;
}
</style>
background-color css
<style>
a { background-color: #DDD9CD; }
a { background-color: rgb(221,217,205); }
div.DivClassName
{
background-color: #DDD9CD;
}
.BgClassName
{
background-color: #DDD9CD;
}
</style>
border-color css
<style>
span { border-color: #DDD9CD; }
span { border-color: rgb(221,217,205); }
td.TdClassName
{
border-color: #DDD9CD;
}
.TagClassName
{
border-color: #DDD9CD;
}
</style>