Shades of Pale Chestnut #DBABB0
Tints of Pale Chestnut #DBABB0
RGB
CMYK
RGB Variations
Color information
#DBABB0 (or 0xDBABB0) is known color: Pale Chestnut. HEX triplet: DB, AB and B0. RGB value is (219,171,176). Sum of RGB (Red+Green+Blue) = 219+171+176=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBABB0 is #24544F. Grayscale: #B9B9B9. Windows color (decimal): -2380880 or 11578331. OLE color: 11578331.
HSL color Cylindrical-coordinate representation of color #DBABB0: hue angle of 353.75º 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 #DBABB0 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 176 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.14 |
| HSL | 353.75º | 0.4% | 0.76% | - |
| HSV(B) | 353.75º | 0.22% | 0.86% | - |
| XYZ | 51.61 | 47.32 | 47.49 | - |
| YUV | 185.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 176 | 0 | 0.22 | 0.20 | 0.14 | 353.75 | 0.4 | 0.76 |
| Hex | DB | AB | B0 | 0 | 16 | 14 | E | 162 | 28 | 4C |
| Octal | 333 | 253 | 260 | 0 | 26 | 24 | 16 | 542 | 50 | 114 |
| Binary | 11011011 | 10101011 | 10110000 | 0 | 10110 | 10100 | 1110 | 101100010 | 101000 | 1001100 |
Color Harmonies of #DBABB0
Complementary color
Monochromatic Colors of #DBABB0
Black with #DBABB0
Text Example
Text Example
White with #DBABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABB0; }
p { color: rgb(219,171,176); }
H1.HeaderClassName
{
color: #DBABB0;
}
.AnyTagClassName
{
color: #DBABB0;
}
</style>
background-color css
<style>
a { background-color: #DBABB0; }
a { background-color: rgb(219,171,176); }
div.DivClassName
{
background-color: #DBABB0;
}
.BgClassName
{
background-color: #DBABB0;
}
</style>
border-color css
<style>
span { border-color: #DBABB0; }
span { border-color: rgb(219,171,176); }
td.TdClassName
{
border-color: #DBABB0;
}
.TagClassName
{
border-color: #DBABB0;
}
</style>