Shades of Melanie #D4B5BD
Tints of Melanie #D4B5BD
RGB
CMYK
RGB Variations
Color information
#D4B5BD (or 0xD4B5BD) is known color: Melanie. HEX triplet: D4, B5 and BD. RGB value is (212,181,189). Sum of RGB (Red+Green+Blue) = 212+181+189=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B5BD is #2B4A42. Grayscale: #BFBFBF. Windows color (decimal): -2837059 or 12432852. OLE color: 12432852.
HSL color Cylindrical-coordinate representation of color #D4B5BD: 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 #D4B5BD is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 181 | 189 | - |
| 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.86 | 50.72 | 55.15 | - |
| YUV | 191.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 181 | 189 | 0 | 0.15 | 0.11 | 0.17 | 344.52 | 0.26 | 0.77 |
| Hex | D4 | B5 | BD | 0 | F | B | 11 | 159 | 1A | 4D |
| Octal | 324 | 265 | 275 | 0 | 17 | 13 | 21 | 531 | 32 | 115 |
| Binary | 11010100 | 10110101 | 10111101 | 0 | 1111 | 1011 | 10001 | 101011001 | 11010 | 1001101 |
Color Harmonies of #D4B5BD
Complementary color
Monochromatic Colors of #D4B5BD
Black with #D4B5BD
Text Example
Text Example
White with #D4B5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B5BD; }
p { color: rgb(212,181,189); }
H1.HeaderClassName
{
color: #D4B5BD;
}
.AnyTagClassName
{
color: #D4B5BD;
}
</style>
background-color css
<style>
a { background-color: #D4B5BD; }
a { background-color: rgb(212,181,189); }
div.DivClassName
{
background-color: #D4B5BD;
}
.BgClassName
{
background-color: #D4B5BD;
}
</style>
border-color css
<style>
span { border-color: #D4B5BD; }
span { border-color: rgb(212,181,189); }
td.TdClassName
{
border-color: #D4B5BD;
}
.TagClassName
{
border-color: #D4B5BD;
}
</style>