Shades of Melanie #D9B7BF
Tints of Melanie #D9B7BF
RGB
CMYK
RGB Variations
Color information
#D9B7BF (or 0xD9B7BF) is known color: Melanie. HEX triplet: D9, B7 and BF. RGB value is (217,183,191). Sum of RGB (Red+Green+Blue) = 217+183+191=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B7BF is #264840. Grayscale: #C2C2C2. Windows color (decimal): -2508865 or 12564441. OLE color: 12564441.
HSL color Cylindrical-coordinate representation of color #D9B7BF: hue angle of 345.88º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9B7BF is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 183 | 191 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.15 |
| HSL | 345.88º | 0.31% | 0.78% | - |
| HSV(B) | 345.88º | 0.16% | 0.85% | - |
| XYZ | 54.95 | 52.38 | 56.5 | - |
| YUV | 194.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 183 | 191 | 0 | 0.16 | 0.12 | 0.15 | 345.88 | 0.31 | 0.78 |
| Hex | D9 | B7 | BF | 0 | 10 | C | F | 15A | 1F | 4E |
| Octal | 331 | 267 | 277 | 0 | 20 | 14 | 17 | 532 | 37 | 116 |
| Binary | 11011001 | 10110111 | 10111111 | 0 | 10000 | 1100 | 1111 | 101011010 | 11111 | 1001110 |
Color Harmonies of #D9B7BF
Complementary color
Monochromatic Colors of #D9B7BF
Black with #D9B7BF
Text Example
Text Example
White with #D9B7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B7BF; }
p { color: rgb(217,183,191); }
H1.HeaderClassName
{
color: #D9B7BF;
}
.AnyTagClassName
{
color: #D9B7BF;
}
</style>
background-color css
<style>
a { background-color: #D9B7BF; }
a { background-color: rgb(217,183,191); }
div.DivClassName
{
background-color: #D9B7BF;
}
.BgClassName
{
background-color: #D9B7BF;
}
</style>
border-color css
<style>
span { border-color: #D9B7BF; }
span { border-color: rgb(217,183,191); }
td.TdClassName
{
border-color: #D9B7BF;
}
.TagClassName
{
border-color: #D9B7BF;
}
</style>