Shades of Melanie #D6B0BD
Tints of Melanie #D6B0BD
RGB
CMYK
RGB Variations
Color information
#D6B0BD (or 0xD6B0BD) is known color: Melanie. HEX triplet: D6, B0 and BD. RGB value is (214,176,189). Sum of RGB (Red+Green+Blue) = 214+176+189=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B0BD is #294F42. Grayscale: #BCBCBC. Windows color (decimal): -2707267 or 12431574. OLE color: 12431574.
HSL color Cylindrical-coordinate representation of color #D6B0BD: hue angle of 339.47º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6B0BD is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 189 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.16 |
| HSL | 339.47º | 0.32% | 0.76% | - |
| HSV(B) | 339.47º | 0.18% | 0.84% | - |
| XYZ | 52.44 | 49.02 | 54.84 | - |
| YUV | 188.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 189 | 0 | 0.18 | 0.12 | 0.16 | 339.47 | 0.32 | 0.76 |
| Hex | D6 | B0 | BD | 0 | 12 | C | 10 | 153 | 20 | 4C |
| Octal | 326 | 260 | 275 | 0 | 22 | 14 | 20 | 523 | 40 | 114 |
| Binary | 11010110 | 10110000 | 10111101 | 0 | 10010 | 1100 | 10000 | 101010011 | 100000 | 1001100 |
Color Harmonies of #D6B0BD
Complementary color
Monochromatic Colors of #D6B0BD
Black with #D6B0BD
Text Example
Text Example
White with #D6B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B0BD; }
p { color: rgb(214,176,189); }
H1.HeaderClassName
{
color: #D6B0BD;
}
.AnyTagClassName
{
color: #D6B0BD;
}
</style>
background-color css
<style>
a { background-color: #D6B0BD; }
a { background-color: rgb(214,176,189); }
div.DivClassName
{
background-color: #D6B0BD;
}
.BgClassName
{
background-color: #D6B0BD;
}
</style>
border-color css
<style>
span { border-color: #D6B0BD; }
span { border-color: rgb(214,176,189); }
td.TdClassName
{
border-color: #D6B0BD;
}
.TagClassName
{
border-color: #D6B0BD;
}
</style>