Shades of Pale Chestnut #DB9FA6
Tints of Pale Chestnut #DB9FA6
RGB
CMYK
RGB Variations
Color information
#DB9FA6 (or 0xDB9FA6) is known color: Pale Chestnut. HEX triplet: DB, 9F and A6. RGB value is (219,159,166). Sum of RGB (Red+Green+Blue) = 219+159+166=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9FA6 is #246059. Grayscale: #B1B1B1. Windows color (decimal): -2383962 or 10919899. OLE color: 10919899.
HSL color Cylindrical-coordinate representation of color #DB9FA6: hue angle of 353º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DB9FA6 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 166 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.14 |
| HSL | 353º | 0.45% | 0.74% | - |
| HSV(B) | 353º | 0.27% | 0.86% | - |
| XYZ | 48.49 | 42.61 | 41.74 | - |
| YUV | 177.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 166 | 0 | 0.27 | 0.24 | 0.14 | 353 | 0.45 | 0.74 |
| Hex | DB | 9F | A6 | 0 | 1B | 18 | E | 161 | 2D | 4A |
| Octal | 333 | 237 | 246 | 0 | 33 | 30 | 16 | 541 | 55 | 112 |
| Binary | 11011011 | 10011111 | 10100110 | 0 | 11011 | 11000 | 1110 | 101100001 | 101101 | 1001010 |
Color Harmonies of #DB9FA6
Complementary color
Monochromatic Colors of #DB9FA6
Black with #DB9FA6
Text Example
Text Example
White with #DB9FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FA6; }
p { color: rgb(219,159,166); }
H1.HeaderClassName
{
color: #DB9FA6;
}
.AnyTagClassName
{
color: #DB9FA6;
}
</style>
background-color css
<style>
a { background-color: #DB9FA6; }
a { background-color: rgb(219,159,166); }
div.DivClassName
{
background-color: #DB9FA6;
}
.BgClassName
{
background-color: #DB9FA6;
}
</style>
border-color css
<style>
span { border-color: #DB9FA6; }
span { border-color: rgb(219,159,166); }
td.TdClassName
{
border-color: #DB9FA6;
}
.TagClassName
{
border-color: #DB9FA6;
}
</style>