Shades of Pale Chestnut #D7AEB1
Tints of Pale Chestnut #D7AEB1
RGB
CMYK
RGB Variations
Color information
#D7AEB1 (or 0xD7AEB1) is known color: Pale Chestnut. HEX triplet: D7, AE and B1. RGB value is (215,174,177). Sum of RGB (Red+Green+Blue) = 215+174+177=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AEB1 is #28514E. Grayscale: #BABABA. Windows color (decimal): -2642255 or 11644631. OLE color: 11644631.
HSL color Cylindrical-coordinate representation of color #D7AEB1: hue angle of 355.61º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7AEB1 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 174 | 177 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.16 |
| HSL | 355.61º | 0.34% | 0.76% | - |
| HSV(B) | 355.61º | 0.19% | 0.84% | - |
| XYZ | 51.1 | 47.89 | 48.15 | - |
| YUV | 186.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 174 | 177 | 0 | 0.19 | 0.18 | 0.16 | 355.61 | 0.34 | 0.76 |
| Hex | D7 | AE | B1 | 0 | 13 | 12 | 10 | 164 | 22 | 4C |
| Octal | 327 | 256 | 261 | 0 | 23 | 22 | 20 | 544 | 42 | 114 |
| Binary | 11010111 | 10101110 | 10110001 | 0 | 10011 | 10010 | 10000 | 101100100 | 100010 | 1001100 |
Color Harmonies of #D7AEB1
Complementary color
Monochromatic Colors of #D7AEB1
Black with #D7AEB1
Text Example
Text Example
White with #D7AEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AEB1; }
p { color: rgb(215,174,177); }
H1.HeaderClassName
{
color: #D7AEB1;
}
.AnyTagClassName
{
color: #D7AEB1;
}
</style>
background-color css
<style>
a { background-color: #D7AEB1; }
a { background-color: rgb(215,174,177); }
div.DivClassName
{
background-color: #D7AEB1;
}
.BgClassName
{
background-color: #D7AEB1;
}
</style>
border-color css
<style>
span { border-color: #D7AEB1; }
span { border-color: rgb(215,174,177); }
td.TdClassName
{
border-color: #D7AEB1;
}
.TagClassName
{
border-color: #D7AEB1;
}
</style>