Shades of Pale Chestnut #D4ADAF
Tints of Pale Chestnut #D4ADAF
RGB
CMYK
RGB Variations
Color information
#D4ADAF (or 0xD4ADAF) is known color: Pale Chestnut. HEX triplet: D4, AD and AF. RGB value is (212,173,175). Sum of RGB (Red+Green+Blue) = 212+173+175=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ADAF is #2B5250. Grayscale: #B8B8B8. Windows color (decimal): -2839121 or 11513300. OLE color: 11513300.
HSL color Cylindrical-coordinate representation of color #D4ADAF: hue angle of 356.92º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4ADAF is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 175 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.17 |
| HSL | 356.92º | 0.31% | 0.75% | - |
| HSV(B) | 356.92º | 0.18% | 0.83% | - |
| XYZ | 49.83 | 46.98 | 47 | - |
| YUV | 184.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 175 | 0 | 0.18 | 0.17 | 0.17 | 356.92 | 0.31 | 0.75 |
| Hex | D4 | AD | AF | 0 | 12 | 11 | 11 | 165 | 1F | 4B |
| Octal | 324 | 255 | 257 | 0 | 22 | 21 | 21 | 545 | 37 | 113 |
| Binary | 11010100 | 10101101 | 10101111 | 0 | 10010 | 10001 | 10001 | 101100101 | 11111 | 1001011 |
Color Harmonies of #D4ADAF
Complementary color
Monochromatic Colors of #D4ADAF
Black with #D4ADAF
Text Example
Text Example
White with #D4ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ADAF; }
p { color: rgb(212,173,175); }
H1.HeaderClassName
{
color: #D4ADAF;
}
.AnyTagClassName
{
color: #D4ADAF;
}
</style>
background-color css
<style>
a { background-color: #D4ADAF; }
a { background-color: rgb(212,173,175); }
div.DivClassName
{
background-color: #D4ADAF;
}
.BgClassName
{
background-color: #D4ADAF;
}
</style>
border-color css
<style>
span { border-color: #D4ADAF; }
span { border-color: rgb(212,173,175); }
td.TdClassName
{
border-color: #D4ADAF;
}
.TagClassName
{
border-color: #D4ADAF;
}
</style>