Shades of Melanie #D2B7BD
Tints of Melanie #D2B7BD
RGB
CMYK
RGB Variations
Color information
#D2B7BD (or 0xD2B7BD) is known color: Melanie. HEX triplet: D2, B7 and BD. RGB value is (210,183,189). Sum of RGB (Red+Green+Blue) = 210+183+189=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 183 (71.88% from 255 or 31.44% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B7BD is #2D4842. Grayscale: #BFBFBF. Windows color (decimal): -2967619 or 12433362. OLE color: 12433362.
HSL color Cylindrical-coordinate representation of color #D2B7BD: hue angle of 346.67º 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 #D2B7BD is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 189 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.18 |
| HSL | 346.67º | 0.23% | 0.77% | - |
| HSV(B) | 346.67º | 0.13% | 0.82% | - |
| XYZ | 52.7 | 51.24 | 55.26 | - |
| YUV | 191.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 189 | 0 | 0.13 | 0.10 | 0.18 | 346.67 | 0.23 | 0.77 |
| Hex | D2 | B7 | BD | 0 | D | A | 12 | 15B | 17 | 4D |
| Octal | 322 | 267 | 275 | 0 | 15 | 12 | 22 | 533 | 27 | 115 |
| Binary | 11010010 | 10110111 | 10111101 | 0 | 1101 | 1010 | 10010 | 101011011 | 10111 | 1001101 |
Color Harmonies of #D2B7BD
Complementary color
Monochromatic Colors of #D2B7BD
Black with #D2B7BD
Text Example
Text Example
White with #D2B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B7BD; }
p { color: rgb(210,183,189); }
H1.HeaderClassName
{
color: #D2B7BD;
}
.AnyTagClassName
{
color: #D2B7BD;
}
</style>
background-color css
<style>
a { background-color: #D2B7BD; }
a { background-color: rgb(210,183,189); }
div.DivClassName
{
background-color: #D2B7BD;
}
.BgClassName
{
background-color: #D2B7BD;
}
</style>
border-color css
<style>
span { border-color: #D2B7BD; }
span { border-color: rgb(210,183,189); }
td.TdClassName
{
border-color: #D2B7BD;
}
.TagClassName
{
border-color: #D2B7BD;
}
</style>