Shades of Pale Chestnut #DBABAE
Tints of Pale Chestnut #DBABAE
RGB
CMYK
RGB Variations
Color information
#DBABAE (or 0xDBABAE) is known color: Pale Chestnut. HEX triplet: DB, AB and AE. RGB value is (219,171,174). Sum of RGB (Red+Green+Blue) = 219+171+174=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBABAE is #245451. Grayscale: #B9B9B9. Windows color (decimal): -2380882 or 11447259. OLE color: 11447259.
HSL color Cylindrical-coordinate representation of color #DBABAE: hue angle of 356.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBABAE is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 174 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.14 |
| HSL | 356.25º | 0.4% | 0.76% | - |
| HSV(B) | 356.25º | 0.22% | 0.86% | - |
| XYZ | 51.42 | 47.24 | 46.45 | - |
| YUV | 185.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 174 | 0 | 0.22 | 0.21 | 0.14 | 356.25 | 0.4 | 0.76 |
| Hex | DB | AB | AE | 0 | 16 | 15 | E | 164 | 28 | 4C |
| Octal | 333 | 253 | 256 | 0 | 26 | 25 | 16 | 544 | 50 | 114 |
| Binary | 11011011 | 10101011 | 10101110 | 0 | 10110 | 10101 | 1110 | 101100100 | 101000 | 1001100 |
Color Harmonies of #DBABAE
Complementary color
Monochromatic Colors of #DBABAE
Black with #DBABAE
Text Example
Text Example
White with #DBABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABAE; }
p { color: rgb(219,171,174); }
H1.HeaderClassName
{
color: #DBABAE;
}
.AnyTagClassName
{
color: #DBABAE;
}
</style>
background-color css
<style>
a { background-color: #DBABAE; }
a { background-color: rgb(219,171,174); }
div.DivClassName
{
background-color: #DBABAE;
}
.BgClassName
{
background-color: #DBABAE;
}
</style>
border-color css
<style>
span { border-color: #DBABAE; }
span { border-color: rgb(219,171,174); }
td.TdClassName
{
border-color: #DBABAE;
}
.TagClassName
{
border-color: #DBABAE;
}
</style>