Shades of Pale Chestnut #DDA6B0
Tints of Pale Chestnut #DDA6B0
RGB
CMYK
RGB Variations
Color information
#DDA6B0 (or 0xDDA6B0) is known color: Pale Chestnut. HEX triplet: DD, A6 and B0. RGB value is (221,166,176). Sum of RGB (Red+Green+Blue) = 221+166+176=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA6B0 is #22594F. Grayscale: #B7B7B7. Windows color (decimal): -2251088 or 11577053. OLE color: 11577053.
HSL color Cylindrical-coordinate representation of color #DDA6B0: hue angle of 349.09º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA6B0 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 176 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.13 |
| HSL | 349.09º | 0.45% | 0.76% | - |
| HSV(B) | 349.09º | 0.25% | 0.87% | - |
| XYZ | 51.29 | 45.78 | 47.21 | - |
| YUV | 183.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 176 | 0 | 0.25 | 0.20 | 0.13 | 349.09 | 0.45 | 0.76 |
| Hex | DD | A6 | B0 | 0 | 19 | 14 | D | 15D | 2D | 4C |
| Octal | 335 | 246 | 260 | 0 | 31 | 24 | 15 | 535 | 55 | 114 |
| Binary | 11011101 | 10100110 | 10110000 | 0 | 11001 | 10100 | 1101 | 101011101 | 101101 | 1001100 |
Color Harmonies of #DDA6B0
Complementary color
Monochromatic Colors of #DDA6B0
Black with #DDA6B0
Text Example
Text Example
White with #DDA6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA6B0; }
p { color: rgb(221,166,176); }
H1.HeaderClassName
{
color: #DDA6B0;
}
.AnyTagClassName
{
color: #DDA6B0;
}
</style>
background-color css
<style>
a { background-color: #DDA6B0; }
a { background-color: rgb(221,166,176); }
div.DivClassName
{
background-color: #DDA6B0;
}
.BgClassName
{
background-color: #DDA6B0;
}
</style>
border-color css
<style>
span { border-color: #DDA6B0; }
span { border-color: rgb(221,166,176); }
td.TdClassName
{
border-color: #DDA6B0;
}
.TagClassName
{
border-color: #DDA6B0;
}
</style>