Shades of Milk White #DDDACC
Tints of Milk White #DDDACC
RGB
CMYK
RGB Variations
Color information
#DDDACC (or 0xDDDACC) is known color: Milk White. HEX triplet: DD, DA and CC. RGB value is (221,218,204). Sum of RGB (Red+Green+Blue) = 221+218+204=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDACC is #222533. Grayscale: #D9D9D9. Windows color (decimal): -2237748 or 13425373. OLE color: 13425373.
HSL color Cylindrical-coordinate representation of color #DDDACC: hue angle of 49.41º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDDACC is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 204 | - |
CMYK | 0 | 0.01 | 0.08 | 0.13 |
HSL | 49.41º | 0.2% | 0.83% | - |
HSV(B) | 49.41º | 0.08% | 0.87% | - |
XYZ | 65.79 | 69.87 | 67.15 | - |
YUV | 217.3 | 120.49 | 130.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 204 | 0 | 0.01 | 0.08 | 0.13 | 49.41 | 0.2 | 0.83 |
Hex | DD | DA | CC | 0 | 1 | 8 | D | 31 | 14 | 53 |
Octal | 335 | 332 | 314 | 0 | 1 | 10 | 15 | 61 | 24 | 123 |
Binary | 11011101 | 11011010 | 11001100 | 0 | 1 | 1000 | 1101 | 110001 | 10100 | 1010011 |
Color Harmonies of #DDDACC
Complementary color
Monochromatic Colors of #DDDACC
Black with #DDDACC
Text Example
Text Example
White with #DDDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDACC; }
p { color: rgb(221,218,204); }
H1.HeaderClassName
{
color: #DDDACC;
}
.AnyTagClassName
{
color: #DDDACC;
}
</style>
background-color css
<style>
a { background-color: #DDDACC; }
a { background-color: rgb(221,218,204); }
div.DivClassName
{
background-color: #DDDACC;
}
.BgClassName
{
background-color: #DDDACC;
}
</style>
border-color css
<style>
span { border-color: #DDDACC; }
span { border-color: rgb(221,218,204); }
td.TdClassName
{
border-color: #DDDACC;
}
.TagClassName
{
border-color: #DDDACC;
}
</style>