Shades of Pale Chestnut #DCAEB2
Tints of Pale Chestnut #DCAEB2
RGB
CMYK
RGB Variations
Color information
#DCAEB2 (or 0xDCAEB2) is known color: Pale Chestnut. HEX triplet: DC, AE and B2. RGB value is (220,174,178). Sum of RGB (Red+Green+Blue) = 220+174+178=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAEB2 is #23514D. Grayscale: #BCBCBC. Windows color (decimal): -2314574 or 11710172. OLE color: 11710172.
HSL color Cylindrical-coordinate representation of color #DCAEB2: hue angle of 354.78º 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 #DCAEB2 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 178 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.14 |
| HSL | 354.78º | 0.4% | 0.77% | - |
| HSV(B) | 354.78º | 0.21% | 0.86% | - |
| XYZ | 52.69 | 48.7 | 48.74 | - |
| YUV | 188.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 178 | 0 | 0.21 | 0.19 | 0.14 | 354.78 | 0.4 | 0.77 |
| Hex | DC | AE | B2 | 0 | 15 | 13 | E | 163 | 28 | 4D |
| Octal | 334 | 256 | 262 | 0 | 25 | 23 | 16 | 543 | 50 | 115 |
| Binary | 11011100 | 10101110 | 10110010 | 0 | 10101 | 10011 | 1110 | 101100011 | 101000 | 1001101 |
Color Harmonies of #DCAEB2
Complementary color
Monochromatic Colors of #DCAEB2
Black with #DCAEB2
Text Example
Text Example
White with #DCAEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEB2; }
p { color: rgb(220,174,178); }
H1.HeaderClassName
{
color: #DCAEB2;
}
.AnyTagClassName
{
color: #DCAEB2;
}
</style>
background-color css
<style>
a { background-color: #DCAEB2; }
a { background-color: rgb(220,174,178); }
div.DivClassName
{
background-color: #DCAEB2;
}
.BgClassName
{
background-color: #DCAEB2;
}
</style>
border-color css
<style>
span { border-color: #DCAEB2; }
span { border-color: rgb(220,174,178); }
td.TdClassName
{
border-color: #DCAEB2;
}
.TagClassName
{
border-color: #DCAEB2;
}
</style>