Shades of Pale Chestnut #DFACB1
Tints of Pale Chestnut #DFACB1
RGB
CMYK
RGB Variations
Color information
#DFACB1 (or 0xDFACB1) is known color: Pale Chestnut. HEX triplet: DF, AC and B1. RGB value is (223,172,177). Sum of RGB (Red+Green+Blue) = 223+172+177=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFACB1 is #20534E. Grayscale: #BBBBBB. Windows color (decimal): -2118479 or 11644127. OLE color: 11644127.
HSL color Cylindrical-coordinate representation of color #DFACB1: hue angle of 354.12º 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 #DFACB1 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 177 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.13 |
| HSL | 354.12º | 0.44% | 0.77% | - |
| HSV(B) | 354.12º | 0.23% | 0.87% | - |
| XYZ | 53.12 | 48.37 | 48.13 | - |
| YUV | 187.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 177 | 0 | 0.23 | 0.21 | 0.13 | 354.12 | 0.44 | 0.77 |
| Hex | DF | AC | B1 | 0 | 17 | 15 | D | 162 | 2C | 4D |
| Octal | 337 | 254 | 261 | 0 | 27 | 25 | 15 | 542 | 54 | 115 |
| Binary | 11011111 | 10101100 | 10110001 | 0 | 10111 | 10101 | 1101 | 101100010 | 101100 | 1001101 |
Color Harmonies of #DFACB1
Complementary color
Monochromatic Colors of #DFACB1
Black with #DFACB1
Text Example
Text Example
White with #DFACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACB1; }
p { color: rgb(223,172,177); }
H1.HeaderClassName
{
color: #DFACB1;
}
.AnyTagClassName
{
color: #DFACB1;
}
</style>
background-color css
<style>
a { background-color: #DFACB1; }
a { background-color: rgb(223,172,177); }
div.DivClassName
{
background-color: #DFACB1;
}
.BgClassName
{
background-color: #DFACB1;
}
</style>
border-color css
<style>
span { border-color: #DFACB1; }
span { border-color: rgb(223,172,177); }
td.TdClassName
{
border-color: #DFACB1;
}
.TagClassName
{
border-color: #DFACB1;
}
</style>