Shades of Melanie #D2B2BC
Tints of Melanie #D2B2BC
RGB
CMYK
RGB Variations
Color information
#D2B2BC (or 0xD2B2BC) is known color: Melanie. HEX triplet: D2, B2 and BC. RGB value is (210,178,188). Sum of RGB (Red+Green+Blue) = 210+178+188=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B2BC is #2D4D43. Grayscale: #BCBCBC. Windows color (decimal): -2968900 or 12366546. OLE color: 12366546.
HSL color Cylindrical-coordinate representation of color #D2B2BC: hue angle of 341.25º 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 #D2B2BC is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 188 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.18 |
| HSL | 341.25º | 0.26% | 0.76% | - |
| HSV(B) | 341.25º | 0.15% | 0.82% | - |
| XYZ | 51.58 | 49.17 | 54.35 | - |
| YUV | 188.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 188 | 0 | 0.15 | 0.10 | 0.18 | 341.25 | 0.26 | 0.76 |
| Hex | D2 | B2 | BC | 0 | F | A | 12 | 155 | 1A | 4C |
| Octal | 322 | 262 | 274 | 0 | 17 | 12 | 22 | 525 | 32 | 114 |
| Binary | 11010010 | 10110010 | 10111100 | 0 | 1111 | 1010 | 10010 | 101010101 | 11010 | 1001100 |
Color Harmonies of #D2B2BC
Complementary color
Monochromatic Colors of #D2B2BC
Black with #D2B2BC
Text Example
Text Example
White with #D2B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B2BC; }
p { color: rgb(210,178,188); }
H1.HeaderClassName
{
color: #D2B2BC;
}
.AnyTagClassName
{
color: #D2B2BC;
}
</style>
background-color css
<style>
a { background-color: #D2B2BC; }
a { background-color: rgb(210,178,188); }
div.DivClassName
{
background-color: #D2B2BC;
}
.BgClassName
{
background-color: #D2B2BC;
}
</style>
border-color css
<style>
span { border-color: #D2B2BC; }
span { border-color: rgb(210,178,188); }
td.TdClassName
{
border-color: #D2B2BC;
}
.TagClassName
{
border-color: #D2B2BC;
}
</style>