Shades of Pale Chestnut #D9AFB2
Tints of Pale Chestnut #D9AFB2
RGB
CMYK
RGB Variations
Color information
#D9AFB2 (or 0xD9AFB2) is known color: Pale Chestnut. HEX triplet: D9, AF and B2. RGB value is (217,175,178). Sum of RGB (Red+Green+Blue) = 217+175+178=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AFB2 is #26504D. Grayscale: #BBBBBB. Windows color (decimal): -2510926 or 11710425. OLE color: 11710425.
HSL color Cylindrical-coordinate representation of color #D9AFB2: hue angle of 355.71º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9AFB2 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 178 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.15 |
| HSL | 355.71º | 0.36% | 0.77% | - |
| HSV(B) | 355.71º | 0.19% | 0.85% | - |
| XYZ | 51.98 | 48.63 | 48.77 | - |
| YUV | 187.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 178 | 0 | 0.19 | 0.18 | 0.15 | 355.71 | 0.36 | 0.77 |
| Hex | D9 | AF | B2 | 0 | 13 | 12 | F | 164 | 24 | 4D |
| Octal | 331 | 257 | 262 | 0 | 23 | 22 | 17 | 544 | 44 | 115 |
| Binary | 11011001 | 10101111 | 10110010 | 0 | 10011 | 10010 | 1111 | 101100100 | 100100 | 1001101 |
Color Harmonies of #D9AFB2
Complementary color
Monochromatic Colors of #D9AFB2
Black with #D9AFB2
Text Example
Text Example
White with #D9AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFB2; }
p { color: rgb(217,175,178); }
H1.HeaderClassName
{
color: #D9AFB2;
}
.AnyTagClassName
{
color: #D9AFB2;
}
</style>
background-color css
<style>
a { background-color: #D9AFB2; }
a { background-color: rgb(217,175,178); }
div.DivClassName
{
background-color: #D9AFB2;
}
.BgClassName
{
background-color: #D9AFB2;
}
</style>
border-color css
<style>
span { border-color: #D9AFB2; }
span { border-color: rgb(217,175,178); }
td.TdClassName
{
border-color: #D9AFB2;
}
.TagClassName
{
border-color: #D9AFB2;
}
</style>