Shades of Melanie #D4B7BD
Tints of Melanie #D4B7BD
RGB
CMYK
RGB Variations
Color information
#D4B7BD (or 0xD4B7BD) is known color: Melanie. HEX triplet: D4, B7 and BD. RGB value is (212,183,189). Sum of RGB (Red+Green+Blue) = 212+183+189=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B7BD is #2B4842. Grayscale: #C0C0C0. Windows color (decimal): -2836547 or 12433364. OLE color: 12433364.
HSL color Cylindrical-coordinate representation of color #D4B7BD: hue angle of 347.59º 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 #D4B7BD is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 183 | 189 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.17 |
| HSL | 347.59º | 0.25% | 0.77% | - |
| HSV(B) | 347.59º | 0.14% | 0.83% | - |
| XYZ | 53.27 | 51.54 | 55.28 | - |
| YUV | 192.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 183 | 189 | 0 | 0.14 | 0.11 | 0.17 | 347.59 | 0.25 | 0.77 |
| Hex | D4 | B7 | BD | 0 | E | B | 11 | 15C | 19 | 4D |
| Octal | 324 | 267 | 275 | 0 | 16 | 13 | 21 | 534 | 31 | 115 |
| Binary | 11010100 | 10110111 | 10111101 | 0 | 1110 | 1011 | 10001 | 101011100 | 11001 | 1001101 |
Color Harmonies of #D4B7BD
Complementary color
Monochromatic Colors of #D4B7BD
Black with #D4B7BD
Text Example
Text Example
White with #D4B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B7BD; }
p { color: rgb(212,183,189); }
H1.HeaderClassName
{
color: #D4B7BD;
}
.AnyTagClassName
{
color: #D4B7BD;
}
</style>
background-color css
<style>
a { background-color: #D4B7BD; }
a { background-color: rgb(212,183,189); }
div.DivClassName
{
background-color: #D4B7BD;
}
.BgClassName
{
background-color: #D4B7BD;
}
</style>
border-color css
<style>
span { border-color: #D4B7BD; }
span { border-color: rgb(212,183,189); }
td.TdClassName
{
border-color: #D4B7BD;
}
.TagClassName
{
border-color: #D4B7BD;
}
</style>