Shades of Pale Chestnut #D8ADB0
Tints of Pale Chestnut #D8ADB0
RGB
CMYK
RGB Variations
Color information
#D8ADB0 (or 0xD8ADB0) is known color: Pale Chestnut. HEX triplet: D8, AD and B0. RGB value is (216,173,176). Sum of RGB (Red+Green+Blue) = 216+173+176=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ADB0 is #27524F. Grayscale: #BABABA. Windows color (decimal): -2576976 or 11578840. OLE color: 11578840.
HSL color Cylindrical-coordinate representation of color #D8ADB0: hue angle of 355.81º degrees, saturation: 0.36, 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 #D8ADB0 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 176 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.15 |
| HSL | 355.81º | 0.36% | 0.76% | - |
| HSV(B) | 355.81º | 0.2% | 0.85% | - |
| XYZ | 51.1 | 47.62 | 47.57 | - |
| YUV | 186.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 176 | 0 | 0.20 | 0.19 | 0.15 | 355.81 | 0.36 | 0.76 |
| Hex | D8 | AD | B0 | 0 | 14 | 13 | F | 164 | 24 | 4C |
| Octal | 330 | 255 | 260 | 0 | 24 | 23 | 17 | 544 | 44 | 114 |
| Binary | 11011000 | 10101101 | 10110000 | 0 | 10100 | 10011 | 1111 | 101100100 | 100100 | 1001100 |
Color Harmonies of #D8ADB0
Complementary color
Monochromatic Colors of #D8ADB0
Black with #D8ADB0
Text Example
Text Example
White with #D8ADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ADB0; }
p { color: rgb(216,173,176); }
H1.HeaderClassName
{
color: #D8ADB0;
}
.AnyTagClassName
{
color: #D8ADB0;
}
</style>
background-color css
<style>
a { background-color: #D8ADB0; }
a { background-color: rgb(216,173,176); }
div.DivClassName
{
background-color: #D8ADB0;
}
.BgClassName
{
background-color: #D8ADB0;
}
</style>
border-color css
<style>
span { border-color: #D8ADB0; }
span { border-color: rgb(216,173,176); }
td.TdClassName
{
border-color: #D8ADB0;
}
.TagClassName
{
border-color: #D8ADB0;
}
</style>