Shades of Pale Chestnut #DBA6AD
Tints of Pale Chestnut #DBA6AD
RGB
CMYK
RGB Variations
Color information
#DBA6AD (or 0xDBA6AD) is known color: Pale Chestnut. HEX triplet: DB, A6 and AD. RGB value is (219,166,173). Sum of RGB (Red+Green+Blue) = 219+166+173=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA6AD is #245952. Grayscale: #B6B6B6. Windows color (decimal): -2382163 or 11380443. OLE color: 11380443.
HSL color Cylindrical-coordinate representation of color #DBA6AD: hue angle of 352.08º 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 #DBA6AD is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 173 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.14 |
| HSL | 352.08º | 0.42% | 0.75% | - |
| HSV(B) | 352.08º | 0.24% | 0.86% | - |
| XYZ | 50.39 | 45.35 | 45.63 | - |
| YUV | 182.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 173 | 0 | 0.24 | 0.21 | 0.14 | 352.08 | 0.42 | 0.75 |
| Hex | DB | A6 | AD | 0 | 18 | 15 | E | 160 | 2A | 4B |
| Octal | 333 | 246 | 255 | 0 | 30 | 25 | 16 | 540 | 52 | 113 |
| Binary | 11011011 | 10100110 | 10101101 | 0 | 11000 | 10101 | 1110 | 101100000 | 101010 | 1001011 |
Color Harmonies of #DBA6AD
Complementary color
Monochromatic Colors of #DBA6AD
Black with #DBA6AD
Text Example
Text Example
White with #DBA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA6AD; }
p { color: rgb(219,166,173); }
H1.HeaderClassName
{
color: #DBA6AD;
}
.AnyTagClassName
{
color: #DBA6AD;
}
</style>
background-color css
<style>
a { background-color: #DBA6AD; }
a { background-color: rgb(219,166,173); }
div.DivClassName
{
background-color: #DBA6AD;
}
.BgClassName
{
background-color: #DBA6AD;
}
</style>
border-color css
<style>
span { border-color: #DBA6AD; }
span { border-color: rgb(219,166,173); }
td.TdClassName
{
border-color: #DBA6AD;
}
.TagClassName
{
border-color: #DBA6AD;
}
</style>