Shades of Melanie #D4B0BC
Tints of Melanie #D4B0BC
RGB
CMYK
RGB Variations
Color information
#D4B0BC (or 0xD4B0BC) is known color: Melanie. HEX triplet: D4, B0 and BC. RGB value is (212,176,188). Sum of RGB (Red+Green+Blue) = 212+176+188=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B0BC is #2B4F43. Grayscale: #BCBCBC. Windows color (decimal): -2838340 or 12366036. OLE color: 12366036.
HSL color Cylindrical-coordinate representation of color #D4B0BC: hue angle of 340º 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 #D4B0BC is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 188 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.17 |
| HSL | 340º | 0.3% | 0.76% | - |
| HSV(B) | 340º | 0.17% | 0.83% | - |
| XYZ | 51.75 | 48.68 | 54.25 | - |
| YUV | 188.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 188 | 0 | 0.17 | 0.11 | 0.17 | 340 | 0.3 | 0.76 |
| Hex | D4 | B0 | BC | 0 | 11 | B | 11 | 154 | 1E | 4C |
| Octal | 324 | 260 | 274 | 0 | 21 | 13 | 21 | 524 | 36 | 114 |
| Binary | 11010100 | 10110000 | 10111100 | 0 | 10001 | 1011 | 10001 | 101010100 | 11110 | 1001100 |
Color Harmonies of #D4B0BC
Complementary color
Monochromatic Colors of #D4B0BC
Black with #D4B0BC
Text Example
Text Example
White with #D4B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B0BC; }
p { color: rgb(212,176,188); }
H1.HeaderClassName
{
color: #D4B0BC;
}
.AnyTagClassName
{
color: #D4B0BC;
}
</style>
background-color css
<style>
a { background-color: #D4B0BC; }
a { background-color: rgb(212,176,188); }
div.DivClassName
{
background-color: #D4B0BC;
}
.BgClassName
{
background-color: #D4B0BC;
}
</style>
border-color css
<style>
span { border-color: #D4B0BC; }
span { border-color: rgb(212,176,188); }
td.TdClassName
{
border-color: #D4B0BC;
}
.TagClassName
{
border-color: #D4B0BC;
}
</style>