Shades of Melanie #D8B3BF
Tints of Melanie #D8B3BF
RGB
CMYK
RGB Variations
Color information
#D8B3BF (or 0xD8B3BF) is known color: Melanie. HEX triplet: D8, B3 and BF. RGB value is (216,179,191). Sum of RGB (Red+Green+Blue) = 216+179+191=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B3BF is #274C40. Grayscale: #BFBFBF. Windows color (decimal): -2575425 or 12563416. OLE color: 12563416.
HSL color Cylindrical-coordinate representation of color #D8B3BF: hue angle of 340.54º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8B3BF is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 179 | 191 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.15 |
| HSL | 340.54º | 0.32% | 0.77% | - |
| HSV(B) | 340.54º | 0.17% | 0.85% | - |
| XYZ | 53.84 | 50.6 | 56.22 | - |
| YUV | 191.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 179 | 191 | 0 | 0.17 | 0.12 | 0.15 | 340.54 | 0.32 | 0.77 |
| Hex | D8 | B3 | BF | 0 | 11 | C | F | 155 | 20 | 4D |
| Octal | 330 | 263 | 277 | 0 | 21 | 14 | 17 | 525 | 40 | 115 |
| Binary | 11011000 | 10110011 | 10111111 | 0 | 10001 | 1100 | 1111 | 101010101 | 100000 | 1001101 |
Color Harmonies of #D8B3BF
Complementary color
Monochromatic Colors of #D8B3BF
Black with #D8B3BF
Text Example
Text Example
White with #D8B3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B3BF; }
p { color: rgb(216,179,191); }
H1.HeaderClassName
{
color: #D8B3BF;
}
.AnyTagClassName
{
color: #D8B3BF;
}
</style>
background-color css
<style>
a { background-color: #D8B3BF; }
a { background-color: rgb(216,179,191); }
div.DivClassName
{
background-color: #D8B3BF;
}
.BgClassName
{
background-color: #D8B3BF;
}
</style>
border-color css
<style>
span { border-color: #D8B3BF; }
span { border-color: rgb(216,179,191); }
td.TdClassName
{
border-color: #D8B3BF;
}
.TagClassName
{
border-color: #D8B3BF;
}
</style>