Shades of Melanie #D2B7C0
Tints of Melanie #D2B7C0
RGB
CMYK
RGB Variations
Color information
#D2B7C0 (or 0xD2B7C0) is known color: Melanie. HEX triplet: D2, B7 and C0. RGB value is (210,183,192). Sum of RGB (Red+Green+Blue) = 210+183+192=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 183 (71.88% from 255 or 31.28% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B7C0 is #2D483F. Grayscale: #C0C0C0. Windows color (decimal): -2967616 or 12629970. OLE color: 12629970.
HSL color Cylindrical-coordinate representation of color #D2B7C0: hue angle of 340º 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 #D2B7C0 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 192 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.18 |
| HSL | 340º | 0.23% | 0.77% | - |
| HSV(B) | 340º | 0.13% | 0.82% | - |
| XYZ | 53.03 | 51.37 | 56.99 | - |
| YUV | 192.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 192 | 0 | 0.13 | 0.09 | 0.18 | 340 | 0.23 | 0.77 |
| Hex | D2 | B7 | C0 | 0 | D | 9 | 12 | 154 | 17 | 4D |
| Octal | 322 | 267 | 300 | 0 | 15 | 11 | 22 | 524 | 27 | 115 |
| Binary | 11010010 | 10110111 | 11000000 | 0 | 1101 | 1001 | 10010 | 101010100 | 10111 | 1001101 |
Color Harmonies of #D2B7C0
Complementary color
Monochromatic Colors of #D2B7C0
Black with #D2B7C0
Text Example
Text Example
White with #D2B7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B7C0; }
p { color: rgb(210,183,192); }
H1.HeaderClassName
{
color: #D2B7C0;
}
.AnyTagClassName
{
color: #D2B7C0;
}
</style>
background-color css
<style>
a { background-color: #D2B7C0; }
a { background-color: rgb(210,183,192); }
div.DivClassName
{
background-color: #D2B7C0;
}
.BgClassName
{
background-color: #D2B7C0;
}
</style>
border-color css
<style>
span { border-color: #D2B7C0; }
span { border-color: rgb(210,183,192); }
td.TdClassName
{
border-color: #D2B7C0;
}
.TagClassName
{
border-color: #D2B7C0;
}
</style>