Shades of Pale Chestnut #DBA2AB
Tints of Pale Chestnut #DBA2AB
RGB
CMYK
RGB Variations
Color information
#DBA2AB (or 0xDBA2AB) is known color: Pale Chestnut. HEX triplet: DB, A2 and AB. RGB value is (219,162,171). Sum of RGB (Red+Green+Blue) = 219+162+171=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA2AB is #245D54. Grayscale: #B4B4B4. Windows color (decimal): -2383189 or 11248347. OLE color: 11248347.
HSL color Cylindrical-coordinate representation of color #DBA2AB: hue angle of 350.53º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA2AB is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 171 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.14 |
| HSL | 350.53º | 0.44% | 0.75% | - |
| HSV(B) | 350.53º | 0.26% | 0.86% | - |
| XYZ | 49.48 | 43.84 | 44.38 | - |
| YUV | 180.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 171 | 0 | 0.26 | 0.22 | 0.14 | 350.53 | 0.44 | 0.75 |
| Hex | DB | A2 | AB | 0 | 1A | 16 | E | 15F | 2C | 4B |
| Octal | 333 | 242 | 253 | 0 | 32 | 26 | 16 | 537 | 54 | 113 |
| Binary | 11011011 | 10100010 | 10101011 | 0 | 11010 | 10110 | 1110 | 101011111 | 101100 | 1001011 |
Color Harmonies of #DBA2AB
Complementary color
Monochromatic Colors of #DBA2AB
Black with #DBA2AB
Text Example
Text Example
White with #DBA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA2AB; }
p { color: rgb(219,162,171); }
H1.HeaderClassName
{
color: #DBA2AB;
}
.AnyTagClassName
{
color: #DBA2AB;
}
</style>
background-color css
<style>
a { background-color: #DBA2AB; }
a { background-color: rgb(219,162,171); }
div.DivClassName
{
background-color: #DBA2AB;
}
.BgClassName
{
background-color: #DBA2AB;
}
</style>
border-color css
<style>
span { border-color: #DBA2AB; }
span { border-color: rgb(219,162,171); }
td.TdClassName
{
border-color: #DBA2AB;
}
.TagClassName
{
border-color: #DBA2AB;
}
</style>