Shades of Melanie #D9B3BF
Tints of Melanie #D9B3BF
RGB
CMYK
RGB Variations
Color information
#D9B3BF (or 0xD9B3BF) is known color: Melanie. HEX triplet: D9, B3 and BF. RGB value is (217,179,191). Sum of RGB (Red+Green+Blue) = 217+179+191=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B3BF is #264C40. Grayscale: #BFBFBF. Windows color (decimal): -2509889 or 12563417. OLE color: 12563417.
HSL color Cylindrical-coordinate representation of color #D9B3BF: hue angle of 341.05º 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 #D9B3BF is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 179 | 191 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.15 |
| HSL | 341.05º | 0.33% | 0.78% | - |
| HSV(B) | 341.05º | 0.18% | 0.85% | - |
| XYZ | 54.14 | 50.75 | 56.23 | - |
| YUV | 191.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 179 | 191 | 0 | 0.18 | 0.12 | 0.15 | 341.05 | 0.33 | 0.78 |
| Hex | D9 | B3 | BF | 0 | 12 | C | F | 155 | 21 | 4E |
| Octal | 331 | 263 | 277 | 0 | 22 | 14 | 17 | 525 | 41 | 116 |
| Binary | 11011001 | 10110011 | 10111111 | 0 | 10010 | 1100 | 1111 | 101010101 | 100001 | 1001110 |
Color Harmonies of #D9B3BF
Complementary color
Monochromatic Colors of #D9B3BF
Black with #D9B3BF
Text Example
Text Example
White with #D9B3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B3BF; }
p { color: rgb(217,179,191); }
H1.HeaderClassName
{
color: #D9B3BF;
}
.AnyTagClassName
{
color: #D9B3BF;
}
</style>
background-color css
<style>
a { background-color: #D9B3BF; }
a { background-color: rgb(217,179,191); }
div.DivClassName
{
background-color: #D9B3BF;
}
.BgClassName
{
background-color: #D9B3BF;
}
</style>
border-color css
<style>
span { border-color: #D9B3BF; }
span { border-color: rgb(217,179,191); }
td.TdClassName
{
border-color: #D9B3BF;
}
.TagClassName
{
border-color: #D9B3BF;
}
</style>