Shades of Melanie #D8B3BD
Tints of Melanie #D8B3BD
RGB
CMYK
RGB Variations
Color information
#D8B3BD (or 0xD8B3BD) is known color: Melanie. HEX triplet: D8, B3 and BD. RGB value is (216,179,189). Sum of RGB (Red+Green+Blue) = 216+179+189=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B3BD is #274C42. Grayscale: #BFBFBF. Windows color (decimal): -2575427 or 12432344. OLE color: 12432344.
HSL color Cylindrical-coordinate representation of color #D8B3BD: hue angle of 343.78º 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 #D8B3BD is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 179 | 189 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.15 |
| HSL | 343.78º | 0.32% | 0.77% | - |
| HSV(B) | 343.78º | 0.17% | 0.85% | - |
| XYZ | 53.62 | 50.51 | 55.07 | - |
| YUV | 191.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 179 | 189 | 0 | 0.17 | 0.12 | 0.15 | 343.78 | 0.32 | 0.77 |
| Hex | D8 | B3 | BD | 0 | 11 | C | F | 158 | 20 | 4D |
| Octal | 330 | 263 | 275 | 0 | 21 | 14 | 17 | 530 | 40 | 115 |
| Binary | 11011000 | 10110011 | 10111101 | 0 | 10001 | 1100 | 1111 | 101011000 | 100000 | 1001101 |
Color Harmonies of #D8B3BD
Complementary color
Monochromatic Colors of #D8B3BD
Black with #D8B3BD
Text Example
Text Example
White with #D8B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B3BD; }
p { color: rgb(216,179,189); }
H1.HeaderClassName
{
color: #D8B3BD;
}
.AnyTagClassName
{
color: #D8B3BD;
}
</style>
background-color css
<style>
a { background-color: #D8B3BD; }
a { background-color: rgb(216,179,189); }
div.DivClassName
{
background-color: #D8B3BD;
}
.BgClassName
{
background-color: #D8B3BD;
}
</style>
border-color css
<style>
span { border-color: #D8B3BD; }
span { border-color: rgb(216,179,189); }
td.TdClassName
{
border-color: #D8B3BD;
}
.TagClassName
{
border-color: #D8B3BD;
}
</style>