Shades of Milk White #DFDDD0
Tints of Milk White #DFDDD0
RGB
CMYK
RGB Variations
Color information
#DFDDD0 (or 0xDFDDD0) is known color: Milk White. HEX triplet: DF, DD and D0. RGB value is (223,221,208). Sum of RGB (Red+Green+Blue) = 223+221+208=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDD0 is #20222F. Grayscale: #DCDCDC. Windows color (decimal): -2105904 or 13688287. OLE color: 13688287.
HSL color Cylindrical-coordinate representation of color #DFDDD0: hue angle of 52º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFDDD0 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 221 | 208 | - |
CMYK | 0 | 0.01 | 0.07 | 0.13 |
HSL | 52º | 0.19% | 0.85% | - |
HSV(B) | 52º | 0.07% | 0.87% | - |
XYZ | 67.67 | 71.95 | 70 | - |
YUV | 220.12 | 121.16 | 130.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 208 | 0 | 0.01 | 0.07 | 0.13 | 52 | 0.19 | 0.85 |
Hex | DF | DD | D0 | 0 | 1 | 7 | D | 34 | 13 | 55 |
Octal | 337 | 335 | 320 | 0 | 1 | 7 | 15 | 64 | 23 | 125 |
Binary | 11011111 | 11011101 | 11010000 | 0 | 1 | 111 | 1101 | 110100 | 10011 | 1010101 |
Color Harmonies of #DFDDD0
Complementary color
Monochromatic Colors of #DFDDD0
Black with #DFDDD0
Text Example
Text Example
White with #DFDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDD0; }
p { color: rgb(223,221,208); }
H1.HeaderClassName
{
color: #DFDDD0;
}
.AnyTagClassName
{
color: #DFDDD0;
}
</style>
background-color css
<style>
a { background-color: #DFDDD0; }
a { background-color: rgb(223,221,208); }
div.DivClassName
{
background-color: #DFDDD0;
}
.BgClassName
{
background-color: #DFDDD0;
}
</style>
border-color css
<style>
span { border-color: #DFDDD0; }
span { border-color: rgb(223,221,208); }
td.TdClassName
{
border-color: #DFDDD0;
}
.TagClassName
{
border-color: #DFDDD0;
}
</style>