Shades of Melanie #D6B5BF
Tints of Melanie #D6B5BF
RGB
CMYK
RGB Variations
Color information
#D6B5BF (or 0xD6B5BF) is known color: Melanie. HEX triplet: D6, B5 and BF. RGB value is (214,181,191). Sum of RGB (Red+Green+Blue) = 214+181+191=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B5BF is #294A40. Grayscale: #C0C0C0. Windows color (decimal): -2705985 or 12563926. OLE color: 12563926.
HSL color Cylindrical-coordinate representation of color #D6B5BF: hue angle of 341.82º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6B5BF is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 191 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.16 |
| HSL | 341.82º | 0.29% | 0.77% | - |
| HSV(B) | 341.82º | 0.15% | 0.84% | - |
| XYZ | 53.66 | 51.11 | 56.33 | - |
| YUV | 192.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 191 | 0 | 0.15 | 0.11 | 0.16 | 341.82 | 0.29 | 0.77 |
| Hex | D6 | B5 | BF | 0 | F | B | 10 | 156 | 1D | 4D |
| Octal | 326 | 265 | 277 | 0 | 17 | 13 | 20 | 526 | 35 | 115 |
| Binary | 11010110 | 10110101 | 10111111 | 0 | 1111 | 1011 | 10000 | 101010110 | 11101 | 1001101 |
Color Harmonies of #D6B5BF
Complementary color
Monochromatic Colors of #D6B5BF
Black with #D6B5BF
Text Example
Text Example
White with #D6B5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B5BF; }
p { color: rgb(214,181,191); }
H1.HeaderClassName
{
color: #D6B5BF;
}
.AnyTagClassName
{
color: #D6B5BF;
}
</style>
background-color css
<style>
a { background-color: #D6B5BF; }
a { background-color: rgb(214,181,191); }
div.DivClassName
{
background-color: #D6B5BF;
}
.BgClassName
{
background-color: #D6B5BF;
}
</style>
border-color css
<style>
span { border-color: #D6B5BF; }
span { border-color: rgb(214,181,191); }
td.TdClassName
{
border-color: #D6B5BF;
}
.TagClassName
{
border-color: #D6B5BF;
}
</style>