Shades of Melanie #D3B4BC
Tints of Melanie #D3B4BC
RGB
CMYK
RGB Variations
Color information
#D3B4BC (or 0xD3B4BC) is known color: Melanie. HEX triplet: D3, B4 and BC. RGB value is (211,180,188). Sum of RGB (Red+Green+Blue) = 211+180+188=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B4BC is #2C4B43. Grayscale: #BEBEBE. Windows color (decimal): -2902852 or 12367059. OLE color: 12367059.
HSL color Cylindrical-coordinate representation of color #D3B4BC: hue angle of 344.52º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3B4BC is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 180 | 188 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.17 |
| HSL | 344.52º | 0.26% | 0.77% | - |
| HSV(B) | 344.52º | 0.15% | 0.83% | - |
| XYZ | 52.26 | 50.12 | 54.5 | - |
| YUV | 190.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 180 | 188 | 0 | 0.15 | 0.11 | 0.17 | 344.52 | 0.26 | 0.77 |
| Hex | D3 | B4 | BC | 0 | F | B | 11 | 159 | 1A | 4D |
| Octal | 323 | 264 | 274 | 0 | 17 | 13 | 21 | 531 | 32 | 115 |
| Binary | 11010011 | 10110100 | 10111100 | 0 | 1111 | 1011 | 10001 | 101011001 | 11010 | 1001101 |
Color Harmonies of #D3B4BC
Complementary color
Monochromatic Colors of #D3B4BC
Black with #D3B4BC
Text Example
Text Example
White with #D3B4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B4BC; }
p { color: rgb(211,180,188); }
H1.HeaderClassName
{
color: #D3B4BC;
}
.AnyTagClassName
{
color: #D3B4BC;
}
</style>
background-color css
<style>
a { background-color: #D3B4BC; }
a { background-color: rgb(211,180,188); }
div.DivClassName
{
background-color: #D3B4BC;
}
.BgClassName
{
background-color: #D3B4BC;
}
</style>
border-color css
<style>
span { border-color: #D3B4BC; }
span { border-color: rgb(211,180,188); }
td.TdClassName
{
border-color: #D3B4BC;
}
.TagClassName
{
border-color: #D3B4BC;
}
</style>