Shades of Pale Chestnut #DBA6B0
Tints of Pale Chestnut #DBA6B0
RGB
CMYK
RGB Variations
Color information
#DBA6B0 (or 0xDBA6B0) is known color: Pale Chestnut. HEX triplet: DB, A6 and B0. RGB value is (219,166,176). Sum of RGB (Red+Green+Blue) = 219+166+176=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA6B0 is #24594F. Grayscale: #B7B7B7. Windows color (decimal): -2382160 or 11577051. OLE color: 11577051.
HSL color Cylindrical-coordinate representation of color #DBA6B0: hue angle of 348.68º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA6B0 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 176 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.14 |
| HSL | 348.68º | 0.42% | 0.75% | - |
| HSV(B) | 348.68º | 0.24% | 0.86% | - |
| XYZ | 50.69 | 45.47 | 47.18 | - |
| YUV | 182.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 176 | 0 | 0.24 | 0.20 | 0.14 | 348.68 | 0.42 | 0.75 |
| Hex | DB | A6 | B0 | 0 | 18 | 14 | E | 15D | 2A | 4B |
| Octal | 333 | 246 | 260 | 0 | 30 | 24 | 16 | 535 | 52 | 113 |
| Binary | 11011011 | 10100110 | 10110000 | 0 | 11000 | 10100 | 1110 | 101011101 | 101010 | 1001011 |
Color Harmonies of #DBA6B0
Complementary color
Monochromatic Colors of #DBA6B0
Black with #DBA6B0
Text Example
Text Example
White with #DBA6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA6B0; }
p { color: rgb(219,166,176); }
H1.HeaderClassName
{
color: #DBA6B0;
}
.AnyTagClassName
{
color: #DBA6B0;
}
</style>
background-color css
<style>
a { background-color: #DBA6B0; }
a { background-color: rgb(219,166,176); }
div.DivClassName
{
background-color: #DBA6B0;
}
.BgClassName
{
background-color: #DBA6B0;
}
</style>
border-color css
<style>
span { border-color: #DBA6B0; }
span { border-color: rgb(219,166,176); }
td.TdClassName
{
border-color: #DBA6B0;
}
.TagClassName
{
border-color: #DBA6B0;
}
</style>