Shades of Pale Chestnut #DBA5B0
Tints of Pale Chestnut #DBA5B0
RGB
CMYK
RGB Variations
Color information
#DBA5B0 (or 0xDBA5B0) is known color: Pale Chestnut. HEX triplet: DB, A5 and B0. RGB value is (219,165,176). Sum of RGB (Red+Green+Blue) = 219+165+176=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA5B0 is #245A4F. Grayscale: #B6B6B6. Windows color (decimal): -2382416 or 11576795. OLE color: 11576795.
HSL color Cylindrical-coordinate representation of color #DBA5B0: hue angle of 347.78º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA5B0 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 176 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.14 |
| HSL | 347.78º | 0.43% | 0.75% | - |
| HSV(B) | 347.78º | 0.25% | 0.86% | - |
| XYZ | 50.51 | 45.1 | 47.12 | - |
| YUV | 182.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 176 | 0 | 0.25 | 0.20 | 0.14 | 347.78 | 0.43 | 0.75 |
| Hex | DB | A5 | B0 | 0 | 19 | 14 | E | 15C | 2B | 4B |
| Octal | 333 | 245 | 260 | 0 | 31 | 24 | 16 | 534 | 53 | 113 |
| Binary | 11011011 | 10100101 | 10110000 | 0 | 11001 | 10100 | 1110 | 101011100 | 101011 | 1001011 |
Color Harmonies of #DBA5B0
Complementary color
Monochromatic Colors of #DBA5B0
Black with #DBA5B0
Text Example
Text Example
White with #DBA5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5B0; }
p { color: rgb(219,165,176); }
H1.HeaderClassName
{
color: #DBA5B0;
}
.AnyTagClassName
{
color: #DBA5B0;
}
</style>
background-color css
<style>
a { background-color: #DBA5B0; }
a { background-color: rgb(219,165,176); }
div.DivClassName
{
background-color: #DBA5B0;
}
.BgClassName
{
background-color: #DBA5B0;
}
</style>
border-color css
<style>
span { border-color: #DBA5B0; }
span { border-color: rgb(219,165,176); }
td.TdClassName
{
border-color: #DBA5B0;
}
.TagClassName
{
border-color: #DBA5B0;
}
</style>