Shades of Melanie #D8B0C0
Tints of Melanie #D8B0C0
RGB
CMYK
RGB Variations
Color information
#D8B0C0 (or 0xD8B0C0) is known color: Melanie. HEX triplet: D8, B0 and C0. RGB value is (216,176,192). Sum of RGB (Red+Green+Blue) = 216+176+192=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B0C0 is #274F3F. Grayscale: #BDBDBD. Windows color (decimal): -2576192 or 12628184. OLE color: 12628184.
HSL color Cylindrical-coordinate representation of color #D8B0C0: hue angle of 336º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8B0C0 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 176 | 192 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.15 |
| HSL | 336º | 0.34% | 0.77% | - |
| HSV(B) | 336º | 0.19% | 0.85% | - |
| XYZ | 53.36 | 49.46 | 56.6 | - |
| YUV | 189.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 192 | 0 | 0.19 | 0.11 | 0.15 | 336 | 0.34 | 0.77 |
| Hex | D8 | B0 | C0 | 0 | 13 | B | F | 150 | 22 | 4D |
| Octal | 330 | 260 | 300 | 0 | 23 | 13 | 17 | 520 | 42 | 115 |
| Binary | 11011000 | 10110000 | 11000000 | 0 | 10011 | 1011 | 1111 | 101010000 | 100010 | 1001101 |
Color Harmonies of #D8B0C0
Complementary color
Monochromatic Colors of #D8B0C0
Black with #D8B0C0
Text Example
Text Example
White with #D8B0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B0C0; }
p { color: rgb(216,176,192); }
H1.HeaderClassName
{
color: #D8B0C0;
}
.AnyTagClassName
{
color: #D8B0C0;
}
</style>
background-color css
<style>
a { background-color: #D8B0C0; }
a { background-color: rgb(216,176,192); }
div.DivClassName
{
background-color: #D8B0C0;
}
.BgClassName
{
background-color: #D8B0C0;
}
</style>
border-color css
<style>
span { border-color: #D8B0C0; }
span { border-color: rgb(216,176,192); }
td.TdClassName
{
border-color: #D8B0C0;
}
.TagClassName
{
border-color: #D8B0C0;
}
</style>