Shades of Pale Chestnut #DBADB1
Tints of Pale Chestnut #DBADB1
RGB
CMYK
RGB Variations
Color information
#DBADB1 (or 0xDBADB1) is known color: Pale Chestnut. HEX triplet: DB, AD and B1. RGB value is (219,173,177). Sum of RGB (Red+Green+Blue) = 219+173+177=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBADB1 is #24524E. Grayscale: #BBBBBB. Windows color (decimal): -2380367 or 11644379. OLE color: 11644379.
HSL color Cylindrical-coordinate representation of color #DBADB1: hue angle of 354.78º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBADB1 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 177 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.14 |
| HSL | 354.78º | 0.39% | 0.77% | - |
| HSV(B) | 354.78º | 0.21% | 0.86% | - |
| XYZ | 52.09 | 48.12 | 48.14 | - |
| YUV | 187.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 177 | 0 | 0.21 | 0.19 | 0.14 | 354.78 | 0.39 | 0.77 |
| Hex | DB | AD | B1 | 0 | 15 | 13 | E | 163 | 27 | 4D |
| Octal | 333 | 255 | 261 | 0 | 25 | 23 | 16 | 543 | 47 | 115 |
| Binary | 11011011 | 10101101 | 10110001 | 0 | 10101 | 10011 | 1110 | 101100011 | 100111 | 1001101 |
Color Harmonies of #DBADB1
Complementary color
Monochromatic Colors of #DBADB1
Black with #DBADB1
Text Example
Text Example
White with #DBADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADB1; }
p { color: rgb(219,173,177); }
H1.HeaderClassName
{
color: #DBADB1;
}
.AnyTagClassName
{
color: #DBADB1;
}
</style>
background-color css
<style>
a { background-color: #DBADB1; }
a { background-color: rgb(219,173,177); }
div.DivClassName
{
background-color: #DBADB1;
}
.BgClassName
{
background-color: #DBADB1;
}
</style>
border-color css
<style>
span { border-color: #DBADB1; }
span { border-color: rgb(219,173,177); }
td.TdClassName
{
border-color: #DBADB1;
}
.TagClassName
{
border-color: #DBADB1;
}
</style>