Shades of Melanie #D8B9BE
Tints of Melanie #D8B9BE
RGB
CMYK
RGB Variations
Color information
#D8B9BE (or 0xD8B9BE) is known color: Melanie. HEX triplet: D8, B9 and BE. RGB value is (216,185,190). Sum of RGB (Red+Green+Blue) = 216+185+190=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B9BE is #274641. Grayscale: #C2C2C2. Windows color (decimal): -2573890 or 12499416. OLE color: 12499416.
HSL color Cylindrical-coordinate representation of color #D8B9BE: hue angle of 350.32º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8B9BE is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 185 | 190 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.15 |
| HSL | 350.32º | 0.28% | 0.79% | - |
| HSV(B) | 350.32º | 0.14% | 0.85% | - |
| XYZ | 54.96 | 53.01 | 56.05 | - |
| YUV | 194.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 185 | 190 | 0 | 0.14 | 0.12 | 0.15 | 350.32 | 0.28 | 0.79 |
| Hex | D8 | B9 | BE | 0 | E | C | F | 15E | 1C | 4F |
| Octal | 330 | 271 | 276 | 0 | 16 | 14 | 17 | 536 | 34 | 117 |
| Binary | 11011000 | 10111001 | 10111110 | 0 | 1110 | 1100 | 1111 | 101011110 | 11100 | 1001111 |
Color Harmonies of #D8B9BE
Complementary color
Monochromatic Colors of #D8B9BE
Black with #D8B9BE
Text Example
Text Example
White with #D8B9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B9BE; }
p { color: rgb(216,185,190); }
H1.HeaderClassName
{
color: #D8B9BE;
}
.AnyTagClassName
{
color: #D8B9BE;
}
</style>
background-color css
<style>
a { background-color: #D8B9BE; }
a { background-color: rgb(216,185,190); }
div.DivClassName
{
background-color: #D8B9BE;
}
.BgClassName
{
background-color: #D8B9BE;
}
</style>
border-color css
<style>
span { border-color: #D8B9BE; }
span { border-color: rgb(216,185,190); }
td.TdClassName
{
border-color: #D8B9BE;
}
.TagClassName
{
border-color: #D8B9BE;
}
</style>