Shades of Pale Chestnut #D8AFB0
Tints of Pale Chestnut #D8AFB0
RGB
CMYK
RGB Variations
Color information
#D8AFB0 (or 0xD8AFB0) is known color: Pale Chestnut. HEX triplet: D8, AF and B0. RGB value is (216,175,176). Sum of RGB (Red+Green+Blue) = 216+175+176=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AFB0 is #27504F. Grayscale: #BBBBBB. Windows color (decimal): -2576464 or 11579352. OLE color: 11579352.
HSL color Cylindrical-coordinate representation of color #D8AFB0: hue angle of 358.54º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8AFB0 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 176 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.15 |
| HSL | 358.54º | 0.34% | 0.77% | - |
| HSV(B) | 358.54º | 0.19% | 0.85% | - |
| XYZ | 51.49 | 48.39 | 47.7 | - |
| YUV | 187.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 176 | 0 | 0.19 | 0.19 | 0.15 | 358.54 | 0.34 | 0.77 |
| Hex | D8 | AF | B0 | 0 | 13 | 13 | F | 167 | 22 | 4D |
| Octal | 330 | 257 | 260 | 0 | 23 | 23 | 17 | 547 | 42 | 115 |
| Binary | 11011000 | 10101111 | 10110000 | 0 | 10011 | 10011 | 1111 | 101100111 | 100010 | 1001101 |
Color Harmonies of #D8AFB0
Complementary color
Monochromatic Colors of #D8AFB0
Black with #D8AFB0
Text Example
Text Example
White with #D8AFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AFB0; }
p { color: rgb(216,175,176); }
H1.HeaderClassName
{
color: #D8AFB0;
}
.AnyTagClassName
{
color: #D8AFB0;
}
</style>
background-color css
<style>
a { background-color: #D8AFB0; }
a { background-color: rgb(216,175,176); }
div.DivClassName
{
background-color: #D8AFB0;
}
.BgClassName
{
background-color: #D8AFB0;
}
</style>
border-color css
<style>
span { border-color: #D8AFB0; }
span { border-color: rgb(216,175,176); }
td.TdClassName
{
border-color: #D8AFB0;
}
.TagClassName
{
border-color: #D8AFB0;
}
</style>