Shades of Pale Chestnut #D1ABAF
Tints of Pale Chestnut #D1ABAF
RGB
CMYK
RGB Variations
Color information
#D1ABAF (or 0xD1ABAF) is known color: Pale Chestnut. HEX triplet: D1, AB and AF. RGB value is (209,171,175). Sum of RGB (Red+Green+Blue) = 209+171+175=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ABAF is #2E5450. Grayscale: #B6B6B6. Windows color (decimal): -3036241 or 11512785. OLE color: 11512785.
HSL color Cylindrical-coordinate representation of color #D1ABAF: hue angle of 353.68º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1ABAF is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 175 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.18 |
| HSL | 353.68º | 0.29% | 0.75% | - |
| HSV(B) | 353.68º | 0.18% | 0.82% | - |
| XYZ | 48.6 | 45.78 | 46.83 | - |
| YUV | 182.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 175 | 0 | 0.18 | 0.16 | 0.18 | 353.68 | 0.29 | 0.75 |
| Hex | D1 | AB | AF | 0 | 12 | 10 | 12 | 162 | 1D | 4B |
| Octal | 321 | 253 | 257 | 0 | 22 | 20 | 22 | 542 | 35 | 113 |
| Binary | 11010001 | 10101011 | 10101111 | 0 | 10010 | 10000 | 10010 | 101100010 | 11101 | 1001011 |
Color Harmonies of #D1ABAF
Complementary color
Monochromatic Colors of #D1ABAF
Black with #D1ABAF
Text Example
Text Example
White with #D1ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ABAF; }
p { color: rgb(209,171,175); }
H1.HeaderClassName
{
color: #D1ABAF;
}
.AnyTagClassName
{
color: #D1ABAF;
}
</style>
background-color css
<style>
a { background-color: #D1ABAF; }
a { background-color: rgb(209,171,175); }
div.DivClassName
{
background-color: #D1ABAF;
}
.BgClassName
{
background-color: #D1ABAF;
}
</style>
border-color css
<style>
span { border-color: #D1ABAF; }
span { border-color: rgb(209,171,175); }
td.TdClassName
{
border-color: #D1ABAF;
}
.TagClassName
{
border-color: #D1ABAF;
}
</style>