Shades of Melanie #D3B6BE
Tints of Melanie #D3B6BE
RGB
CMYK
RGB Variations
Color information
#D3B6BE (or 0xD3B6BE) is known color: Melanie. HEX triplet: D3, B6 and BE. RGB value is (211,182,190). Sum of RGB (Red+Green+Blue) = 211+182+190=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B6BE is #2C4941. Grayscale: #BFBFBF. Windows color (decimal): -2902338 or 12498643. OLE color: 12498643.
HSL color Cylindrical-coordinate representation of color #D3B6BE: hue angle of 343.45º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3B6BE is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 182 | 190 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.17 |
| HSL | 343.45º | 0.25% | 0.77% | - |
| HSV(B) | 343.45º | 0.14% | 0.83% | - |
| XYZ | 52.89 | 51.02 | 55.78 | - |
| YUV | 191.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 182 | 190 | 0 | 0.14 | 0.10 | 0.17 | 343.45 | 0.25 | 0.77 |
| Hex | D3 | B6 | BE | 0 | E | A | 11 | 157 | 19 | 4D |
| Octal | 323 | 266 | 276 | 0 | 16 | 12 | 21 | 527 | 31 | 115 |
| Binary | 11010011 | 10110110 | 10111110 | 0 | 1110 | 1010 | 10001 | 101010111 | 11001 | 1001101 |
Color Harmonies of #D3B6BE
Complementary color
Monochromatic Colors of #D3B6BE
Black with #D3B6BE
Text Example
Text Example
White with #D3B6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B6BE; }
p { color: rgb(211,182,190); }
H1.HeaderClassName
{
color: #D3B6BE;
}
.AnyTagClassName
{
color: #D3B6BE;
}
</style>
background-color css
<style>
a { background-color: #D3B6BE; }
a { background-color: rgb(211,182,190); }
div.DivClassName
{
background-color: #D3B6BE;
}
.BgClassName
{
background-color: #D3B6BE;
}
</style>
border-color css
<style>
span { border-color: #D3B6BE; }
span { border-color: rgb(211,182,190); }
td.TdClassName
{
border-color: #D3B6BE;
}
.TagClassName
{
border-color: #D3B6BE;
}
</style>