Shades of Melanie #D9B0BF
Tints of Melanie #D9B0BF
RGB
CMYK
RGB Variations
Color information
#D9B0BF (or 0xD9B0BF) is known color: Melanie. HEX triplet: D9, B0 and BF. RGB value is (217,176,191). Sum of RGB (Red+Green+Blue) = 217+176+191=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0BF is #264F40. Grayscale: #BDBDBD. Windows color (decimal): -2510657 or 12562649. OLE color: 12562649.
HSL color Cylindrical-coordinate representation of color #D9B0BF: hue angle of 338.05º degrees, saturation: 0.35, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9B0BF is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 191 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.15 |
| HSL | 338.05º | 0.35% | 0.77% | - |
| HSV(B) | 338.05º | 0.19% | 0.85% | - |
| XYZ | 53.54 | 49.56 | 56.03 | - |
| YUV | 189.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 191 | 0 | 0.19 | 0.12 | 0.15 | 338.05 | 0.35 | 0.77 |
| Hex | D9 | B0 | BF | 0 | 13 | C | F | 152 | 23 | 4D |
| Octal | 331 | 260 | 277 | 0 | 23 | 14 | 17 | 522 | 43 | 115 |
| Binary | 11011001 | 10110000 | 10111111 | 0 | 10011 | 1100 | 1111 | 101010010 | 100011 | 1001101 |
Color Harmonies of #D9B0BF
Complementary color
Monochromatic Colors of #D9B0BF
Black with #D9B0BF
Text Example
Text Example
White with #D9B0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B0BF; }
p { color: rgb(217,176,191); }
H1.HeaderClassName
{
color: #D9B0BF;
}
.AnyTagClassName
{
color: #D9B0BF;
}
</style>
background-color css
<style>
a { background-color: #D9B0BF; }
a { background-color: rgb(217,176,191); }
div.DivClassName
{
background-color: #D9B0BF;
}
.BgClassName
{
background-color: #D9B0BF;
}
</style>
border-color css
<style>
span { border-color: #D9B0BF; }
span { border-color: rgb(217,176,191); }
td.TdClassName
{
border-color: #D9B0BF;
}
.TagClassName
{
border-color: #D9B0BF;
}
</style>