Shades of Milk White #DDDBD0
Tints of Milk White #DDDBD0
RGB
CMYK
RGB Variations
Color information
#DDDBD0 (or 0xDDDBD0) is known color: Milk White. HEX triplet: DD, DB and D0. RGB value is (221,219,208). Sum of RGB (Red+Green+Blue) = 221+219+208=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBD0 is #22242F. Grayscale: #DADADA. Windows color (decimal): -2237488 or 13687773. OLE color: 13687773.
HSL color Cylindrical-coordinate representation of color #DDDBD0: hue angle of 50.77º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDDBD0 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 219 | 208 | - |
CMYK | 0 | 0.01 | 0.06 | 0.13 |
HSL | 50.77º | 0.16% | 0.84% | - |
HSV(B) | 50.77º | 0.06% | 0.87% | - |
XYZ | 66.54 | 70.59 | 69.79 | - |
YUV | 218.34 | 122.16 | 129.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 208 | 0 | 0.01 | 0.06 | 0.13 | 50.77 | 0.16 | 0.84 |
Hex | DD | DB | D0 | 0 | 1 | 6 | D | 33 | 10 | 54 |
Octal | 335 | 333 | 320 | 0 | 1 | 6 | 15 | 63 | 20 | 124 |
Binary | 11011101 | 11011011 | 11010000 | 0 | 1 | 110 | 1101 | 110011 | 10000 | 1010100 |
Color Harmonies of #DDDBD0
Complementary color
Monochromatic Colors of #DDDBD0
Black with #DDDBD0
Text Example
Text Example
White with #DDDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBD0; }
p { color: rgb(221,219,208); }
H1.HeaderClassName
{
color: #DDDBD0;
}
.AnyTagClassName
{
color: #DDDBD0;
}
</style>
background-color css
<style>
a { background-color: #DDDBD0; }
a { background-color: rgb(221,219,208); }
div.DivClassName
{
background-color: #DDDBD0;
}
.BgClassName
{
background-color: #DDDBD0;
}
</style>
border-color css
<style>
span { border-color: #DDDBD0; }
span { border-color: rgb(221,219,208); }
td.TdClassName
{
border-color: #DDDBD0;
}
.TagClassName
{
border-color: #DDDBD0;
}
</style>