Shades of Milk White #DFDBCF
Tints of Milk White #DFDBCF
RGB
CMYK
RGB Variations
Color information
#DFDBCF (or 0xDFDBCF) is known color: Milk White. HEX triplet: DF, DB and CF. RGB value is (223,219,207). Sum of RGB (Red+Green+Blue) = 223+219+207=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBCF is #202430. Grayscale: #DADADA. Windows color (decimal): -2106417 or 13622239. OLE color: 13622239.
HSL color Cylindrical-coordinate representation of color #DFDBCF: hue angle of 45º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFDBCF is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 207 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.13 |
| HSL | 45º | 0.2% | 0.84% | - |
| HSV(B) | 45º | 0.07% | 0.87% | - |
| XYZ | 67.03 | 70.86 | 69.18 | - |
| YUV | 218.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 207 | 0 | 0.02 | 0.07 | 0.13 | 45 | 0.2 | 0.84 |
| Hex | DF | DB | CF | 0 | 2 | 7 | D | 2D | 14 | 54 |
| Octal | 337 | 333 | 317 | 0 | 2 | 7 | 15 | 55 | 24 | 124 |
| Binary | 11011111 | 11011011 | 11001111 | 0 | 10 | 111 | 1101 | 101101 | 10100 | 1010100 |
Color Harmonies of #DFDBCF
Complementary color
Monochromatic Colors of #DFDBCF
Black with #DFDBCF
Text Example
Text Example
White with #DFDBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBCF; }
p { color: rgb(223,219,207); }
H1.HeaderClassName
{
color: #DFDBCF;
}
.AnyTagClassName
{
color: #DFDBCF;
}
</style>
background-color css
<style>
a { background-color: #DFDBCF; }
a { background-color: rgb(223,219,207); }
div.DivClassName
{
background-color: #DFDBCF;
}
.BgClassName
{
background-color: #DFDBCF;
}
</style>
border-color css
<style>
span { border-color: #DFDBCF; }
span { border-color: rgb(223,219,207); }
td.TdClassName
{
border-color: #DFDBCF;
}
.TagClassName
{
border-color: #DFDBCF;
}
</style>