Shades of Melanie #D4B3BD
Tints of Melanie #D4B3BD
RGB
CMYK
RGB Variations
Color information
#D4B3BD (or 0xD4B3BD) is known color: Melanie. HEX triplet: D4, B3 and BD. RGB value is (212,179,189). Sum of RGB (Red+Green+Blue) = 212+179+189=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 179 (70.31% from 255 or 30.86% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B3BD is #2B4C42. Grayscale: #BDBDBD. Windows color (decimal): -2837571 or 12432340. OLE color: 12432340.
HSL color Cylindrical-coordinate representation of color #D4B3BD: hue angle of 341.82º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4B3BD is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 189 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.17 |
| HSL | 341.82º | 0.28% | 0.77% | - |
| HSV(B) | 341.82º | 0.16% | 0.83% | - |
| XYZ | 52.46 | 49.91 | 55.01 | - |
| YUV | 190.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 189 | 0 | 0.16 | 0.11 | 0.17 | 341.82 | 0.28 | 0.77 |
| Hex | D4 | B3 | BD | 0 | 10 | B | 11 | 156 | 1C | 4D |
| Octal | 324 | 263 | 275 | 0 | 20 | 13 | 21 | 526 | 34 | 115 |
| Binary | 11010100 | 10110011 | 10111101 | 0 | 10000 | 1011 | 10001 | 101010110 | 11100 | 1001101 |
Color Harmonies of #D4B3BD
Complementary color
Monochromatic Colors of #D4B3BD
Black with #D4B3BD
Text Example
Text Example
White with #D4B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B3BD; }
p { color: rgb(212,179,189); }
H1.HeaderClassName
{
color: #D4B3BD;
}
.AnyTagClassName
{
color: #D4B3BD;
}
</style>
background-color css
<style>
a { background-color: #D4B3BD; }
a { background-color: rgb(212,179,189); }
div.DivClassName
{
background-color: #D4B3BD;
}
.BgClassName
{
background-color: #D4B3BD;
}
</style>
border-color css
<style>
span { border-color: #D4B3BD; }
span { border-color: rgb(212,179,189); }
td.TdClassName
{
border-color: #D4B3BD;
}
.TagClassName
{
border-color: #D4B3BD;
}
</style>