Shades of Milk White #DDDAD1
Tints of Milk White #DDDAD1
RGB
CMYK
RGB Variations
Color information
#DDDAD1 (or 0xDDDAD1) is known color: Milk White. HEX triplet: DD, DA and D1. RGB value is (221,218,209). Sum of RGB (Red+Green+Blue) = 221+218+209=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAD1 is #22252E. Grayscale: #D9D9D9. Windows color (decimal): -2237743 or 13753053. OLE color: 13753053.
HSL color Cylindrical-coordinate representation of color #DDDAD1: hue angle of 45º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDDAD1 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 209 | - |
CMYK | 0 | 0.01 | 0.05 | 0.13 |
HSL | 45º | 0.15% | 0.84% | - |
HSV(B) | 45º | 0.05% | 0.87% | - |
XYZ | 66.4 | 70.12 | 70.36 | - |
YUV | 217.87 | 122.99 | 130.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 209 | 0 | 0.01 | 0.05 | 0.13 | 45 | 0.15 | 0.84 |
Hex | DD | DA | D1 | 0 | 1 | 5 | D | 2D | F | 54 |
Octal | 335 | 332 | 321 | 0 | 1 | 5 | 15 | 55 | 17 | 124 |
Binary | 11011101 | 11011010 | 11010001 | 0 | 1 | 101 | 1101 | 101101 | 1111 | 1010100 |
Color Harmonies of #DDDAD1
Complementary color
Monochromatic Colors of #DDDAD1
Black with #DDDAD1
Text Example
Text Example
White with #DDDAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAD1; }
p { color: rgb(221,218,209); }
H1.HeaderClassName
{
color: #DDDAD1;
}
.AnyTagClassName
{
color: #DDDAD1;
}
</style>
background-color css
<style>
a { background-color: #DDDAD1; }
a { background-color: rgb(221,218,209); }
div.DivClassName
{
background-color: #DDDAD1;
}
.BgClassName
{
background-color: #DDDAD1;
}
</style>
border-color css
<style>
span { border-color: #DDDAD1; }
span { border-color: rgb(221,218,209); }
td.TdClassName
{
border-color: #DDDAD1;
}
.TagClassName
{
border-color: #DDDAD1;
}
</style>