Shades of Pale Chestnut #D9ABAF
Tints of Pale Chestnut #D9ABAF
RGB
CMYK
RGB Variations
Color information
#D9ABAF (or 0xD9ABAF) is known color: Pale Chestnut. HEX triplet: D9, AB and AF. RGB value is (217,171,175). Sum of RGB (Red+Green+Blue) = 217+171+175=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ABAF is #265450. Grayscale: #B9B9B9. Windows color (decimal): -2511953 or 11512793. OLE color: 11512793.
HSL color Cylindrical-coordinate representation of color #D9ABAF: hue angle of 354.78º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ABAF is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 175 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.15 |
| HSL | 354.78º | 0.38% | 0.76% | - |
| HSV(B) | 354.78º | 0.21% | 0.85% | - |
| XYZ | 50.92 | 46.97 | 46.94 | - |
| YUV | 185.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 175 | 0 | 0.21 | 0.19 | 0.15 | 354.78 | 0.38 | 0.76 |
| Hex | D9 | AB | AF | 0 | 15 | 13 | F | 163 | 26 | 4C |
| Octal | 331 | 253 | 257 | 0 | 25 | 23 | 17 | 543 | 46 | 114 |
| Binary | 11011001 | 10101011 | 10101111 | 0 | 10101 | 10011 | 1111 | 101100011 | 100110 | 1001100 |
Color Harmonies of #D9ABAF
Complementary color
Monochromatic Colors of #D9ABAF
Black with #D9ABAF
Text Example
Text Example
White with #D9ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ABAF; }
p { color: rgb(217,171,175); }
H1.HeaderClassName
{
color: #D9ABAF;
}
.AnyTagClassName
{
color: #D9ABAF;
}
</style>
background-color css
<style>
a { background-color: #D9ABAF; }
a { background-color: rgb(217,171,175); }
div.DivClassName
{
background-color: #D9ABAF;
}
.BgClassName
{
background-color: #D9ABAF;
}
</style>
border-color css
<style>
span { border-color: #D9ABAF; }
span { border-color: rgb(217,171,175); }
td.TdClassName
{
border-color: #D9ABAF;
}
.TagClassName
{
border-color: #D9ABAF;
}
</style>