Shades of Melanie #D3B9BF
Tints of Melanie #D3B9BF
RGB
CMYK
RGB Variations
Color information
#D3B9BF (or 0xD3B9BF) is known color: Melanie. HEX triplet: D3, B9 and BF. RGB value is (211,185,191). Sum of RGB (Red+Green+Blue) = 211+185+191=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B9BF is #2C4640. Grayscale: #C1C1C1. Windows color (decimal): -2901569 or 12564947. OLE color: 12564947.
HSL color Cylindrical-coordinate representation of color #D3B9BF: hue angle of 346.15º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3B9BF is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 185 | 191 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.17 |
| HSL | 346.15º | 0.23% | 0.78% | - |
| HSV(B) | 346.15º | 0.12% | 0.83% | - |
| XYZ | 53.62 | 52.31 | 56.56 | - |
| YUV | 193.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 185 | 191 | 0 | 0.12 | 0.09 | 0.17 | 346.15 | 0.23 | 0.78 |
| Hex | D3 | B9 | BF | 0 | C | 9 | 11 | 15A | 17 | 4E |
| Octal | 323 | 271 | 277 | 0 | 14 | 11 | 21 | 532 | 27 | 116 |
| Binary | 11010011 | 10111001 | 10111111 | 0 | 1100 | 1001 | 10001 | 101011010 | 10111 | 1001110 |
Color Harmonies of #D3B9BF
Complementary color
Monochromatic Colors of #D3B9BF
Black with #D3B9BF
Text Example
Text Example
White with #D3B9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B9BF; }
p { color: rgb(211,185,191); }
H1.HeaderClassName
{
color: #D3B9BF;
}
.AnyTagClassName
{
color: #D3B9BF;
}
</style>
background-color css
<style>
a { background-color: #D3B9BF; }
a { background-color: rgb(211,185,191); }
div.DivClassName
{
background-color: #D3B9BF;
}
.BgClassName
{
background-color: #D3B9BF;
}
</style>
border-color css
<style>
span { border-color: #D3B9BF; }
span { border-color: rgb(211,185,191); }
td.TdClassName
{
border-color: #D3B9BF;
}
.TagClassName
{
border-color: #D3B9BF;
}
</style>