Shades of Pale Chestnut #DEA5AD
Tints of Pale Chestnut #DEA5AD
RGB
CMYK
RGB Variations
Color information
#DEA5AD (or 0xDEA5AD) is known color: Pale Chestnut. HEX triplet: DE, A5 and AD. RGB value is (222,165,173). Sum of RGB (Red+Green+Blue) = 222+165+173=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA5AD is #215A52. Grayscale: #B6B6B6. Windows color (decimal): -2185811 or 11380190. OLE color: 11380190.
HSL color Cylindrical-coordinate representation of color #DEA5AD: hue angle of 351.58º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA5AD is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 165 | 173 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.13 |
| HSL | 351.58º | 0.46% | 0.76% | - |
| HSV(B) | 351.58º | 0.26% | 0.87% | - |
| XYZ | 51.12 | 45.46 | 45.61 | - |
| YUV | 182.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 165 | 173 | 0 | 0.26 | 0.22 | 0.13 | 351.58 | 0.46 | 0.76 |
| Hex | DE | A5 | AD | 0 | 1A | 16 | D | 160 | 2E | 4C |
| Octal | 336 | 245 | 255 | 0 | 32 | 26 | 15 | 540 | 56 | 114 |
| Binary | 11011110 | 10100101 | 10101101 | 0 | 11010 | 10110 | 1101 | 101100000 | 101110 | 1001100 |
Color Harmonies of #DEA5AD
Complementary color
Monochromatic Colors of #DEA5AD
Black with #DEA5AD
Text Example
Text Example
White with #DEA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA5AD; }
p { color: rgb(222,165,173); }
H1.HeaderClassName
{
color: #DEA5AD;
}
.AnyTagClassName
{
color: #DEA5AD;
}
</style>
background-color css
<style>
a { background-color: #DEA5AD; }
a { background-color: rgb(222,165,173); }
div.DivClassName
{
background-color: #DEA5AD;
}
.BgClassName
{
background-color: #DEA5AD;
}
</style>
border-color css
<style>
span { border-color: #DEA5AD; }
span { border-color: rgb(222,165,173); }
td.TdClassName
{
border-color: #DEA5AD;
}
.TagClassName
{
border-color: #DEA5AD;
}
</style>