Shades of Melanie #D3B3BD
Tints of Melanie #D3B3BD
RGB
CMYK
RGB Variations
Color information
#D3B3BD (or 0xD3B3BD) is known color: Melanie. HEX triplet: D3, B3 and BD. RGB value is (211,179,189). Sum of RGB (Red+Green+Blue) = 211+179+189=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B3BD is #2C4C42. Grayscale: #BDBDBD. Windows color (decimal): -2903107 or 12432339. OLE color: 12432339.
HSL color Cylindrical-coordinate representation of color #D3B3BD: hue angle of 341.25º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3B3BD is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 179 | 189 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.17 |
| HSL | 341.25º | 0.27% | 0.76% | - |
| HSV(B) | 341.25º | 0.15% | 0.83% | - |
| XYZ | 52.17 | 49.76 | 55 | - |
| YUV | 189.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 179 | 189 | 0 | 0.15 | 0.10 | 0.17 | 341.25 | 0.27 | 0.76 |
| Hex | D3 | B3 | BD | 0 | F | A | 11 | 155 | 1B | 4C |
| Octal | 323 | 263 | 275 | 0 | 17 | 12 | 21 | 525 | 33 | 114 |
| Binary | 11010011 | 10110011 | 10111101 | 0 | 1111 | 1010 | 10001 | 101010101 | 11011 | 1001100 |
Color Harmonies of #D3B3BD
Complementary color
Monochromatic Colors of #D3B3BD
Black with #D3B3BD
Text Example
Text Example
White with #D3B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B3BD; }
p { color: rgb(211,179,189); }
H1.HeaderClassName
{
color: #D3B3BD;
}
.AnyTagClassName
{
color: #D3B3BD;
}
</style>
background-color css
<style>
a { background-color: #D3B3BD; }
a { background-color: rgb(211,179,189); }
div.DivClassName
{
background-color: #D3B3BD;
}
.BgClassName
{
background-color: #D3B3BD;
}
</style>
border-color css
<style>
span { border-color: #D3B3BD; }
span { border-color: rgb(211,179,189); }
td.TdClassName
{
border-color: #D3B3BD;
}
.TagClassName
{
border-color: #D3B3BD;
}
</style>