Shades of Melanie #D8BCC0
Tints of Melanie #D8BCC0
RGB
CMYK
RGB Variations
Color information
#D8BCC0 (or 0xD8BCC0) is known color: Melanie. HEX triplet: D8, BC and C0. RGB value is (216,188,192). Sum of RGB (Red+Green+Blue) = 216+188+192=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCC0 is #27433F. Grayscale: #C4C4C4. Windows color (decimal): -2573120 or 12631256. OLE color: 12631256.
HSL color Cylindrical-coordinate representation of color #D8BCC0: hue angle of 351.43º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8BCC0 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 192 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.15 |
| HSL | 351.43º | 0.26% | 0.79% | - |
| HSV(B) | 351.43º | 0.13% | 0.85% | - |
| XYZ | 55.82 | 54.37 | 57.42 | - |
| YUV | 196.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 192 | 0 | 0.13 | 0.11 | 0.15 | 351.43 | 0.26 | 0.79 |
| Hex | D8 | BC | C0 | 0 | D | B | F | 15F | 1A | 4F |
| Octal | 330 | 274 | 300 | 0 | 15 | 13 | 17 | 537 | 32 | 117 |
| Binary | 11011000 | 10111100 | 11000000 | 0 | 1101 | 1011 | 1111 | 101011111 | 11010 | 1001111 |
Color Harmonies of #D8BCC0
Complementary color
Monochromatic Colors of #D8BCC0
Black with #D8BCC0
Text Example
Text Example
White with #D8BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BCC0; }
p { color: rgb(216,188,192); }
H1.HeaderClassName
{
color: #D8BCC0;
}
.AnyTagClassName
{
color: #D8BCC0;
}
</style>
background-color css
<style>
a { background-color: #D8BCC0; }
a { background-color: rgb(216,188,192); }
div.DivClassName
{
background-color: #D8BCC0;
}
.BgClassName
{
background-color: #D8BCC0;
}
</style>
border-color css
<style>
span { border-color: #D8BCC0; }
span { border-color: rgb(216,188,192); }
td.TdClassName
{
border-color: #D8BCC0;
}
.TagClassName
{
border-color: #D8BCC0;
}
</style>