Shades of Pale Chestnut #D9ADB0
Tints of Pale Chestnut #D9ADB0
RGB
CMYK
RGB Variations
Color information
#D9ADB0 (or 0xD9ADB0) is known color: Pale Chestnut. HEX triplet: D9, AD and B0. RGB value is (217,173,176). Sum of RGB (Red+Green+Blue) = 217+173+176=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADB0 is #26524F. Grayscale: #BABABA. Windows color (decimal): -2511440 or 11578841. OLE color: 11578841.
HSL color Cylindrical-coordinate representation of color #D9ADB0: hue angle of 355.91º 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 #D9ADB0 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 173 | 176 | - |
CMYK | 0 | 0.20 | 0.19 | 0.15 |
HSL | 355.91º | 0.37% | 0.76% | - |
HSV(B) | 355.91º | 0.2% | 0.85% | - |
XYZ | 51.4 | 47.77 | 47.59 | - |
YUV | 186.5 | 122.08 | 149.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 173 | 176 | 0 | 0.20 | 0.19 | 0.15 | 355.91 | 0.37 | 0.76 |
Hex | D9 | AD | B0 | 0 | 14 | 13 | F | 164 | 25 | 4C |
Octal | 331 | 255 | 260 | 0 | 24 | 23 | 17 | 544 | 45 | 114 |
Binary | 11011001 | 10101101 | 10110000 | 0 | 10100 | 10011 | 1111 | 101100100 | 100101 | 1001100 |
Color Harmonies of #D9ADB0
Complementary color
Monochromatic Colors of #D9ADB0
Black with #D9ADB0
Text Example
Text Example
White with #D9ADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ADB0; }
p { color: rgb(217,173,176); }
H1.HeaderClassName
{
color: #D9ADB0;
}
.AnyTagClassName
{
color: #D9ADB0;
}
</style>
background-color css
<style>
a { background-color: #D9ADB0; }
a { background-color: rgb(217,173,176); }
div.DivClassName
{
background-color: #D9ADB0;
}
.BgClassName
{
background-color: #D9ADB0;
}
</style>
border-color css
<style>
span { border-color: #D9ADB0; }
span { border-color: rgb(217,173,176); }
td.TdClassName
{
border-color: #D9ADB0;
}
.TagClassName
{
border-color: #D9ADB0;
}
</style>