Shades of Pale Chestnut #DDACB1
Tints of Pale Chestnut #DDACB1
RGB
CMYK
RGB Variations
Color information
#DDACB1 (or 0xDDACB1) is known color: Pale Chestnut. HEX triplet: DD, AC and B1. RGB value is (221,172,177). Sum of RGB (Red+Green+Blue) = 221+172+177=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDACB1 is #22534E. Grayscale: #BBBBBB. Windows color (decimal): -2249551 or 11644125. OLE color: 11644125.
HSL color Cylindrical-coordinate representation of color #DDACB1: hue angle of 353.88º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDACB1 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 177 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.13 |
| HSL | 353.88º | 0.42% | 0.77% | - |
| HSV(B) | 353.88º | 0.22% | 0.87% | - |
| XYZ | 52.51 | 48.05 | 48.1 | - |
| YUV | 187.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 177 | 0 | 0.22 | 0.20 | 0.13 | 353.88 | 0.42 | 0.77 |
| Hex | DD | AC | B1 | 0 | 16 | 14 | D | 162 | 2A | 4D |
| Octal | 335 | 254 | 261 | 0 | 26 | 24 | 15 | 542 | 52 | 115 |
| Binary | 11011101 | 10101100 | 10110001 | 0 | 10110 | 10100 | 1101 | 101100010 | 101010 | 1001101 |
Color Harmonies of #DDACB1
Complementary color
Monochromatic Colors of #DDACB1
Black with #DDACB1
Text Example
Text Example
White with #DDACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACB1; }
p { color: rgb(221,172,177); }
H1.HeaderClassName
{
color: #DDACB1;
}
.AnyTagClassName
{
color: #DDACB1;
}
</style>
background-color css
<style>
a { background-color: #DDACB1; }
a { background-color: rgb(221,172,177); }
div.DivClassName
{
background-color: #DDACB1;
}
.BgClassName
{
background-color: #DDACB1;
}
</style>
border-color css
<style>
span { border-color: #DDACB1; }
span { border-color: rgb(221,172,177); }
td.TdClassName
{
border-color: #DDACB1;
}
.TagClassName
{
border-color: #DDACB1;
}
</style>