Shades of Melanie #D7BFC6
Tints of Melanie #D7BFC6
RGB
CMYK
RGB Variations
Color information
#D7BFC6 (or 0xD7BFC6) is known color: Melanie. HEX triplet: D7, BF and C6. RGB value is (215,191,198). Sum of RGB (Red+Green+Blue) = 215+191+198=604 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.60% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BFC6 is #284039. Grayscale: #C6C6C6. Windows color (decimal): -2637882 or 13025239. OLE color: 13025239.
HSL color Cylindrical-coordinate representation of color #D7BFC6: hue angle of 342.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7BFC6 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 191 | 198 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.16 |
| HSL | 342.5º | 0.23% | 0.8% | - |
| HSV(B) | 342.5º | 0.11% | 0.84% | - |
| XYZ | 56.85 | 55.79 | 61.2 | - |
| YUV | 198.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 198 | 0 | 0.11 | 0.08 | 0.16 | 342.5 | 0.23 | 0.8 |
| Hex | D7 | BF | C6 | 0 | B | 8 | 10 | 156 | 17 | 50 |
| Octal | 327 | 277 | 306 | 0 | 13 | 10 | 20 | 526 | 27 | 120 |
| Binary | 11010111 | 10111111 | 11000110 | 0 | 1011 | 1000 | 10000 | 101010110 | 10111 | 1010000 |
Color Harmonies of #D7BFC6
Complementary color
Monochromatic Colors of #D7BFC6
Black with #D7BFC6
Text Example
Text Example
White with #D7BFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BFC6; }
p { color: rgb(215,191,198); }
H1.HeaderClassName
{
color: #D7BFC6;
}
.AnyTagClassName
{
color: #D7BFC6;
}
</style>
background-color css
<style>
a { background-color: #D7BFC6; }
a { background-color: rgb(215,191,198); }
div.DivClassName
{
background-color: #D7BFC6;
}
.BgClassName
{
background-color: #D7BFC6;
}
</style>
border-color css
<style>
span { border-color: #D7BFC6; }
span { border-color: rgb(215,191,198); }
td.TdClassName
{
border-color: #D7BFC6;
}
.TagClassName
{
border-color: #D7BFC6;
}
</style>