Shades of Milk White #DDD8C6
Tints of Milk White #DDD8C6
RGB
CMYK
RGB Variations
Color information
#DDD8C6 (or 0xDDD8C6) is known color: Milk White. HEX triplet: DD, D8 and C6. RGB value is (221,216,198). Sum of RGB (Red+Green+Blue) = 221+216+198=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 198 (77.73% from 255 or 31.18% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8C6 is #222739. Grayscale: #D7D7D7. Windows color (decimal): -2238266 or 13031645. OLE color: 13031645.
HSL color Cylindrical-coordinate representation of color #DDD8C6: hue angle of 46.96º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD8C6 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 216 | 198 | - |
CMYK | 0 | 0.02 | 0.10 | 0.13 |
HSL | 46.96º | 0.25% | 0.82% | - |
HSV(B) | 46.96º | 0.1% | 0.87% | - |
XYZ | 64.57 | 68.56 | 63.26 | - |
YUV | 215.44 | 118.16 | 131.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 216 | 198 | 0 | 0.02 | 0.10 | 0.13 | 46.96 | 0.25 | 0.82 |
Hex | DD | D8 | C6 | 0 | 2 | A | D | 2F | 19 | 52 |
Octal | 335 | 330 | 306 | 0 | 2 | 12 | 15 | 57 | 31 | 122 |
Binary | 11011101 | 11011000 | 11000110 | 0 | 10 | 1010 | 1101 | 101111 | 11001 | 1010010 |
Color Harmonies of #DDD8C6
Complementary color
Monochromatic Colors of #DDD8C6
Black with #DDD8C6
Text Example
Text Example
White with #DDD8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8C6; }
p { color: rgb(221,216,198); }
H1.HeaderClassName
{
color: #DDD8C6;
}
.AnyTagClassName
{
color: #DDD8C6;
}
</style>
background-color css
<style>
a { background-color: #DDD8C6; }
a { background-color: rgb(221,216,198); }
div.DivClassName
{
background-color: #DDD8C6;
}
.BgClassName
{
background-color: #DDD8C6;
}
</style>
border-color css
<style>
span { border-color: #DDD8C6; }
span { border-color: rgb(221,216,198); }
td.TdClassName
{
border-color: #DDD8C6;
}
.TagClassName
{
border-color: #DDD8C6;
}
</style>