Shades of Melanie #D9AFBD
Tints of Melanie #D9AFBD
RGB
CMYK
RGB Variations
Color information
#D9AFBD (or 0xD9AFBD) is known color: Melanie. HEX triplet: D9, AF and BD. RGB value is (217,175,189). Sum of RGB (Red+Green+Blue) = 217+175+189=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFBD is #265042. Grayscale: #BDBDBD. Windows color (decimal): -2510915 or 12431321. OLE color: 12431321.
HSL color Cylindrical-coordinate representation of color #D9AFBD: hue angle of 340º 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 #D9AFBD is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 189 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.15 |
| HSL | 340º | 0.36% | 0.77% | - |
| HSV(B) | 340º | 0.19% | 0.85% | - |
| XYZ | 53.13 | 49.09 | 54.82 | - |
| YUV | 189.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 189 | 0 | 0.19 | 0.13 | 0.15 | 340 | 0.36 | 0.77 |
| Hex | D9 | AF | BD | 0 | 13 | D | F | 154 | 24 | 4D |
| Octal | 331 | 257 | 275 | 0 | 23 | 15 | 17 | 524 | 44 | 115 |
| Binary | 11011001 | 10101111 | 10111101 | 0 | 10011 | 1101 | 1111 | 101010100 | 100100 | 1001101 |
Color Harmonies of #D9AFBD
Complementary color
Monochromatic Colors of #D9AFBD
Black with #D9AFBD
Text Example
Text Example
White with #D9AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFBD; }
p { color: rgb(217,175,189); }
H1.HeaderClassName
{
color: #D9AFBD;
}
.AnyTagClassName
{
color: #D9AFBD;
}
</style>
background-color css
<style>
a { background-color: #D9AFBD; }
a { background-color: rgb(217,175,189); }
div.DivClassName
{
background-color: #D9AFBD;
}
.BgClassName
{
background-color: #D9AFBD;
}
</style>
border-color css
<style>
span { border-color: #D9AFBD; }
span { border-color: rgb(217,175,189); }
td.TdClassName
{
border-color: #D9AFBD;
}
.TagClassName
{
border-color: #D9AFBD;
}
</style>