Shades of Milk White #DFDCCD
Tints of Milk White #DFDCCD
RGB
CMYK
RGB Variations
Color information
#DFDCCD (or 0xDFDCCD) is known color: Milk White. HEX triplet: DF, DC and CD. RGB value is (223,220,205). Sum of RGB (Red+Green+Blue) = 223+220+205=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCCD is #202332. Grayscale: #DBDBDB. Windows color (decimal): -2106163 or 13491423. OLE color: 13491423.
HSL color Cylindrical-coordinate representation of color #DFDCCD: hue angle of 50º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFDCCD is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 220 | 205 | - |
CMYK | 0 | 0.01 | 0.08 | 0.13 |
HSL | 50º | 0.22% | 0.84% | - |
HSV(B) | 50º | 0.08% | 0.87% | - |
XYZ | 67.04 | 71.28 | 67.98 | - |
YUV | 219.19 | 119.99 | 130.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 220 | 205 | 0 | 0.01 | 0.08 | 0.13 | 50 | 0.22 | 0.84 |
Hex | DF | DC | CD | 0 | 1 | 8 | D | 32 | 16 | 54 |
Octal | 337 | 334 | 315 | 0 | 1 | 10 | 15 | 62 | 26 | 124 |
Binary | 11011111 | 11011100 | 11001101 | 0 | 1 | 1000 | 1101 | 110010 | 10110 | 1010100 |
Color Harmonies of #DFDCCD
Complementary color
Monochromatic Colors of #DFDCCD
Black with #DFDCCD
Text Example
Text Example
White with #DFDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCCD; }
p { color: rgb(223,220,205); }
H1.HeaderClassName
{
color: #DFDCCD;
}
.AnyTagClassName
{
color: #DFDCCD;
}
</style>
background-color css
<style>
a { background-color: #DFDCCD; }
a { background-color: rgb(223,220,205); }
div.DivClassName
{
background-color: #DFDCCD;
}
.BgClassName
{
background-color: #DFDCCD;
}
</style>
border-color css
<style>
span { border-color: #DFDCCD; }
span { border-color: rgb(223,220,205); }
td.TdClassName
{
border-color: #DFDCCD;
}
.TagClassName
{
border-color: #DFDCCD;
}
</style>