Shades of Melanie #D8AFBC
Tints of Melanie #D8AFBC
RGB
CMYK
RGB Variations
Color information
#D8AFBC (or 0xD8AFBC) is known color: Melanie. HEX triplet: D8, AF and BC. RGB value is (216,175,188). Sum of RGB (Red+Green+Blue) = 216+175+188=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFBC is #275043. Grayscale: #BCBCBC. Windows color (decimal): -2576452 or 12365784. OLE color: 12365784.
HSL color Cylindrical-coordinate representation of color #D8AFBC: hue angle of 340.98º degrees, saturation: 0.34, 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 #D8AFBC is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 188 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.15 |
| HSL | 340.98º | 0.34% | 0.77% | - |
| HSV(B) | 340.98º | 0.19% | 0.85% | - |
| XYZ | 52.73 | 48.89 | 54.23 | - |
| YUV | 188.74 | 127.58 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 188 | 0 | 0.19 | 0.13 | 0.15 | 340.98 | 0.34 | 0.77 |
| Hex | D8 | AF | BC | 0 | 13 | D | F | 155 | 22 | 4D |
| Octal | 330 | 257 | 274 | 0 | 23 | 15 | 17 | 525 | 42 | 115 |
| Binary | 11011000 | 10101111 | 10111100 | 0 | 10011 | 1101 | 1111 | 101010101 | 100010 | 1001101 |
Color Harmonies of #D8AFBC
Complementary color
Monochromatic Colors of #D8AFBC
Black with #D8AFBC
Text Example
Text Example
White with #D8AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AFBC; }
p { color: rgb(216,175,188); }
H1.HeaderClassName
{
color: #D8AFBC;
}
.AnyTagClassName
{
color: #D8AFBC;
}
</style>
background-color css
<style>
a { background-color: #D8AFBC; }
a { background-color: rgb(216,175,188); }
div.DivClassName
{
background-color: #D8AFBC;
}
.BgClassName
{
background-color: #D8AFBC;
}
</style>
border-color css
<style>
span { border-color: #D8AFBC; }
span { border-color: rgb(216,175,188); }
td.TdClassName
{
border-color: #D8AFBC;
}
.TagClassName
{
border-color: #D8AFBC;
}
</style>