Shades of Pale Chestnut #D2ABAC
Tints of Pale Chestnut #D2ABAC
RGB
CMYK
RGB Variations
Color information
#D2ABAC (or 0xD2ABAC) is known color: Pale Chestnut. HEX triplet: D2, AB and AC. RGB value is (210,171,172). Sum of RGB (Red+Green+Blue) = 210+171+172=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2ABAC is #2D5453. Grayscale: #B6B6B6. Windows color (decimal): -2970708 or 11316178. OLE color: 11316178.
HSL color Cylindrical-coordinate representation of color #D2ABAC: hue angle of 358.46º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2ABAC is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 172 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.18 |
| HSL | 358.46º | 0.3% | 0.75% | - |
| HSV(B) | 358.46º | 0.19% | 0.82% | - |
| XYZ | 48.59 | 45.81 | 45.31 | - |
| YUV | 182.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 172 | 0 | 0.19 | 0.18 | 0.18 | 358.46 | 0.3 | 0.75 |
| Hex | D2 | AB | AC | 0 | 13 | 12 | 12 | 166 | 1E | 4B |
| Octal | 322 | 253 | 254 | 0 | 23 | 22 | 22 | 546 | 36 | 113 |
| Binary | 11010010 | 10101011 | 10101100 | 0 | 10011 | 10010 | 10010 | 101100110 | 11110 | 1001011 |
Color Harmonies of #D2ABAC
Complementary color
Monochromatic Colors of #D2ABAC
Black with #D2ABAC
Text Example
Text Example
White with #D2ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABAC; }
p { color: rgb(210,171,172); }
H1.HeaderClassName
{
color: #D2ABAC;
}
.AnyTagClassName
{
color: #D2ABAC;
}
</style>
background-color css
<style>
a { background-color: #D2ABAC; }
a { background-color: rgb(210,171,172); }
div.DivClassName
{
background-color: #D2ABAC;
}
.BgClassName
{
background-color: #D2ABAC;
}
</style>
border-color css
<style>
span { border-color: #D2ABAC; }
span { border-color: rgb(210,171,172); }
td.TdClassName
{
border-color: #D2ABAC;
}
.TagClassName
{
border-color: #D2ABAC;
}
</style>