Shades of Pale Chestnut #DBAAAD
Tints of Pale Chestnut #DBAAAD
RGB
CMYK
RGB Variations
Color information
#DBAAAD (or 0xDBAAAD) is known color: Pale Chestnut. HEX triplet: DB, AA and AD. RGB value is (219,170,173). Sum of RGB (Red+Green+Blue) = 219+170+173=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAAAD is #245552. Grayscale: #B9B9B9. Windows color (decimal): -2381139 or 11381467. OLE color: 11381467.
HSL color Cylindrical-coordinate representation of color #DBAAAD: hue angle of 356.33º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBAAAD is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 173 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.14 |
| HSL | 356.33º | 0.4% | 0.76% | - |
| HSV(B) | 356.33º | 0.22% | 0.86% | - |
| XYZ | 51.13 | 46.83 | 45.88 | - |
| YUV | 184.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 173 | 0 | 0.22 | 0.21 | 0.14 | 356.33 | 0.4 | 0.76 |
| Hex | DB | AA | AD | 0 | 16 | 15 | E | 164 | 28 | 4C |
| Octal | 333 | 252 | 255 | 0 | 26 | 25 | 16 | 544 | 50 | 114 |
| Binary | 11011011 | 10101010 | 10101101 | 0 | 10110 | 10101 | 1110 | 101100100 | 101000 | 1001100 |
Color Harmonies of #DBAAAD
Complementary color
Monochromatic Colors of #DBAAAD
Black with #DBAAAD
Text Example
Text Example
White with #DBAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAAD; }
p { color: rgb(219,170,173); }
H1.HeaderClassName
{
color: #DBAAAD;
}
.AnyTagClassName
{
color: #DBAAAD;
}
</style>
background-color css
<style>
a { background-color: #DBAAAD; }
a { background-color: rgb(219,170,173); }
div.DivClassName
{
background-color: #DBAAAD;
}
.BgClassName
{
background-color: #DBAAAD;
}
</style>
border-color css
<style>
span { border-color: #DBAAAD; }
span { border-color: rgb(219,170,173); }
td.TdClassName
{
border-color: #DBAAAD;
}
.TagClassName
{
border-color: #DBAAAD;
}
</style>