Shades of Pale Chestnut #DDADB1
Tints of Pale Chestnut #DDADB1
RGB
CMYK
RGB Variations
Color information
#DDADB1 (or 0xDDADB1) is known color: Pale Chestnut. HEX triplet: DD, AD and B1. RGB value is (221,173,177). Sum of RGB (Red+Green+Blue) = 221+173+177=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDADB1 is #22524E. Grayscale: #BBBBBB. Windows color (decimal): -2249295 or 11644381. OLE color: 11644381.
HSL color Cylindrical-coordinate representation of color #DDADB1: hue angle of 355º degrees, saturation: 0.41, 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 #DDADB1 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 177 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.13 |
| HSL | 355º | 0.41% | 0.77% | - |
| HSV(B) | 355º | 0.22% | 0.87% | - |
| XYZ | 52.7 | 48.43 | 48.17 | - |
| YUV | 187.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 177 | 0 | 0.22 | 0.20 | 0.13 | 355 | 0.41 | 0.77 |
| Hex | DD | AD | B1 | 0 | 16 | 14 | D | 163 | 29 | 4D |
| Octal | 335 | 255 | 261 | 0 | 26 | 24 | 15 | 543 | 51 | 115 |
| Binary | 11011101 | 10101101 | 10110001 | 0 | 10110 | 10100 | 1101 | 101100011 | 101001 | 1001101 |
Color Harmonies of #DDADB1
Complementary color
Monochromatic Colors of #DDADB1
Black with #DDADB1
Text Example
Text Example
White with #DDADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADB1; }
p { color: rgb(221,173,177); }
H1.HeaderClassName
{
color: #DDADB1;
}
.AnyTagClassName
{
color: #DDADB1;
}
</style>
background-color css
<style>
a { background-color: #DDADB1; }
a { background-color: rgb(221,173,177); }
div.DivClassName
{
background-color: #DDADB1;
}
.BgClassName
{
background-color: #DDADB1;
}
</style>
border-color css
<style>
span { border-color: #DDADB1; }
span { border-color: rgb(221,173,177); }
td.TdClassName
{
border-color: #DDADB1;
}
.TagClassName
{
border-color: #DDADB1;
}
</style>