Shades of Melanie #D9AFBB
Tints of Melanie #D9AFBB
RGB
CMYK
RGB Variations
Color information
#D9AFBB (or 0xD9AFBB) is known color: Melanie. HEX triplet: D9, AF and BB. RGB value is (217,175,187). Sum of RGB (Red+Green+Blue) = 217+175+187=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFBB is #265044. Grayscale: #BCBCBC. Windows color (decimal): -2510917 or 12300249. OLE color: 12300249.
HSL color Cylindrical-coordinate representation of color #D9AFBB: hue angle of 342.86º 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 #D9AFBB is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 187 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.15 |
| HSL | 342.86º | 0.36% | 0.77% | - |
| HSV(B) | 342.86º | 0.19% | 0.85% | - |
| XYZ | 52.91 | 49 | 53.68 | - |
| YUV | 188.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 187 | 0 | 0.19 | 0.14 | 0.15 | 342.86 | 0.36 | 0.77 |
| Hex | D9 | AF | BB | 0 | 13 | E | F | 157 | 24 | 4D |
| Octal | 331 | 257 | 273 | 0 | 23 | 16 | 17 | 527 | 44 | 115 |
| Binary | 11011001 | 10101111 | 10111011 | 0 | 10011 | 1110 | 1111 | 101010111 | 100100 | 1001101 |
Color Harmonies of #D9AFBB
Complementary color
Monochromatic Colors of #D9AFBB
Black with #D9AFBB
Text Example
Text Example
White with #D9AFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFBB; }
p { color: rgb(217,175,187); }
H1.HeaderClassName
{
color: #D9AFBB;
}
.AnyTagClassName
{
color: #D9AFBB;
}
</style>
background-color css
<style>
a { background-color: #D9AFBB; }
a { background-color: rgb(217,175,187); }
div.DivClassName
{
background-color: #D9AFBB;
}
.BgClassName
{
background-color: #D9AFBB;
}
</style>
border-color css
<style>
span { border-color: #D9AFBB; }
span { border-color: rgb(217,175,187); }
td.TdClassName
{
border-color: #D9AFBB;
}
.TagClassName
{
border-color: #D9AFBB;
}
</style>