Shades of Melanie #D9B3BD
Tints of Melanie #D9B3BD
RGB
CMYK
RGB Variations
Color information
#D9B3BD (or 0xD9B3BD) is known color: Melanie. HEX triplet: D9, B3 and BD. RGB value is (217,179,189). Sum of RGB (Red+Green+Blue) = 217+179+189=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B3BD is #264C42. Grayscale: #BFBFBF. Windows color (decimal): -2509891 or 12432345. OLE color: 12432345.
HSL color Cylindrical-coordinate representation of color #D9B3BD: hue angle of 344.21º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9B3BD is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 179 | 189 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.15 |
| HSL | 344.21º | 0.33% | 0.78% | - |
| HSV(B) | 344.21º | 0.18% | 0.85% | - |
| XYZ | 53.92 | 50.67 | 55.08 | - |
| YUV | 191.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 179 | 189 | 0 | 0.18 | 0.13 | 0.15 | 344.21 | 0.33 | 0.78 |
| Hex | D9 | B3 | BD | 0 | 12 | D | F | 158 | 21 | 4E |
| Octal | 331 | 263 | 275 | 0 | 22 | 15 | 17 | 530 | 41 | 116 |
| Binary | 11011001 | 10110011 | 10111101 | 0 | 10010 | 1101 | 1111 | 101011000 | 100001 | 1001110 |
Color Harmonies of #D9B3BD
Complementary color
Monochromatic Colors of #D9B3BD
Black with #D9B3BD
Text Example
Text Example
White with #D9B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B3BD; }
p { color: rgb(217,179,189); }
H1.HeaderClassName
{
color: #D9B3BD;
}
.AnyTagClassName
{
color: #D9B3BD;
}
</style>
background-color css
<style>
a { background-color: #D9B3BD; }
a { background-color: rgb(217,179,189); }
div.DivClassName
{
background-color: #D9B3BD;
}
.BgClassName
{
background-color: #D9B3BD;
}
</style>
border-color css
<style>
span { border-color: #D9B3BD; }
span { border-color: rgb(217,179,189); }
td.TdClassName
{
border-color: #D9B3BD;
}
.TagClassName
{
border-color: #D9B3BD;
}
</style>