Shades of Milk White #DFDBCB
Tints of Milk White #DFDBCB
RGB
CMYK
RGB Variations
Color information
#DFDBCB (or 0xDFDBCB) is known color: Milk White. HEX triplet: DF, DB and CB. RGB value is (223,219,203). Sum of RGB (Red+Green+Blue) = 223+219+203=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBCB is #202434. Grayscale: #DADADA. Windows color (decimal): -2106421 or 13360095. OLE color: 13360095.
HSL color Cylindrical-coordinate representation of color #DFDBCB: hue angle of 48º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDBCB is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 219 | 203 | - |
CMYK | 0 | 0.02 | 0.09 | 0.13 |
HSL | 48º | 0.24% | 0.84% | - |
HSV(B) | 48º | 0.09% | 0.87% | - |
XYZ | 66.54 | 70.66 | 66.63 | - |
YUV | 218.37 | 119.33 | 131.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 203 | 0 | 0.02 | 0.09 | 0.13 | 48 | 0.24 | 0.84 |
Hex | DF | DB | CB | 0 | 2 | 9 | D | 30 | 18 | 54 |
Octal | 337 | 333 | 313 | 0 | 2 | 11 | 15 | 60 | 30 | 124 |
Binary | 11011111 | 11011011 | 11001011 | 0 | 10 | 1001 | 1101 | 110000 | 11000 | 1010100 |
Color Harmonies of #DFDBCB
Complementary color
Monochromatic Colors of #DFDBCB
Black with #DFDBCB
Text Example
Text Example
White with #DFDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBCB; }
p { color: rgb(223,219,203); }
H1.HeaderClassName
{
color: #DFDBCB;
}
.AnyTagClassName
{
color: #DFDBCB;
}
</style>
background-color css
<style>
a { background-color: #DFDBCB; }
a { background-color: rgb(223,219,203); }
div.DivClassName
{
background-color: #DFDBCB;
}
.BgClassName
{
background-color: #DFDBCB;
}
</style>
border-color css
<style>
span { border-color: #DFDBCB; }
span { border-color: rgb(223,219,203); }
td.TdClassName
{
border-color: #DFDBCB;
}
.TagClassName
{
border-color: #DFDBCB;
}
</style>