Shades of Melanie #D8B5BF
Tints of Melanie #D8B5BF
RGB
CMYK
RGB Variations
Color information
#D8B5BF (or 0xD8B5BF) is known color: Melanie. HEX triplet: D8, B5 and BF. RGB value is (216,181,191). Sum of RGB (Red+Green+Blue) = 216+181+191=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B5BF is #274A40. Grayscale: #C0C0C0. Windows color (decimal): -2574913 or 12563928. OLE color: 12563928.
HSL color Cylindrical-coordinate representation of color #D8B5BF: hue angle of 342.86º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8B5BF is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 181 | 191 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.15 |
| HSL | 342.86º | 0.31% | 0.78% | - |
| HSV(B) | 342.86º | 0.16% | 0.85% | - |
| XYZ | 54.25 | 51.41 | 56.35 | - |
| YUV | 192.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 191 | 0 | 0.16 | 0.12 | 0.15 | 342.86 | 0.31 | 0.78 |
| Hex | D8 | B5 | BF | 0 | 10 | C | F | 157 | 1F | 4E |
| Octal | 330 | 265 | 277 | 0 | 20 | 14 | 17 | 527 | 37 | 116 |
| Binary | 11011000 | 10110101 | 10111111 | 0 | 10000 | 1100 | 1111 | 101010111 | 11111 | 1001110 |
Color Harmonies of #D8B5BF
Complementary color
Monochromatic Colors of #D8B5BF
Black with #D8B5BF
Text Example
Text Example
White with #D8B5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B5BF; }
p { color: rgb(216,181,191); }
H1.HeaderClassName
{
color: #D8B5BF;
}
.AnyTagClassName
{
color: #D8B5BF;
}
</style>
background-color css
<style>
a { background-color: #D8B5BF; }
a { background-color: rgb(216,181,191); }
div.DivClassName
{
background-color: #D8B5BF;
}
.BgClassName
{
background-color: #D8B5BF;
}
</style>
border-color css
<style>
span { border-color: #D8B5BF; }
span { border-color: rgb(216,181,191); }
td.TdClassName
{
border-color: #D8B5BF;
}
.TagClassName
{
border-color: #D8B5BF;
}
</style>