Shades of Melanie #D8B5BD
Tints of Melanie #D8B5BD
RGB
CMYK
RGB Variations
Color information
#D8B5BD (or 0xD8B5BD) is known color: Melanie. HEX triplet: D8, B5 and BD. RGB value is (216,181,189). Sum of RGB (Red+Green+Blue) = 216+181+189=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B5BD is #274A42. Grayscale: #C0C0C0. Windows color (decimal): -2574915 or 12432856. OLE color: 12432856.
HSL color Cylindrical-coordinate representation of color #D8B5BD: hue angle of 346.29º 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 #D8B5BD is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 181 | 189 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.15 |
| HSL | 346.29º | 0.31% | 0.78% | - |
| HSV(B) | 346.29º | 0.16% | 0.85% | - |
| XYZ | 54.03 | 51.32 | 55.2 | - |
| YUV | 192.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 189 | 0 | 0.16 | 0.12 | 0.15 | 346.29 | 0.31 | 0.78 |
| Hex | D8 | B5 | BD | 0 | 10 | C | F | 15A | 1F | 4E |
| Octal | 330 | 265 | 275 | 0 | 20 | 14 | 17 | 532 | 37 | 116 |
| Binary | 11011000 | 10110101 | 10111101 | 0 | 10000 | 1100 | 1111 | 101011010 | 11111 | 1001110 |
Color Harmonies of #D8B5BD
Complementary color
Monochromatic Colors of #D8B5BD
Black with #D8B5BD
Text Example
Text Example
White with #D8B5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B5BD; }
p { color: rgb(216,181,189); }
H1.HeaderClassName
{
color: #D8B5BD;
}
.AnyTagClassName
{
color: #D8B5BD;
}
</style>
background-color css
<style>
a { background-color: #D8B5BD; }
a { background-color: rgb(216,181,189); }
div.DivClassName
{
background-color: #D8B5BD;
}
.BgClassName
{
background-color: #D8B5BD;
}
</style>
border-color css
<style>
span { border-color: #D8B5BD; }
span { border-color: rgb(216,181,189); }
td.TdClassName
{
border-color: #D8B5BD;
}
.TagClassName
{
border-color: #D8B5BD;
}
</style>