Shades of Melanie #D4B3BC
Tints of Melanie #D4B3BC
RGB
CMYK
RGB Variations
Color information
#D4B3BC (or 0xD4B3BC) is known color: Melanie. HEX triplet: D4, B3 and BC. RGB value is (212,179,188). Sum of RGB (Red+Green+Blue) = 212+179+188=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B3BC is #2B4C43. Grayscale: #BDBDBD. Windows color (decimal): -2837572 or 12366804. OLE color: 12366804.
HSL color Cylindrical-coordinate representation of color #D4B3BC: hue angle of 343.64º 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 #D4B3BC is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 188 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.17 |
| HSL | 343.64º | 0.28% | 0.77% | - |
| HSV(B) | 343.64º | 0.16% | 0.83% | - |
| XYZ | 52.35 | 49.87 | 54.44 | - |
| YUV | 189.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 188 | 0 | 0.16 | 0.11 | 0.17 | 343.64 | 0.28 | 0.77 |
| Hex | D4 | B3 | BC | 0 | 10 | B | 11 | 158 | 1C | 4D |
| Octal | 324 | 263 | 274 | 0 | 20 | 13 | 21 | 530 | 34 | 115 |
| Binary | 11010100 | 10110011 | 10111100 | 0 | 10000 | 1011 | 10001 | 101011000 | 11100 | 1001101 |
Color Harmonies of #D4B3BC
Complementary color
Monochromatic Colors of #D4B3BC
Black with #D4B3BC
Text Example
Text Example
White with #D4B3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B3BC; }
p { color: rgb(212,179,188); }
H1.HeaderClassName
{
color: #D4B3BC;
}
.AnyTagClassName
{
color: #D4B3BC;
}
</style>
background-color css
<style>
a { background-color: #D4B3BC; }
a { background-color: rgb(212,179,188); }
div.DivClassName
{
background-color: #D4B3BC;
}
.BgClassName
{
background-color: #D4B3BC;
}
</style>
border-color css
<style>
span { border-color: #D4B3BC; }
span { border-color: rgb(212,179,188); }
td.TdClassName
{
border-color: #D4B3BC;
}
.TagClassName
{
border-color: #D4B3BC;
}
</style>