Shades of Melanie #D7B9BF
Tints of Melanie #D7B9BF
RGB
CMYK
RGB Variations
Color information
#D7B9BF (or 0xD7B9BF) is known color: Melanie. HEX triplet: D7, B9 and BF. RGB value is (215,185,191). Sum of RGB (Red+Green+Blue) = 215+185+191=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B9BF is #284640. Grayscale: #C2C2C2. Windows color (decimal): -2639425 or 12564951. OLE color: 12564951.
HSL color Cylindrical-coordinate representation of color #D7B9BF: hue angle of 348º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7B9BF is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 191 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.16 |
| HSL | 348º | 0.27% | 0.78% | - |
| HSV(B) | 348º | 0.14% | 0.84% | - |
| XYZ | 54.78 | 52.91 | 56.62 | - |
| YUV | 194.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 191 | 0 | 0.14 | 0.11 | 0.16 | 348 | 0.27 | 0.78 |
| Hex | D7 | B9 | BF | 0 | E | B | 10 | 15C | 1B | 4E |
| Octal | 327 | 271 | 277 | 0 | 16 | 13 | 20 | 534 | 33 | 116 |
| Binary | 11010111 | 10111001 | 10111111 | 0 | 1110 | 1011 | 10000 | 101011100 | 11011 | 1001110 |
Color Harmonies of #D7B9BF
Complementary color
Monochromatic Colors of #D7B9BF
Black with #D7B9BF
Text Example
Text Example
White with #D7B9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B9BF; }
p { color: rgb(215,185,191); }
H1.HeaderClassName
{
color: #D7B9BF;
}
.AnyTagClassName
{
color: #D7B9BF;
}
</style>
background-color css
<style>
a { background-color: #D7B9BF; }
a { background-color: rgb(215,185,191); }
div.DivClassName
{
background-color: #D7B9BF;
}
.BgClassName
{
background-color: #D7B9BF;
}
</style>
border-color css
<style>
span { border-color: #D7B9BF; }
span { border-color: rgb(215,185,191); }
td.TdClassName
{
border-color: #D7B9BF;
}
.TagClassName
{
border-color: #D7B9BF;
}
</style>