Shades of Melanie #D6B3BD
Tints of Melanie #D6B3BD
RGB
CMYK
RGB Variations
Color information
#D6B3BD (or 0xD6B3BD) is known color: Melanie. HEX triplet: D6, B3 and BD. RGB value is (214,179,189). Sum of RGB (Red+Green+Blue) = 214+179+189=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B3BD is #294C42. Grayscale: #BEBEBE. Windows color (decimal): -2706499 or 12432342. OLE color: 12432342.
HSL color Cylindrical-coordinate representation of color #D6B3BD: hue angle of 342.86º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6B3BD is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 189 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.16 |
| HSL | 342.86º | 0.3% | 0.77% | - |
| HSV(B) | 342.86º | 0.16% | 0.84% | - |
| XYZ | 53.04 | 50.21 | 55.04 | - |
| YUV | 190.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 189 | 0 | 0.16 | 0.12 | 0.16 | 342.86 | 0.3 | 0.77 |
| Hex | D6 | B3 | BD | 0 | 10 | C | 10 | 157 | 1E | 4D |
| Octal | 326 | 263 | 275 | 0 | 20 | 14 | 20 | 527 | 36 | 115 |
| Binary | 11010110 | 10110011 | 10111101 | 0 | 10000 | 1100 | 10000 | 101010111 | 11110 | 1001101 |
Color Harmonies of #D6B3BD
Complementary color
Monochromatic Colors of #D6B3BD
Black with #D6B3BD
Text Example
Text Example
White with #D6B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B3BD; }
p { color: rgb(214,179,189); }
H1.HeaderClassName
{
color: #D6B3BD;
}
.AnyTagClassName
{
color: #D6B3BD;
}
</style>
background-color css
<style>
a { background-color: #D6B3BD; }
a { background-color: rgb(214,179,189); }
div.DivClassName
{
background-color: #D6B3BD;
}
.BgClassName
{
background-color: #D6B3BD;
}
</style>
border-color css
<style>
span { border-color: #D6B3BD; }
span { border-color: rgb(214,179,189); }
td.TdClassName
{
border-color: #D6B3BD;
}
.TagClassName
{
border-color: #D6B3BD;
}
</style>