Shades of Melanie #D8B0BA
Tints of Melanie #D8B0BA
RGB
CMYK
RGB Variations
Color information
#D8B0BA (or 0xD8B0BA) is known color: Melanie. HEX triplet: D8, B0 and BA. RGB value is (216,176,186). Sum of RGB (Red+Green+Blue) = 216+176+186=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B0BA is #274F45. Grayscale: #BDBDBD. Windows color (decimal): -2576198 or 12234968. OLE color: 12234968.
HSL color Cylindrical-coordinate representation of color #D8B0BA: hue angle of 345º 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 #D8B0BA is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 176 | 186 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.15 |
| HSL | 345º | 0.34% | 0.77% | - |
| HSV(B) | 345º | 0.19% | 0.85% | - |
| XYZ | 52.71 | 49.19 | 53.17 | - |
| YUV | 189.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 186 | 0 | 0.19 | 0.14 | 0.15 | 345 | 0.34 | 0.77 |
| Hex | D8 | B0 | BA | 0 | 13 | E | F | 159 | 22 | 4D |
| Octal | 330 | 260 | 272 | 0 | 23 | 16 | 17 | 531 | 42 | 115 |
| Binary | 11011000 | 10110000 | 10111010 | 0 | 10011 | 1110 | 1111 | 101011001 | 100010 | 1001101 |
Color Harmonies of #D8B0BA
Complementary color
Monochromatic Colors of #D8B0BA
Black with #D8B0BA
Text Example
Text Example
White with #D8B0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B0BA; }
p { color: rgb(216,176,186); }
H1.HeaderClassName
{
color: #D8B0BA;
}
.AnyTagClassName
{
color: #D8B0BA;
}
</style>
background-color css
<style>
a { background-color: #D8B0BA; }
a { background-color: rgb(216,176,186); }
div.DivClassName
{
background-color: #D8B0BA;
}
.BgClassName
{
background-color: #D8B0BA;
}
</style>
border-color css
<style>
span { border-color: #D8B0BA; }
span { border-color: rgb(216,176,186); }
td.TdClassName
{
border-color: #D8B0BA;
}
.TagClassName
{
border-color: #D8B0BA;
}
</style>