Shades of Pale Chestnut #DFACB0
Tints of Pale Chestnut #DFACB0
RGB
CMYK
RGB Variations
Color information
#DFACB0 (or 0xDFACB0) is known color: Pale Chestnut. HEX triplet: DF, AC and B0. RGB value is (223,172,176). Sum of RGB (Red+Green+Blue) = 223+172+176=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFACB0 is #20534F. Grayscale: #BBBBBB. Windows color (decimal): -2118480 or 11578591. OLE color: 11578591.
HSL color Cylindrical-coordinate representation of color #DFACB0: hue angle of 355.29º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFACB0 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 176 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.13 |
| HSL | 355.29º | 0.44% | 0.77% | - |
| HSV(B) | 355.29º | 0.23% | 0.87% | - |
| XYZ | 53.02 | 48.33 | 47.61 | - |
| YUV | 187.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 176 | 0 | 0.23 | 0.21 | 0.13 | 355.29 | 0.44 | 0.77 |
| Hex | DF | AC | B0 | 0 | 17 | 15 | D | 163 | 2C | 4D |
| Octal | 337 | 254 | 260 | 0 | 27 | 25 | 15 | 543 | 54 | 115 |
| Binary | 11011111 | 10101100 | 10110000 | 0 | 10111 | 10101 | 1101 | 101100011 | 101100 | 1001101 |
Color Harmonies of #DFACB0
Complementary color
Monochromatic Colors of #DFACB0
Black with #DFACB0
Text Example
Text Example
White with #DFACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACB0; }
p { color: rgb(223,172,176); }
H1.HeaderClassName
{
color: #DFACB0;
}
.AnyTagClassName
{
color: #DFACB0;
}
</style>
background-color css
<style>
a { background-color: #DFACB0; }
a { background-color: rgb(223,172,176); }
div.DivClassName
{
background-color: #DFACB0;
}
.BgClassName
{
background-color: #DFACB0;
}
</style>
border-color css
<style>
span { border-color: #DFACB0; }
span { border-color: rgb(223,172,176); }
td.TdClassName
{
border-color: #DFACB0;
}
.TagClassName
{
border-color: #DFACB0;
}
</style>