Shades of Melanie #D5B9BF
Tints of Melanie #D5B9BF
RGB
CMYK
RGB Variations
Color information
#D5B9BF (or 0xD5B9BF) is known color: Melanie. HEX triplet: D5, B9 and BF. RGB value is (213,185,191). Sum of RGB (Red+Green+Blue) = 213+185+191=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B9BF is #2A4640. Grayscale: #C2C2C2. Windows color (decimal): -2770497 or 12564949. OLE color: 12564949.
HSL color Cylindrical-coordinate representation of color #D5B9BF: hue angle of 347.14º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5B9BF is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 191 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.16 |
| HSL | 347.14º | 0.25% | 0.78% | - |
| HSV(B) | 347.14º | 0.13% | 0.84% | - |
| XYZ | 54.19 | 52.61 | 56.59 | - |
| YUV | 194.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 191 | 0 | 0.13 | 0.10 | 0.16 | 347.14 | 0.25 | 0.78 |
| Hex | D5 | B9 | BF | 0 | D | A | 10 | 15B | 19 | 4E |
| Octal | 325 | 271 | 277 | 0 | 15 | 12 | 20 | 533 | 31 | 116 |
| Binary | 11010101 | 10111001 | 10111111 | 0 | 1101 | 1010 | 10000 | 101011011 | 11001 | 1001110 |
Color Harmonies of #D5B9BF
Complementary color
Monochromatic Colors of #D5B9BF
Black with #D5B9BF
Text Example
Text Example
White with #D5B9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B9BF; }
p { color: rgb(213,185,191); }
H1.HeaderClassName
{
color: #D5B9BF;
}
.AnyTagClassName
{
color: #D5B9BF;
}
</style>
background-color css
<style>
a { background-color: #D5B9BF; }
a { background-color: rgb(213,185,191); }
div.DivClassName
{
background-color: #D5B9BF;
}
.BgClassName
{
background-color: #D5B9BF;
}
</style>
border-color css
<style>
span { border-color: #D5B9BF; }
span { border-color: rgb(213,185,191); }
td.TdClassName
{
border-color: #D5B9BF;
}
.TagClassName
{
border-color: #D5B9BF;
}
</style>