Shades of Melanie #D8B0C1
Tints of Melanie #D8B0C1
RGB
CMYK
RGB Variations
Color information
#D8B0C1 (or 0xD8B0C1) is known color: Melanie. HEX triplet: D8, B0 and C1. RGB value is (216,176,193). Sum of RGB (Red+Green+Blue) = 216+176+193=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B0C1 is #274F3E. Grayscale: #BDBDBD. Windows color (decimal): -2576191 or 12693720. OLE color: 12693720.
HSL color Cylindrical-coordinate representation of color #D8B0C1: hue angle of 334.5º 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 #D8B0C1 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 176 | 193 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.15 |
| HSL | 334.5º | 0.34% | 0.77% | - |
| HSV(B) | 334.5º | 0.19% | 0.85% | - |
| XYZ | 53.47 | 49.5 | 57.19 | - |
| YUV | 189.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 193 | 0 | 0.19 | 0.11 | 0.15 | 334.5 | 0.34 | 0.77 |
| Hex | D8 | B0 | C1 | 0 | 13 | B | F | 14E | 22 | 4D |
| Octal | 330 | 260 | 301 | 0 | 23 | 13 | 17 | 516 | 42 | 115 |
| Binary | 11011000 | 10110000 | 11000001 | 0 | 10011 | 1011 | 1111 | 101001110 | 100010 | 1001101 |
Color Harmonies of #D8B0C1
Complementary color
Monochromatic Colors of #D8B0C1
Black with #D8B0C1
Text Example
Text Example
White with #D8B0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B0C1; }
p { color: rgb(216,176,193); }
H1.HeaderClassName
{
color: #D8B0C1;
}
.AnyTagClassName
{
color: #D8B0C1;
}
</style>
background-color css
<style>
a { background-color: #D8B0C1; }
a { background-color: rgb(216,176,193); }
div.DivClassName
{
background-color: #D8B0C1;
}
.BgClassName
{
background-color: #D8B0C1;
}
</style>
border-color css
<style>
span { border-color: #D8B0C1; }
span { border-color: rgb(216,176,193); }
td.TdClassName
{
border-color: #D8B0C1;
}
.TagClassName
{
border-color: #D8B0C1;
}
</style>