Shades of Melanie #D7BCC5
Tints of Melanie #D7BCC5
RGB
CMYK
RGB Variations
Color information
#D7BCC5 (or 0xD7BCC5) is known color: Melanie. HEX triplet: D7, BC and C5. RGB value is (215,188,197). Sum of RGB (Red+Green+Blue) = 215+188+197=600 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.83% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BCC5 is #28433A. Grayscale: #C5C5C5. Windows color (decimal): -2638651 or 12958935. OLE color: 12958935.
HSL color Cylindrical-coordinate representation of color #D7BCC5: hue angle of 340º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BCC5 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 188 | 197 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.16 |
| HSL | 340º | 0.25% | 0.79% | - |
| HSV(B) | 340º | 0.13% | 0.84% | - |
| XYZ | 56.09 | 54.44 | 60.38 | - |
| YUV | 197.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 197 | 0 | 0.13 | 0.08 | 0.16 | 340 | 0.25 | 0.79 |
| Hex | D7 | BC | C5 | 0 | D | 8 | 10 | 154 | 19 | 4F |
| Octal | 327 | 274 | 305 | 0 | 15 | 10 | 20 | 524 | 31 | 117 |
| Binary | 11010111 | 10111100 | 11000101 | 0 | 1101 | 1000 | 10000 | 101010100 | 11001 | 1001111 |
Color Harmonies of #D7BCC5
Complementary color
Monochromatic Colors of #D7BCC5
Black with #D7BCC5
Text Example
Text Example
White with #D7BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BCC5; }
p { color: rgb(215,188,197); }
H1.HeaderClassName
{
color: #D7BCC5;
}
.AnyTagClassName
{
color: #D7BCC5;
}
</style>
background-color css
<style>
a { background-color: #D7BCC5; }
a { background-color: rgb(215,188,197); }
div.DivClassName
{
background-color: #D7BCC5;
}
.BgClassName
{
background-color: #D7BCC5;
}
</style>
border-color css
<style>
span { border-color: #D7BCC5; }
span { border-color: rgb(215,188,197); }
td.TdClassName
{
border-color: #D7BCC5;
}
.TagClassName
{
border-color: #D7BCC5;
}
</style>