Shades of Melanie #D2B7BE
Tints of Melanie #D2B7BE
RGB
CMYK
RGB Variations
Color information
#D2B7BE (or 0xD2B7BE) is known color: Melanie. HEX triplet: D2, B7 and BE. RGB value is (210,183,190). Sum of RGB (Red+Green+Blue) = 210+183+190=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B7BE is #2D4841. Grayscale: #BFBFBF. Windows color (decimal): -2967618 or 12498898. OLE color: 12498898.
HSL color Cylindrical-coordinate representation of color #D2B7BE: hue angle of 344.44º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2B7BE is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 190 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.18 |
| HSL | 344.44º | 0.23% | 0.77% | - |
| HSV(B) | 344.44º | 0.13% | 0.82% | - |
| XYZ | 52.81 | 51.29 | 55.83 | - |
| YUV | 191.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 190 | 0 | 0.13 | 0.10 | 0.18 | 344.44 | 0.23 | 0.77 |
| Hex | D2 | B7 | BE | 0 | D | A | 12 | 158 | 17 | 4D |
| Octal | 322 | 267 | 276 | 0 | 15 | 12 | 22 | 530 | 27 | 115 |
| Binary | 11010010 | 10110111 | 10111110 | 0 | 1101 | 1010 | 10010 | 101011000 | 10111 | 1001101 |
Color Harmonies of #D2B7BE
Complementary color
Monochromatic Colors of #D2B7BE
Black with #D2B7BE
Text Example
Text Example
White with #D2B7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B7BE; }
p { color: rgb(210,183,190); }
H1.HeaderClassName
{
color: #D2B7BE;
}
.AnyTagClassName
{
color: #D2B7BE;
}
</style>
background-color css
<style>
a { background-color: #D2B7BE; }
a { background-color: rgb(210,183,190); }
div.DivClassName
{
background-color: #D2B7BE;
}
.BgClassName
{
background-color: #D2B7BE;
}
</style>
border-color css
<style>
span { border-color: #D2B7BE; }
span { border-color: rgb(210,183,190); }
td.TdClassName
{
border-color: #D2B7BE;
}
.TagClassName
{
border-color: #D2B7BE;
}
</style>