Shades of Pale Chestnut #DBA2A8
Tints of Pale Chestnut #DBA2A8
RGB
CMYK
RGB Variations
Color information
#DBA2A8 (or 0xDBA2A8) is known color: Pale Chestnut. HEX triplet: DB, A2 and A8. RGB value is (219,162,168). Sum of RGB (Red+Green+Blue) = 219+162+168=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA2A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA2A8 is #245D57. Grayscale: #B3B3B3. Windows color (decimal): -2383192 or 11051739. OLE color: 11051739.
HSL color Cylindrical-coordinate representation of color #DBA2A8: hue angle of 353.68º 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 #DBA2A8 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 168 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.14 |
| HSL | 353.68º | 0.44% | 0.75% | - |
| HSV(B) | 353.68º | 0.26% | 0.86% | - |
| XYZ | 49.2 | 43.73 | 42.89 | - |
| YUV | 179.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 168 | 0 | 0.26 | 0.23 | 0.14 | 353.68 | 0.44 | 0.75 |
| Hex | DB | A2 | A8 | 0 | 1A | 17 | E | 162 | 2C | 4B |
| Octal | 333 | 242 | 250 | 0 | 32 | 27 | 16 | 542 | 54 | 113 |
| Binary | 11011011 | 10100010 | 10101000 | 0 | 11010 | 10111 | 1110 | 101100010 | 101100 | 1001011 |
Color Harmonies of #DBA2A8
Complementary color
Monochromatic Colors of #DBA2A8
Black with #DBA2A8
Text Example
Text Example
White with #DBA2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA2A8; }
p { color: rgb(219,162,168); }
H1.HeaderClassName
{
color: #DBA2A8;
}
.AnyTagClassName
{
color: #DBA2A8;
}
</style>
background-color css
<style>
a { background-color: #DBA2A8; }
a { background-color: rgb(219,162,168); }
div.DivClassName
{
background-color: #DBA2A8;
}
.BgClassName
{
background-color: #DBA2A8;
}
</style>
border-color css
<style>
span { border-color: #DBA2A8; }
span { border-color: rgb(219,162,168); }
td.TdClassName
{
border-color: #DBA2A8;
}
.TagClassName
{
border-color: #DBA2A8;
}
</style>