Shades of Melanie #D3B4BD
Tints of Melanie #D3B4BD
RGB
CMYK
RGB Variations
Color information
#D3B4BD (or 0xD3B4BD) is known color: Melanie. HEX triplet: D3, B4 and BD. RGB value is (211,180,189). Sum of RGB (Red+Green+Blue) = 211+180+189=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B4BD is #2C4B42. Grayscale: #BEBEBE. Windows color (decimal): -2902851 or 12432595. OLE color: 12432595.
HSL color Cylindrical-coordinate representation of color #D3B4BD: hue angle of 342.58º 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 #D3B4BD is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 180 | 189 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.17 |
| HSL | 342.58º | 0.26% | 0.77% | - |
| HSV(B) | 342.58º | 0.15% | 0.83% | - |
| XYZ | 52.37 | 50.17 | 55.07 | - |
| YUV | 190.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 180 | 189 | 0 | 0.15 | 0.10 | 0.17 | 342.58 | 0.26 | 0.77 |
| Hex | D3 | B4 | BD | 0 | F | A | 11 | 157 | 1A | 4D |
| Octal | 323 | 264 | 275 | 0 | 17 | 12 | 21 | 527 | 32 | 115 |
| Binary | 11010011 | 10110100 | 10111101 | 0 | 1111 | 1010 | 10001 | 101010111 | 11010 | 1001101 |
Color Harmonies of #D3B4BD
Complementary color
Monochromatic Colors of #D3B4BD
Black with #D3B4BD
Text Example
Text Example
White with #D3B4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B4BD; }
p { color: rgb(211,180,189); }
H1.HeaderClassName
{
color: #D3B4BD;
}
.AnyTagClassName
{
color: #D3B4BD;
}
</style>
background-color css
<style>
a { background-color: #D3B4BD; }
a { background-color: rgb(211,180,189); }
div.DivClassName
{
background-color: #D3B4BD;
}
.BgClassName
{
background-color: #D3B4BD;
}
</style>
border-color css
<style>
span { border-color: #D3B4BD; }
span { border-color: rgb(211,180,189); }
td.TdClassName
{
border-color: #D3B4BD;
}
.TagClassName
{
border-color: #D3B4BD;
}
</style>