Shades of Melanie #D1B7C0
Tints of Melanie #D1B7C0
RGB
CMYK
RGB Variations
Color information
#D1B7C0 (or 0xD1B7C0) is known color: Melanie. HEX triplet: D1, B7 and C0. RGB value is (209,183,192). Sum of RGB (Red+Green+Blue) = 209+183+192=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B7C0 is #2E483F. Grayscale: #BFBFBF. Windows color (decimal): -3033152 or 12629969. OLE color: 12629969.
HSL color Cylindrical-coordinate representation of color #D1B7C0: hue angle of 339.23º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1B7C0 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 192 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.18 |
| HSL | 339.23º | 0.22% | 0.77% | - |
| HSV(B) | 339.23º | 0.12% | 0.82% | - |
| XYZ | 52.74 | 51.23 | 56.98 | - |
| YUV | 191.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 192 | 0 | 0.12 | 0.08 | 0.18 | 339.23 | 0.22 | 0.77 |
| Hex | D1 | B7 | C0 | 0 | C | 8 | 12 | 153 | 16 | 4D |
| Octal | 321 | 267 | 300 | 0 | 14 | 10 | 22 | 523 | 26 | 115 |
| Binary | 11010001 | 10110111 | 11000000 | 0 | 1100 | 1000 | 10010 | 101010011 | 10110 | 1001101 |
Color Harmonies of #D1B7C0
Complementary color
Monochromatic Colors of #D1B7C0
Black with #D1B7C0
Text Example
Text Example
White with #D1B7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B7C0; }
p { color: rgb(209,183,192); }
H1.HeaderClassName
{
color: #D1B7C0;
}
.AnyTagClassName
{
color: #D1B7C0;
}
</style>
background-color css
<style>
a { background-color: #D1B7C0; }
a { background-color: rgb(209,183,192); }
div.DivClassName
{
background-color: #D1B7C0;
}
.BgClassName
{
background-color: #D1B7C0;
}
</style>
border-color css
<style>
span { border-color: #D1B7C0; }
span { border-color: rgb(209,183,192); }
td.TdClassName
{
border-color: #D1B7C0;
}
.TagClassName
{
border-color: #D1B7C0;
}
</style>