Shades of Pale Chestnut #DBACAF
Tints of Pale Chestnut #DBACAF
RGB
CMYK
RGB Variations
Color information
#DBACAF (or 0xDBACAF) is known color: Pale Chestnut. HEX triplet: DB, AC and AF. RGB value is (219,172,175). Sum of RGB (Red+Green+Blue) = 219+172+175=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBACAF is #245350. Grayscale: #BABABA. Windows color (decimal): -2380625 or 11513051. OLE color: 11513051.
HSL color Cylindrical-coordinate representation of color #DBACAF: hue angle of 356.17º 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 #DBACAF is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 175 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.14 |
| HSL | 356.17º | 0.39% | 0.77% | - |
| HSV(B) | 356.17º | 0.21% | 0.86% | - |
| XYZ | 51.7 | 47.66 | 47.03 | - |
| YUV | 186.4 | 121.57 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 175 | 0 | 0.21 | 0.20 | 0.14 | 356.17 | 0.39 | 0.77 |
| Hex | DB | AC | AF | 0 | 15 | 14 | E | 164 | 27 | 4D |
| Octal | 333 | 254 | 257 | 0 | 25 | 24 | 16 | 544 | 47 | 115 |
| Binary | 11011011 | 10101100 | 10101111 | 0 | 10101 | 10100 | 1110 | 101100100 | 100111 | 1001101 |
Color Harmonies of #DBACAF
Complementary color
Monochromatic Colors of #DBACAF
Black with #DBACAF
Text Example
Text Example
White with #DBACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACAF; }
p { color: rgb(219,172,175); }
H1.HeaderClassName
{
color: #DBACAF;
}
.AnyTagClassName
{
color: #DBACAF;
}
</style>
background-color css
<style>
a { background-color: #DBACAF; }
a { background-color: rgb(219,172,175); }
div.DivClassName
{
background-color: #DBACAF;
}
.BgClassName
{
background-color: #DBACAF;
}
</style>
border-color css
<style>
span { border-color: #DBACAF; }
span { border-color: rgb(219,172,175); }
td.TdClassName
{
border-color: #DBACAF;
}
.TagClassName
{
border-color: #DBACAF;
}
</style>