Shades of Melanie #D7B7C1
Tints of Melanie #D7B7C1
RGB
CMYK
RGB Variations
Color information
#D7B7C1 (or 0xD7B7C1) is known color: Melanie. HEX triplet: D7, B7 and C1. RGB value is (215,183,193). Sum of RGB (Red+Green+Blue) = 215+183+193=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B7C1 is #28483E. Grayscale: #C1C1C1. Windows color (decimal): -2639935 or 12695511. OLE color: 12695511.
HSL color Cylindrical-coordinate representation of color #D7B7C1: hue angle of 341.25º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7B7C1 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 183 | 193 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.16 |
| HSL | 341.25º | 0.29% | 0.78% | - |
| HSV(B) | 341.25º | 0.15% | 0.84% | - |
| XYZ | 54.58 | 52.16 | 57.64 | - |
| YUV | 193.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 183 | 193 | 0 | 0.15 | 0.10 | 0.16 | 341.25 | 0.29 | 0.78 |
| Hex | D7 | B7 | C1 | 0 | F | A | 10 | 155 | 1D | 4E |
| Octal | 327 | 267 | 301 | 0 | 17 | 12 | 20 | 525 | 35 | 116 |
| Binary | 11010111 | 10110111 | 11000001 | 0 | 1111 | 1010 | 10000 | 101010101 | 11101 | 1001110 |
Color Harmonies of #D7B7C1
Complementary color
Monochromatic Colors of #D7B7C1
Black with #D7B7C1
Text Example
Text Example
White with #D7B7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B7C1; }
p { color: rgb(215,183,193); }
H1.HeaderClassName
{
color: #D7B7C1;
}
.AnyTagClassName
{
color: #D7B7C1;
}
</style>
background-color css
<style>
a { background-color: #D7B7C1; }
a { background-color: rgb(215,183,193); }
div.DivClassName
{
background-color: #D7B7C1;
}
.BgClassName
{
background-color: #D7B7C1;
}
</style>
border-color css
<style>
span { border-color: #D7B7C1; }
span { border-color: rgb(215,183,193); }
td.TdClassName
{
border-color: #D7B7C1;
}
.TagClassName
{
border-color: #D7B7C1;
}
</style>