Shades of Pale Chestnut #DCADB1
Tints of Pale Chestnut #DCADB1
RGB
CMYK
RGB Variations
Color information
#DCADB1 (or 0xDCADB1) is known color: Pale Chestnut. HEX triplet: DC, AD and B1. RGB value is (220,173,177). Sum of RGB (Red+Green+Blue) = 220+173+177=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCADB1 is #23524E. Grayscale: #BBBBBB. Windows color (decimal): -2314831 or 11644380. OLE color: 11644380.
HSL color Cylindrical-coordinate representation of color #DCADB1: hue angle of 354.89º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCADB1 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 177 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.14 |
| HSL | 354.89º | 0.4% | 0.77% | - |
| HSV(B) | 354.89º | 0.21% | 0.86% | - |
| XYZ | 52.39 | 48.28 | 48.15 | - |
| YUV | 187.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 177 | 0 | 0.21 | 0.20 | 0.14 | 354.89 | 0.4 | 0.77 |
| Hex | DC | AD | B1 | 0 | 15 | 14 | E | 163 | 28 | 4D |
| Octal | 334 | 255 | 261 | 0 | 25 | 24 | 16 | 543 | 50 | 115 |
| Binary | 11011100 | 10101101 | 10110001 | 0 | 10101 | 10100 | 1110 | 101100011 | 101000 | 1001101 |
Color Harmonies of #DCADB1
Complementary color
Monochromatic Colors of #DCADB1
Black with #DCADB1
Text Example
Text Example
White with #DCADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADB1; }
p { color: rgb(220,173,177); }
H1.HeaderClassName
{
color: #DCADB1;
}
.AnyTagClassName
{
color: #DCADB1;
}
</style>
background-color css
<style>
a { background-color: #DCADB1; }
a { background-color: rgb(220,173,177); }
div.DivClassName
{
background-color: #DCADB1;
}
.BgClassName
{
background-color: #DCADB1;
}
</style>
border-color css
<style>
span { border-color: #DCADB1; }
span { border-color: rgb(220,173,177); }
td.TdClassName
{
border-color: #DCADB1;
}
.TagClassName
{
border-color: #DCADB1;
}
</style>