Shades of Melanie #D2B7C1
Tints of Melanie #D2B7C1
RGB
CMYK
RGB Variations
Color information
#D2B7C1 (or 0xD2B7C1) is known color: Melanie. HEX triplet: D2, B7 and C1. RGB value is (210,183,193). Sum of RGB (Red+Green+Blue) = 210+183+193=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B7C1 is #2D483E. Grayscale: #C0C0C0. Windows color (decimal): -2967615 or 12695506. OLE color: 12695506.
HSL color Cylindrical-coordinate representation of color #D2B7C1: hue angle of 337.78º 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 #D2B7C1 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 193 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.18 |
| HSL | 337.78º | 0.23% | 0.77% | - |
| HSV(B) | 337.78º | 0.13% | 0.82% | - |
| XYZ | 53.14 | 51.42 | 57.58 | - |
| YUV | 192.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 193 | 0 | 0.13 | 0.08 | 0.18 | 337.78 | 0.23 | 0.77 |
| Hex | D2 | B7 | C1 | 0 | D | 8 | 12 | 152 | 17 | 4D |
| Octal | 322 | 267 | 301 | 0 | 15 | 10 | 22 | 522 | 27 | 115 |
| Binary | 11010010 | 10110111 | 11000001 | 0 | 1101 | 1000 | 10010 | 101010010 | 10111 | 1001101 |
Color Harmonies of #D2B7C1
Complementary color
Monochromatic Colors of #D2B7C1
Black with #D2B7C1
Text Example
Text Example
White with #D2B7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B7C1; }
p { color: rgb(210,183,193); }
H1.HeaderClassName
{
color: #D2B7C1;
}
.AnyTagClassName
{
color: #D2B7C1;
}
</style>
background-color css
<style>
a { background-color: #D2B7C1; }
a { background-color: rgb(210,183,193); }
div.DivClassName
{
background-color: #D2B7C1;
}
.BgClassName
{
background-color: #D2B7C1;
}
</style>
border-color css
<style>
span { border-color: #D2B7C1; }
span { border-color: rgb(210,183,193); }
td.TdClassName
{
border-color: #D2B7C1;
}
.TagClassName
{
border-color: #D2B7C1;
}
</style>