Shades of Melanie #D9B1BF
Tints of Melanie #D9B1BF
RGB
CMYK
RGB Variations
Color information
#D9B1BF (or 0xD9B1BF) is known color: Melanie. HEX triplet: D9, B1 and BF. RGB value is (217,177,191). Sum of RGB (Red+Green+Blue) = 217+177+191=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B1BF is #264E40. Grayscale: #BEBEBE. Windows color (decimal): -2510401 or 12562905. OLE color: 12562905.
HSL color Cylindrical-coordinate representation of color #D9B1BF: hue angle of 339º degrees, saturation: 0.34, 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 #D9B1BF is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 191 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.15 |
| HSL | 339º | 0.34% | 0.77% | - |
| HSV(B) | 339º | 0.18% | 0.85% | - |
| XYZ | 53.74 | 49.96 | 56.1 | - |
| YUV | 190.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 191 | 0 | 0.18 | 0.12 | 0.15 | 339 | 0.34 | 0.77 |
| Hex | D9 | B1 | BF | 0 | 12 | C | F | 153 | 22 | 4D |
| Octal | 331 | 261 | 277 | 0 | 22 | 14 | 17 | 523 | 42 | 115 |
| Binary | 11011001 | 10110001 | 10111111 | 0 | 10010 | 1100 | 1111 | 101010011 | 100010 | 1001101 |
Color Harmonies of #D9B1BF
Complementary color
Monochromatic Colors of #D9B1BF
Black with #D9B1BF
Text Example
Text Example
White with #D9B1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B1BF; }
p { color: rgb(217,177,191); }
H1.HeaderClassName
{
color: #D9B1BF;
}
.AnyTagClassName
{
color: #D9B1BF;
}
</style>
background-color css
<style>
a { background-color: #D9B1BF; }
a { background-color: rgb(217,177,191); }
div.DivClassName
{
background-color: #D9B1BF;
}
.BgClassName
{
background-color: #D9B1BF;
}
</style>
border-color css
<style>
span { border-color: #D9B1BF; }
span { border-color: rgb(217,177,191); }
td.TdClassName
{
border-color: #D9B1BF;
}
.TagClassName
{
border-color: #D9B1BF;
}
</style>