Shades of Pale Chestnut #D7ADB0
Tints of Pale Chestnut #D7ADB0
RGB
CMYK
RGB Variations
Color information
#D7ADB0 (or 0xD7ADB0) is known color: Pale Chestnut. HEX triplet: D7, AD and B0. RGB value is (215,173,176). Sum of RGB (Red+Green+Blue) = 215+173+176=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ADB0 is #28524F. Grayscale: #B9B9B9. Windows color (decimal): -2642512 or 11578839. OLE color: 11578839.
HSL color Cylindrical-coordinate representation of color #D7ADB0: hue angle of 355.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ADB0 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 176 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.16 |
| HSL | 355.71º | 0.34% | 0.76% | - |
| HSV(B) | 355.71º | 0.2% | 0.84% | - |
| XYZ | 50.8 | 47.47 | 47.56 | - |
| YUV | 185.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 176 | 0 | 0.20 | 0.18 | 0.16 | 355.71 | 0.34 | 0.76 |
| Hex | D7 | AD | B0 | 0 | 14 | 12 | 10 | 164 | 22 | 4C |
| Octal | 327 | 255 | 260 | 0 | 24 | 22 | 20 | 544 | 42 | 114 |
| Binary | 11010111 | 10101101 | 10110000 | 0 | 10100 | 10010 | 10000 | 101100100 | 100010 | 1001100 |
Color Harmonies of #D7ADB0
Complementary color
Monochromatic Colors of #D7ADB0
Black with #D7ADB0
Text Example
Text Example
White with #D7ADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ADB0; }
p { color: rgb(215,173,176); }
H1.HeaderClassName
{
color: #D7ADB0;
}
.AnyTagClassName
{
color: #D7ADB0;
}
</style>
background-color css
<style>
a { background-color: #D7ADB0; }
a { background-color: rgb(215,173,176); }
div.DivClassName
{
background-color: #D7ADB0;
}
.BgClassName
{
background-color: #D7ADB0;
}
</style>
border-color css
<style>
span { border-color: #D7ADB0; }
span { border-color: rgb(215,173,176); }
td.TdClassName
{
border-color: #D7ADB0;
}
.TagClassName
{
border-color: #D7ADB0;
}
</style>