Shades of Pale Chestnut #DCADB2
Tints of Pale Chestnut #DCADB2
RGB
CMYK
RGB Variations
Color information
#DCADB2 (or 0xDCADB2) is known color: Pale Chestnut. HEX triplet: DC, AD and B2. RGB value is (220,173,178). Sum of RGB (Red+Green+Blue) = 220+173+178=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCADB2 is #23524D. Grayscale: #BBBBBB. Windows color (decimal): -2314830 or 11709916. OLE color: 11709916.
HSL color Cylindrical-coordinate representation of color #DCADB2: hue angle of 353.62º 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 #DCADB2 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 178 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.14 |
| HSL | 353.62º | 0.4% | 0.77% | - |
| HSV(B) | 353.62º | 0.21% | 0.86% | - |
| XYZ | 52.49 | 48.32 | 48.68 | - |
| YUV | 187.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 178 | 0 | 0.21 | 0.19 | 0.14 | 353.62 | 0.4 | 0.77 |
| Hex | DC | AD | B2 | 0 | 15 | 13 | E | 162 | 28 | 4D |
| Octal | 334 | 255 | 262 | 0 | 25 | 23 | 16 | 542 | 50 | 115 |
| Binary | 11011100 | 10101101 | 10110010 | 0 | 10101 | 10011 | 1110 | 101100010 | 101000 | 1001101 |
Color Harmonies of #DCADB2
Complementary color
Monochromatic Colors of #DCADB2
Black with #DCADB2
Text Example
Text Example
White with #DCADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADB2; }
p { color: rgb(220,173,178); }
H1.HeaderClassName
{
color: #DCADB2;
}
.AnyTagClassName
{
color: #DCADB2;
}
</style>
background-color css
<style>
a { background-color: #DCADB2; }
a { background-color: rgb(220,173,178); }
div.DivClassName
{
background-color: #DCADB2;
}
.BgClassName
{
background-color: #DCADB2;
}
</style>
border-color css
<style>
span { border-color: #DCADB2; }
span { border-color: rgb(220,173,178); }
td.TdClassName
{
border-color: #DCADB2;
}
.TagClassName
{
border-color: #DCADB2;
}
</style>