Shades of Pale Chestnut #D9ADB1
Tints of Pale Chestnut #D9ADB1
RGB
CMYK
RGB Variations
Color information
#D9ADB1 (or 0xD9ADB1) is known color: Pale Chestnut. HEX triplet: D9, AD and B1. RGB value is (217,173,177). Sum of RGB (Red+Green+Blue) = 217+173+177=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADB1 is #26524E. Grayscale: #BABABA. Windows color (decimal): -2511439 or 11644377. OLE color: 11644377.
HSL color Cylindrical-coordinate representation of color #D9ADB1: hue angle of 354.55º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9ADB1 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 177 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.15 |
| HSL | 354.55º | 0.37% | 0.76% | - |
| HSV(B) | 354.55º | 0.2% | 0.85% | - |
| XYZ | 51.49 | 47.81 | 48.11 | - |
| YUV | 186.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 177 | 0 | 0.20 | 0.18 | 0.15 | 354.55 | 0.37 | 0.76 |
| Hex | D9 | AD | B1 | 0 | 14 | 12 | F | 163 | 25 | 4C |
| Octal | 331 | 255 | 261 | 0 | 24 | 22 | 17 | 543 | 45 | 114 |
| Binary | 11011001 | 10101101 | 10110001 | 0 | 10100 | 10010 | 1111 | 101100011 | 100101 | 1001100 |
Color Harmonies of #D9ADB1
Complementary color
Monochromatic Colors of #D9ADB1
Black with #D9ADB1
Text Example
Text Example
White with #D9ADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ADB1; }
p { color: rgb(217,173,177); }
H1.HeaderClassName
{
color: #D9ADB1;
}
.AnyTagClassName
{
color: #D9ADB1;
}
</style>
background-color css
<style>
a { background-color: #D9ADB1; }
a { background-color: rgb(217,173,177); }
div.DivClassName
{
background-color: #D9ADB1;
}
.BgClassName
{
background-color: #D9ADB1;
}
</style>
border-color css
<style>
span { border-color: #D9ADB1; }
span { border-color: rgb(217,173,177); }
td.TdClassName
{
border-color: #D9ADB1;
}
.TagClassName
{
border-color: #D9ADB1;
}
</style>