Shades of Pale Chestnut #DBACB1
Tints of Pale Chestnut #DBACB1
RGB
CMYK
RGB Variations
Color information
#DBACB1 (or 0xDBACB1) is known color: Pale Chestnut. HEX triplet: DB, AC and B1. RGB value is (219,172,177). Sum of RGB (Red+Green+Blue) = 219+172+177=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBACB1 is #24534E. Grayscale: #BABABA. Windows color (decimal): -2380623 or 11644123. OLE color: 11644123.
HSL color Cylindrical-coordinate representation of color #DBACB1: hue angle of 353.62º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBACB1 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 177 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.14 |
| HSL | 353.62º | 0.39% | 0.77% | - |
| HSV(B) | 353.62º | 0.21% | 0.86% | - |
| XYZ | 51.9 | 47.74 | 48.07 | - |
| YUV | 186.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 177 | 0 | 0.21 | 0.19 | 0.14 | 353.62 | 0.39 | 0.77 |
| Hex | DB | AC | B1 | 0 | 15 | 13 | E | 162 | 27 | 4D |
| Octal | 333 | 254 | 261 | 0 | 25 | 23 | 16 | 542 | 47 | 115 |
| Binary | 11011011 | 10101100 | 10110001 | 0 | 10101 | 10011 | 1110 | 101100010 | 100111 | 1001101 |
Color Harmonies of #DBACB1
Complementary color
Monochromatic Colors of #DBACB1
Black with #DBACB1
Text Example
Text Example
White with #DBACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACB1; }
p { color: rgb(219,172,177); }
H1.HeaderClassName
{
color: #DBACB1;
}
.AnyTagClassName
{
color: #DBACB1;
}
</style>
background-color css
<style>
a { background-color: #DBACB1; }
a { background-color: rgb(219,172,177); }
div.DivClassName
{
background-color: #DBACB1;
}
.BgClassName
{
background-color: #DBACB1;
}
</style>
border-color css
<style>
span { border-color: #DBACB1; }
span { border-color: rgb(219,172,177); }
td.TdClassName
{
border-color: #DBACB1;
}
.TagClassName
{
border-color: #DBACB1;
}
</style>