Shades of Pale Chestnut #DCABB0
Tints of Pale Chestnut #DCABB0
RGB
CMYK
RGB Variations
Color information
#DCABB0 (or 0xDCABB0) is known color: Pale Chestnut. HEX triplet: DC, AB and B0. RGB value is (220,171,176). Sum of RGB (Red+Green+Blue) = 220+171+176=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCABB0 is #23544F. Grayscale: #BABABA. Windows color (decimal): -2315344 or 11578332. OLE color: 11578332.
HSL color Cylindrical-coordinate representation of color #DCABB0: hue angle of 353.88º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCABB0 is Cyan = 0, Magento = 0.22, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 176 | - |
| CMYK | 0 | 0.22 | 0.2 | 0.14 |
| HSL | 353.88º | 0.41% | 0.77% | - |
| HSV(B) | 353.88º | 0.22% | 0.86% | - |
| XYZ | 51.91 | 47.48 | 47.5 | - |
| YUV | 186.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 176 | 0 | 0.22 | 0.2 | 0.14 | 353.88 | 0.41 | 0.77 |
| Hex | DC | AB | B0 | 0 | 16 | 14 | E | 162 | 29 | 4D |
| Octal | 334 | 253 | 260 | 0 | 26 | 24 | 16 | 542 | 51 | 115 |
| Binary | 11011100 | 10101011 | 10110000 | 0 | 10110 | 10100 | 1110 | 101100010 | 101001 | 1001101 |
Color Harmonies of #DCABB0
Complementary color
Monochromatic Colors of #DCABB0
Black with #DCABB0
Text Example
Text Example
White with #DCABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABB0; }
p { color: rgb(220,171,176); }
H1.HeaderClassName
{
color: #DCABB0;
}
.AnyTagClassName
{
color: #DCABB0;
}
</style>
background-color css
<style>
a { background-color: #DCABB0; }
a { background-color: rgb(220,171,176); }
div.DivClassName
{
background-color: #DCABB0;
}
.BgClassName
{
background-color: #DCABB0;
}
</style>
border-color css
<style>
span { border-color: #DCABB0; }
span { border-color: rgb(220,171,176); }
td.TdClassName
{
border-color: #DCABB0;
}
.TagClassName
{
border-color: #DCABB0;
}
</style>