Shades of Milk White #DDDACB
Tints of Milk White #DDDACB
RGB
CMYK
RGB Variations
Color information
#DDDACB (or 0xDDDACB) is known color: Milk White. HEX triplet: DD, DA and CB. RGB value is (221,218,203). Sum of RGB (Red+Green+Blue) = 221+218+203=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDACB is #222534. Grayscale: #D9D9D9. Windows color (decimal): -2237749 or 13359837. OLE color: 13359837.
HSL color Cylindrical-coordinate representation of color #DDDACB: hue angle of 50º degrees, saturation: 0.21, 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 #DDDACB is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 203 | - |
CMYK | 0 | 0.01 | 0.08 | 0.13 |
HSL | 50º | 0.21% | 0.83% | - |
HSV(B) | 50º | 0.08% | 0.87% | - |
XYZ | 65.67 | 69.83 | 66.52 | - |
YUV | 217.19 | 119.99 | 130.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 203 | 0 | 0.01 | 0.08 | 0.13 | 50 | 0.21 | 0.83 |
Hex | DD | DA | CB | 0 | 1 | 8 | D | 32 | 15 | 53 |
Octal | 335 | 332 | 313 | 0 | 1 | 10 | 15 | 62 | 25 | 123 |
Binary | 11011101 | 11011010 | 11001011 | 0 | 1 | 1000 | 1101 | 110010 | 10101 | 1010011 |
Color Harmonies of #DDDACB
Complementary color
Monochromatic Colors of #DDDACB
Black with #DDDACB
Text Example
Text Example
White with #DDDACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDACB; }
p { color: rgb(221,218,203); }
H1.HeaderClassName
{
color: #DDDACB;
}
.AnyTagClassName
{
color: #DDDACB;
}
</style>
background-color css
<style>
a { background-color: #DDDACB; }
a { background-color: rgb(221,218,203); }
div.DivClassName
{
background-color: #DDDACB;
}
.BgClassName
{
background-color: #DDDACB;
}
</style>
border-color css
<style>
span { border-color: #DDDACB; }
span { border-color: rgb(221,218,203); }
td.TdClassName
{
border-color: #DDDACB;
}
.TagClassName
{
border-color: #DDDACB;
}
</style>