Shades of Milk White #DDDAC9
Tints of Milk White #DDDAC9
RGB
CMYK
RGB Variations
Color information
#DDDAC9 (or 0xDDDAC9) is known color: Milk White. HEX triplet: DD, DA and C9. RGB value is (221,218,201). Sum of RGB (Red+Green+Blue) = 221+218+201=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAC9 is #222536. Grayscale: #D9D9D9. Windows color (decimal): -2237751 or 13228765. OLE color: 13228765.
HSL color Cylindrical-coordinate representation of color #DDDAC9: hue angle of 51º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDDAC9 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 201 | - |
CMYK | 0 | 0.01 | 0.09 | 0.13 |
HSL | 51º | 0.23% | 0.83% | - |
HSV(B) | 51º | 0.09% | 0.87% | - |
XYZ | 65.43 | 69.73 | 65.27 | - |
YUV | 216.96 | 118.99 | 130.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 201 | 0 | 0.01 | 0.09 | 0.13 | 51 | 0.23 | 0.83 |
Hex | DD | DA | C9 | 0 | 1 | 9 | D | 33 | 17 | 53 |
Octal | 335 | 332 | 311 | 0 | 1 | 11 | 15 | 63 | 27 | 123 |
Binary | 11011101 | 11011010 | 11001001 | 0 | 1 | 1001 | 1101 | 110011 | 10111 | 1010011 |
Color Harmonies of #DDDAC9
Complementary color
Monochromatic Colors of #DDDAC9
Black with #DDDAC9
Text Example
Text Example
White with #DDDAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAC9; }
p { color: rgb(221,218,201); }
H1.HeaderClassName
{
color: #DDDAC9;
}
.AnyTagClassName
{
color: #DDDAC9;
}
</style>
background-color css
<style>
a { background-color: #DDDAC9; }
a { background-color: rgb(221,218,201); }
div.DivClassName
{
background-color: #DDDAC9;
}
.BgClassName
{
background-color: #DDDAC9;
}
</style>
border-color css
<style>
span { border-color: #DDDAC9; }
span { border-color: rgb(221,218,201); }
td.TdClassName
{
border-color: #DDDAC9;
}
.TagClassName
{
border-color: #DDDAC9;
}
</style>