Shades of Melanie #D2B3BC
Tints of Melanie #D2B3BC
RGB
CMYK
RGB Variations
Color information
#D2B3BC (or 0xD2B3BC) is known color: Melanie. HEX triplet: D2, B3 and BC. RGB value is (210,179,188). Sum of RGB (Red+Green+Blue) = 210+179+188=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B3BC is #2D4C43. Grayscale: #BDBDBD. Windows color (decimal): -2968644 or 12366802. OLE color: 12366802.
HSL color Cylindrical-coordinate representation of color #D2B3BC: hue angle of 342.58º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2B3BC is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 188 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.18 |
| HSL | 342.58º | 0.26% | 0.76% | - |
| HSV(B) | 342.58º | 0.15% | 0.82% | - |
| XYZ | 51.78 | 49.57 | 54.42 | - |
| YUV | 189.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 188 | 0 | 0.15 | 0.10 | 0.18 | 342.58 | 0.26 | 0.76 |
| Hex | D2 | B3 | BC | 0 | F | A | 12 | 157 | 1A | 4C |
| Octal | 322 | 263 | 274 | 0 | 17 | 12 | 22 | 527 | 32 | 114 |
| Binary | 11010010 | 10110011 | 10111100 | 0 | 1111 | 1010 | 10010 | 101010111 | 11010 | 1001100 |
Color Harmonies of #D2B3BC
Complementary color
Monochromatic Colors of #D2B3BC
Black with #D2B3BC
Text Example
Text Example
White with #D2B3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B3BC; }
p { color: rgb(210,179,188); }
H1.HeaderClassName
{
color: #D2B3BC;
}
.AnyTagClassName
{
color: #D2B3BC;
}
</style>
background-color css
<style>
a { background-color: #D2B3BC; }
a { background-color: rgb(210,179,188); }
div.DivClassName
{
background-color: #D2B3BC;
}
.BgClassName
{
background-color: #D2B3BC;
}
</style>
border-color css
<style>
span { border-color: #D2B3BC; }
span { border-color: rgb(210,179,188); }
td.TdClassName
{
border-color: #D2B3BC;
}
.TagClassName
{
border-color: #D2B3BC;
}
</style>