Shades of Melanie #D8B1BD
Tints of Melanie #D8B1BD
RGB
CMYK
RGB Variations
Color information
#D8B1BD (or 0xD8B1BD) is known color: Melanie. HEX triplet: D8, B1 and BD. RGB value is (216,177,189). Sum of RGB (Red+Green+Blue) = 216+177+189=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B1BD is #274E42. Grayscale: #BEBEBE. Windows color (decimal): -2575939 or 12431832. OLE color: 12431832.
HSL color Cylindrical-coordinate representation of color #D8B1BD: hue angle of 341.54º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8B1BD is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 177 | 189 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.15 |
| HSL | 341.54º | 0.33% | 0.77% | - |
| HSV(B) | 341.54º | 0.18% | 0.85% | - |
| XYZ | 53.23 | 49.72 | 54.94 | - |
| YUV | 190.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 189 | 0 | 0.18 | 0.12 | 0.15 | 341.54 | 0.33 | 0.77 |
| Hex | D8 | B1 | BD | 0 | 12 | C | F | 156 | 21 | 4D |
| Octal | 330 | 261 | 275 | 0 | 22 | 14 | 17 | 526 | 41 | 115 |
| Binary | 11011000 | 10110001 | 10111101 | 0 | 10010 | 1100 | 1111 | 101010110 | 100001 | 1001101 |
Color Harmonies of #D8B1BD
Complementary color
Monochromatic Colors of #D8B1BD
Black with #D8B1BD
Text Example
Text Example
White with #D8B1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B1BD; }
p { color: rgb(216,177,189); }
H1.HeaderClassName
{
color: #D8B1BD;
}
.AnyTagClassName
{
color: #D8B1BD;
}
</style>
background-color css
<style>
a { background-color: #D8B1BD; }
a { background-color: rgb(216,177,189); }
div.DivClassName
{
background-color: #D8B1BD;
}
.BgClassName
{
background-color: #D8B1BD;
}
</style>
border-color css
<style>
span { border-color: #D8B1BD; }
span { border-color: rgb(216,177,189); }
td.TdClassName
{
border-color: #D8B1BD;
}
.TagClassName
{
border-color: #D8B1BD;
}
</style>