Shades of Melanie #D4B0BD
Tints of Melanie #D4B0BD
RGB
CMYK
RGB Variations
Color information
#D4B0BD (or 0xD4B0BD) is known color: Melanie. HEX triplet: D4, B0 and BD. RGB value is (212,176,189). Sum of RGB (Red+Green+Blue) = 212+176+189=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B0BD is #2B4F42. Grayscale: #BCBCBC. Windows color (decimal): -2838339 or 12431572. OLE color: 12431572.
HSL color Cylindrical-coordinate representation of color #D4B0BD: hue angle of 338.33º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4B0BD is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 189 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.17 |
| HSL | 338.33º | 0.3% | 0.76% | - |
| HSV(B) | 338.33º | 0.17% | 0.83% | - |
| XYZ | 51.86 | 48.72 | 54.81 | - |
| YUV | 188.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 189 | 0 | 0.17 | 0.11 | 0.17 | 338.33 | 0.3 | 0.76 |
| Hex | D4 | B0 | BD | 0 | 11 | B | 11 | 152 | 1E | 4C |
| Octal | 324 | 260 | 275 | 0 | 21 | 13 | 21 | 522 | 36 | 114 |
| Binary | 11010100 | 10110000 | 10111101 | 0 | 10001 | 1011 | 10001 | 101010010 | 11110 | 1001100 |
Color Harmonies of #D4B0BD
Complementary color
Monochromatic Colors of #D4B0BD
Black with #D4B0BD
Text Example
Text Example
White with #D4B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B0BD; }
p { color: rgb(212,176,189); }
H1.HeaderClassName
{
color: #D4B0BD;
}
.AnyTagClassName
{
color: #D4B0BD;
}
</style>
background-color css
<style>
a { background-color: #D4B0BD; }
a { background-color: rgb(212,176,189); }
div.DivClassName
{
background-color: #D4B0BD;
}
.BgClassName
{
background-color: #D4B0BD;
}
</style>
border-color css
<style>
span { border-color: #D4B0BD; }
span { border-color: rgb(212,176,189); }
td.TdClassName
{
border-color: #D4B0BD;
}
.TagClassName
{
border-color: #D4B0BD;
}
</style>