Shades of Pale Chestnut #D3ABAE
Tints of Pale Chestnut #D3ABAE
RGB
CMYK
RGB Variations
Color information
#D3ABAE (or 0xD3ABAE) is known color: Pale Chestnut. HEX triplet: D3, AB and AE. RGB value is (211,171,174). Sum of RGB (Red+Green+Blue) = 211+171+174=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3ABAE is #2C5451. Grayscale: #B7B7B7. Windows color (decimal): -2905170 or 11447251. OLE color: 11447251.
HSL color Cylindrical-coordinate representation of color #D3ABAE: hue angle of 355.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3ABAE is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 174 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.17 |
| HSL | 355.5º | 0.31% | 0.75% | - |
| HSV(B) | 355.5º | 0.19% | 0.83% | - |
| XYZ | 49.07 | 46.03 | 46.34 | - |
| YUV | 183.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 174 | 0 | 0.19 | 0.18 | 0.17 | 355.5 | 0.31 | 0.75 |
| Hex | D3 | AB | AE | 0 | 13 | 12 | 11 | 164 | 1F | 4B |
| Octal | 323 | 253 | 256 | 0 | 23 | 22 | 21 | 544 | 37 | 113 |
| Binary | 11010011 | 10101011 | 10101110 | 0 | 10011 | 10010 | 10001 | 101100100 | 11111 | 1001011 |
Color Harmonies of #D3ABAE
Complementary color
Monochromatic Colors of #D3ABAE
Black with #D3ABAE
Text Example
Text Example
White with #D3ABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ABAE; }
p { color: rgb(211,171,174); }
H1.HeaderClassName
{
color: #D3ABAE;
}
.AnyTagClassName
{
color: #D3ABAE;
}
</style>
background-color css
<style>
a { background-color: #D3ABAE; }
a { background-color: rgb(211,171,174); }
div.DivClassName
{
background-color: #D3ABAE;
}
.BgClassName
{
background-color: #D3ABAE;
}
</style>
border-color css
<style>
span { border-color: #D3ABAE; }
span { border-color: rgb(211,171,174); }
td.TdClassName
{
border-color: #D3ABAE;
}
.TagClassName
{
border-color: #D3ABAE;
}
</style>