Shades of Milk White #DDDACE
Tints of Milk White #DDDACE
RGB
CMYK
RGB Variations
Color information
#DDDACE (or 0xDDDACE) is known color: Milk White. HEX triplet: DD, DA and CE. RGB value is (221,218,206). Sum of RGB (Red+Green+Blue) = 221+218+206=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDACE is #222531. Grayscale: #D9D9D9. Windows color (decimal): -2237746 or 13556445. OLE color: 13556445.
HSL color Cylindrical-coordinate representation of color #DDDACE: hue angle of 48º degrees, saturation: 0.18, 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 #DDDACE is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 206 | - |
CMYK | 0 | 0.01 | 0.07 | 0.13 |
HSL | 48º | 0.18% | 0.84% | - |
HSV(B) | 48º | 0.07% | 0.87% | - |
XYZ | 66.03 | 69.97 | 68.42 | - |
YUV | 217.53 | 121.49 | 130.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 206 | 0 | 0.01 | 0.07 | 0.13 | 48 | 0.18 | 0.84 |
Hex | DD | DA | CE | 0 | 1 | 7 | D | 30 | 12 | 54 |
Octal | 335 | 332 | 316 | 0 | 1 | 7 | 15 | 60 | 22 | 124 |
Binary | 11011101 | 11011010 | 11001110 | 0 | 1 | 111 | 1101 | 110000 | 10010 | 1010100 |
Color Harmonies of #DDDACE
Complementary color
Monochromatic Colors of #DDDACE
Black with #DDDACE
Text Example
Text Example
White with #DDDACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDACE; }
p { color: rgb(221,218,206); }
H1.HeaderClassName
{
color: #DDDACE;
}
.AnyTagClassName
{
color: #DDDACE;
}
</style>
background-color css
<style>
a { background-color: #DDDACE; }
a { background-color: rgb(221,218,206); }
div.DivClassName
{
background-color: #DDDACE;
}
.BgClassName
{
background-color: #DDDACE;
}
</style>
border-color css
<style>
span { border-color: #DDDACE; }
span { border-color: rgb(221,218,206); }
td.TdClassName
{
border-color: #DDDACE;
}
.TagClassName
{
border-color: #DDDACE;
}
</style>