Shades of Milk White #DFDCCE
Tints of Milk White #DFDCCE
RGB
CMYK
RGB Variations
Color information
#DFDCCE (or 0xDFDCCE) is known color: Milk White. HEX triplet: DF, DC and CE. RGB value is (223,220,206). Sum of RGB (Red+Green+Blue) = 223+220+206=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCCE is #202331. Grayscale: #DBDBDB. Windows color (decimal): -2106162 or 13556959. OLE color: 13556959.
HSL color Cylindrical-coordinate representation of color #DFDCCE: hue angle of 49.41º degrees, saturation: 0.21, 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 #DFDCCE is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 206 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.13 |
| HSL | 49.41º | 0.21% | 0.84% | - |
| HSV(B) | 49.41º | 0.08% | 0.87% | - |
| XYZ | 67.17 | 71.33 | 68.62 | - |
| YUV | 219.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 206 | 0 | 0.01 | 0.08 | 0.13 | 49.41 | 0.21 | 0.84 |
| Hex | DF | DC | CE | 0 | 1 | 8 | D | 31 | 15 | 54 |
| Octal | 337 | 334 | 316 | 0 | 1 | 10 | 15 | 61 | 25 | 124 |
| Binary | 11011111 | 11011100 | 11001110 | 0 | 1 | 1000 | 1101 | 110001 | 10101 | 1010100 |
Color Harmonies of #DFDCCE
Complementary color
Monochromatic Colors of #DFDCCE
Black with #DFDCCE
Text Example
Text Example
White with #DFDCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCCE; }
p { color: rgb(223,220,206); }
H1.HeaderClassName
{
color: #DFDCCE;
}
.AnyTagClassName
{
color: #DFDCCE;
}
</style>
background-color css
<style>
a { background-color: #DFDCCE; }
a { background-color: rgb(223,220,206); }
div.DivClassName
{
background-color: #DFDCCE;
}
.BgClassName
{
background-color: #DFDCCE;
}
</style>
border-color css
<style>
span { border-color: #DFDCCE; }
span { border-color: rgb(223,220,206); }
td.TdClassName
{
border-color: #DFDCCE;
}
.TagClassName
{
border-color: #DFDCCE;
}
</style>