Shades of Pale Chestnut #DBA6AB
Tints of Pale Chestnut #DBA6AB
RGB
CMYK
RGB Variations
Color information
#DBA6AB (or 0xDBA6AB) is known color: Pale Chestnut. HEX triplet: DB, A6 and AB. RGB value is (219,166,171). Sum of RGB (Red+Green+Blue) = 219+166+171=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA6AB is #245954. Grayscale: #B6B6B6. Windows color (decimal): -2382165 or 11249371. OLE color: 11249371.
HSL color Cylindrical-coordinate representation of color #DBA6AB: hue angle of 354.34º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA6AB is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 171 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.14 |
| HSL | 354.34º | 0.42% | 0.75% | - |
| HSV(B) | 354.34º | 0.24% | 0.86% | - |
| XYZ | 50.2 | 45.27 | 44.62 | - |
| YUV | 182.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 171 | 0 | 0.24 | 0.22 | 0.14 | 354.34 | 0.42 | 0.75 |
| Hex | DB | A6 | AB | 0 | 18 | 16 | E | 162 | 2A | 4B |
| Octal | 333 | 246 | 253 | 0 | 30 | 26 | 16 | 542 | 52 | 113 |
| Binary | 11011011 | 10100110 | 10101011 | 0 | 11000 | 10110 | 1110 | 101100010 | 101010 | 1001011 |
Color Harmonies of #DBA6AB
Complementary color
Monochromatic Colors of #DBA6AB
Black with #DBA6AB
Text Example
Text Example
White with #DBA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA6AB; }
p { color: rgb(219,166,171); }
H1.HeaderClassName
{
color: #DBA6AB;
}
.AnyTagClassName
{
color: #DBA6AB;
}
</style>
background-color css
<style>
a { background-color: #DBA6AB; }
a { background-color: rgb(219,166,171); }
div.DivClassName
{
background-color: #DBA6AB;
}
.BgClassName
{
background-color: #DBA6AB;
}
</style>
border-color css
<style>
span { border-color: #DBA6AB; }
span { border-color: rgb(219,166,171); }
td.TdClassName
{
border-color: #DBA6AB;
}
.TagClassName
{
border-color: #DBA6AB;
}
</style>