Shades of Pale Chestnut #DCAEAF
Tints of Pale Chestnut #DCAEAF
RGB
CMYK
RGB Variations
Color information
#DCAEAF (or 0xDCAEAF) is known color: Pale Chestnut. HEX triplet: DC, AE and AF. RGB value is (220,174,175). Sum of RGB (Red+Green+Blue) = 220+174+175=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAEAF is #235150. Grayscale: #BBBBBB. Windows color (decimal): -2314577 or 11513564. OLE color: 11513564.
HSL color Cylindrical-coordinate representation of color #DCAEAF: hue angle of 358.7º 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 #DCAEAF is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 175 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.14 |
| HSL | 358.7º | 0.4% | 0.77% | - |
| HSV(B) | 358.7º | 0.21% | 0.86% | - |
| XYZ | 52.39 | 48.58 | 47.17 | - |
| YUV | 187.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 175 | 0 | 0.21 | 0.20 | 0.14 | 358.7 | 0.4 | 0.77 |
| Hex | DC | AE | AF | 0 | 15 | 14 | E | 167 | 28 | 4D |
| Octal | 334 | 256 | 257 | 0 | 25 | 24 | 16 | 547 | 50 | 115 |
| Binary | 11011100 | 10101110 | 10101111 | 0 | 10101 | 10100 | 1110 | 101100111 | 101000 | 1001101 |
Color Harmonies of #DCAEAF
Complementary color
Monochromatic Colors of #DCAEAF
Black with #DCAEAF
Text Example
Text Example
White with #DCAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEAF; }
p { color: rgb(220,174,175); }
H1.HeaderClassName
{
color: #DCAEAF;
}
.AnyTagClassName
{
color: #DCAEAF;
}
</style>
background-color css
<style>
a { background-color: #DCAEAF; }
a { background-color: rgb(220,174,175); }
div.DivClassName
{
background-color: #DCAEAF;
}
.BgClassName
{
background-color: #DCAEAF;
}
</style>
border-color css
<style>
span { border-color: #DCAEAF; }
span { border-color: rgb(220,174,175); }
td.TdClassName
{
border-color: #DCAEAF;
}
.TagClassName
{
border-color: #DCAEAF;
}
</style>