Shades of Melanie #D6B0BF
Tints of Melanie #D6B0BF
RGB
CMYK
RGB Variations
Color information
#D6B0BF (or 0xD6B0BF) is known color: Melanie. HEX triplet: D6, B0 and BF. RGB value is (214,176,191). Sum of RGB (Red+Green+Blue) = 214+176+191=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B0BF is #294F40. Grayscale: #BDBDBD. Windows color (decimal): -2707265 or 12562646. OLE color: 12562646.
HSL color Cylindrical-coordinate representation of color #D6B0BF: hue angle of 336.32º 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 #D6B0BF is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 191 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.16 |
| HSL | 336.32º | 0.32% | 0.76% | - |
| HSV(B) | 336.32º | 0.18% | 0.84% | - |
| XYZ | 52.66 | 49.11 | 55.99 | - |
| YUV | 189.07 | 129.09 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 191 | 0 | 0.18 | 0.11 | 0.16 | 336.32 | 0.32 | 0.76 |
| Hex | D6 | B0 | BF | 0 | 12 | B | 10 | 150 | 20 | 4C |
| Octal | 326 | 260 | 277 | 0 | 22 | 13 | 20 | 520 | 40 | 114 |
| Binary | 11010110 | 10110000 | 10111111 | 0 | 10010 | 1011 | 10000 | 101010000 | 100000 | 1001100 |
Color Harmonies of #D6B0BF
Complementary color
Monochromatic Colors of #D6B0BF
Black with #D6B0BF
Text Example
Text Example
White with #D6B0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B0BF; }
p { color: rgb(214,176,191); }
H1.HeaderClassName
{
color: #D6B0BF;
}
.AnyTagClassName
{
color: #D6B0BF;
}
</style>
background-color css
<style>
a { background-color: #D6B0BF; }
a { background-color: rgb(214,176,191); }
div.DivClassName
{
background-color: #D6B0BF;
}
.BgClassName
{
background-color: #D6B0BF;
}
</style>
border-color css
<style>
span { border-color: #D6B0BF; }
span { border-color: rgb(214,176,191); }
td.TdClassName
{
border-color: #D6B0BF;
}
.TagClassName
{
border-color: #D6B0BF;
}
</style>