Shades of Pale Chestnut #DBA8AD
Tints of Pale Chestnut #DBA8AD
RGB
CMYK
RGB Variations
Color information
#DBA8AD (or 0xDBA8AD) is known color: Pale Chestnut. HEX triplet: DB, A8 and AD. RGB value is (219,168,173). Sum of RGB (Red+Green+Blue) = 219+168+173=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA8AD is #245752. Grayscale: #B7B7B7. Windows color (decimal): -2381651 or 11380955. OLE color: 11380955.
HSL color Cylindrical-coordinate representation of color #DBA8AD: hue angle of 354.12º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA8AD is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 173 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.14 |
| HSL | 354.12º | 0.41% | 0.76% | - |
| HSV(B) | 354.12º | 0.23% | 0.86% | - |
| XYZ | 50.76 | 46.08 | 45.75 | - |
| YUV | 183.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 173 | 0 | 0.23 | 0.21 | 0.14 | 354.12 | 0.41 | 0.76 |
| Hex | DB | A8 | AD | 0 | 17 | 15 | E | 162 | 29 | 4C |
| Octal | 333 | 250 | 255 | 0 | 27 | 25 | 16 | 542 | 51 | 114 |
| Binary | 11011011 | 10101000 | 10101101 | 0 | 10111 | 10101 | 1110 | 101100010 | 101001 | 1001100 |
Color Harmonies of #DBA8AD
Complementary color
Monochromatic Colors of #DBA8AD
Black with #DBA8AD
Text Example
Text Example
White with #DBA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8AD; }
p { color: rgb(219,168,173); }
H1.HeaderClassName
{
color: #DBA8AD;
}
.AnyTagClassName
{
color: #DBA8AD;
}
</style>
background-color css
<style>
a { background-color: #DBA8AD; }
a { background-color: rgb(219,168,173); }
div.DivClassName
{
background-color: #DBA8AD;
}
.BgClassName
{
background-color: #DBA8AD;
}
</style>
border-color css
<style>
span { border-color: #DBA8AD; }
span { border-color: rgb(219,168,173); }
td.TdClassName
{
border-color: #DBA8AD;
}
.TagClassName
{
border-color: #DBA8AD;
}
</style>