Shades of Melanie #D6B5BC
Tints of Melanie #D6B5BC
RGB
CMYK
RGB Variations
Color information
#D6B5BC (or 0xD6B5BC) is known color: Melanie. HEX triplet: D6, B5 and BC. RGB value is (214,181,188). Sum of RGB (Red+Green+Blue) = 214+181+188=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B5BC is #294A43. Grayscale: #BFBFBF. Windows color (decimal): -2705988 or 12367318. OLE color: 12367318.
HSL color Cylindrical-coordinate representation of color #D6B5BC: hue angle of 347.27º 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 #D6B5BC is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 188 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.16 |
| HSL | 347.27º | 0.29% | 0.77% | - |
| HSV(B) | 347.27º | 0.15% | 0.84% | - |
| XYZ | 53.33 | 50.97 | 54.61 | - |
| YUV | 191.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 188 | 0 | 0.15 | 0.12 | 0.16 | 347.27 | 0.29 | 0.77 |
| Hex | D6 | B5 | BC | 0 | F | C | 10 | 15B | 1D | 4D |
| Octal | 326 | 265 | 274 | 0 | 17 | 14 | 20 | 533 | 35 | 115 |
| Binary | 11010110 | 10110101 | 10111100 | 0 | 1111 | 1100 | 10000 | 101011011 | 11101 | 1001101 |
Color Harmonies of #D6B5BC
Complementary color
Monochromatic Colors of #D6B5BC
Black with #D6B5BC
Text Example
Text Example
White with #D6B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B5BC; }
p { color: rgb(214,181,188); }
H1.HeaderClassName
{
color: #D6B5BC;
}
.AnyTagClassName
{
color: #D6B5BC;
}
</style>
background-color css
<style>
a { background-color: #D6B5BC; }
a { background-color: rgb(214,181,188); }
div.DivClassName
{
background-color: #D6B5BC;
}
.BgClassName
{
background-color: #D6B5BC;
}
</style>
border-color css
<style>
span { border-color: #D6B5BC; }
span { border-color: rgb(214,181,188); }
td.TdClassName
{
border-color: #D6B5BC;
}
.TagClassName
{
border-color: #D6B5BC;
}
</style>