Shades of Pale Chestnut #D9ACB0
Tints of Pale Chestnut #D9ACB0
RGB
CMYK
RGB Variations
Color information
#D9ACB0 (or 0xD9ACB0) is known color: Pale Chestnut. HEX triplet: D9, AC and B0. RGB value is (217,172,176). Sum of RGB (Red+Green+Blue) = 217+172+176=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ACB0 is #26534F. Grayscale: #B9B9B9. Windows color (decimal): -2511696 or 11578585. OLE color: 11578585.
HSL color Cylindrical-coordinate representation of color #D9ACB0: hue angle of 354.67º degrees, saturation: 0.37, 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 #D9ACB0 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 172 | 176 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.15 |
| HSL | 354.67º | 0.37% | 0.76% | - |
| HSV(B) | 354.67º | 0.21% | 0.85% | - |
| XYZ | 51.2 | 47.39 | 47.52 | - |
| YUV | 185.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 176 | 0 | 0.21 | 0.19 | 0.15 | 354.67 | 0.37 | 0.76 |
| Hex | D9 | AC | B0 | 0 | 15 | 13 | F | 163 | 25 | 4C |
| Octal | 331 | 254 | 260 | 0 | 25 | 23 | 17 | 543 | 45 | 114 |
| Binary | 11011001 | 10101100 | 10110000 | 0 | 10101 | 10011 | 1111 | 101100011 | 100101 | 1001100 |
Color Harmonies of #D9ACB0
Complementary color
Monochromatic Colors of #D9ACB0
Black with #D9ACB0
Text Example
Text Example
White with #D9ACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ACB0; }
p { color: rgb(217,172,176); }
H1.HeaderClassName
{
color: #D9ACB0;
}
.AnyTagClassName
{
color: #D9ACB0;
}
</style>
background-color css
<style>
a { background-color: #D9ACB0; }
a { background-color: rgb(217,172,176); }
div.DivClassName
{
background-color: #D9ACB0;
}
.BgClassName
{
background-color: #D9ACB0;
}
</style>
border-color css
<style>
span { border-color: #D9ACB0; }
span { border-color: rgb(217,172,176); }
td.TdClassName
{
border-color: #D9ACB0;
}
.TagClassName
{
border-color: #D9ACB0;
}
</style>