Shades of Melanie #D9B0BC
Tints of Melanie #D9B0BC
RGB
CMYK
RGB Variations
Color information
#D9B0BC (or 0xD9B0BC) is known color: Melanie. HEX triplet: D9, B0 and BC. RGB value is (217,176,188). Sum of RGB (Red+Green+Blue) = 217+176+188=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0BC is #264F43. Grayscale: #BDBDBD. Windows color (decimal): -2510660 or 12366041. OLE color: 12366041.
HSL color Cylindrical-coordinate representation of color #D9B0BC: hue angle of 342.44º degrees, saturation: 0.35, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9B0BC is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 188 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.15 |
| HSL | 342.44º | 0.35% | 0.77% | - |
| HSV(B) | 342.44º | 0.19% | 0.85% | - |
| XYZ | 53.22 | 49.43 | 54.31 | - |
| YUV | 189.63 | 127.08 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 188 | 0 | 0.19 | 0.13 | 0.15 | 342.44 | 0.35 | 0.77 |
| Hex | D9 | B0 | BC | 0 | 13 | D | F | 156 | 23 | 4D |
| Octal | 331 | 260 | 274 | 0 | 23 | 15 | 17 | 526 | 43 | 115 |
| Binary | 11011001 | 10110000 | 10111100 | 0 | 10011 | 1101 | 1111 | 101010110 | 100011 | 1001101 |
Color Harmonies of #D9B0BC
Complementary color
Monochromatic Colors of #D9B0BC
Black with #D9B0BC
Text Example
Text Example
White with #D9B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B0BC; }
p { color: rgb(217,176,188); }
H1.HeaderClassName
{
color: #D9B0BC;
}
.AnyTagClassName
{
color: #D9B0BC;
}
</style>
background-color css
<style>
a { background-color: #D9B0BC; }
a { background-color: rgb(217,176,188); }
div.DivClassName
{
background-color: #D9B0BC;
}
.BgClassName
{
background-color: #D9B0BC;
}
</style>
border-color css
<style>
span { border-color: #D9B0BC; }
span { border-color: rgb(217,176,188); }
td.TdClassName
{
border-color: #D9B0BC;
}
.TagClassName
{
border-color: #D9B0BC;
}
</style>