Shades of Melanie #D2B5BD
Tints of Melanie #D2B5BD
RGB
CMYK
RGB Variations
Color information
#D2B5BD (or 0xD2B5BD) is known color: Melanie. HEX triplet: D2, B5 and BD. RGB value is (210,181,189). Sum of RGB (Red+Green+Blue) = 210+181+189=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B5BD is #2D4A42. Grayscale: #BEBEBE. Windows color (decimal): -2968131 or 12432850. OLE color: 12432850.
HSL color Cylindrical-coordinate representation of color #D2B5BD: hue angle of 343.45º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2B5BD is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 181 | 189 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.18 |
| HSL | 343.45º | 0.24% | 0.77% | - |
| HSV(B) | 343.45º | 0.14% | 0.82% | - |
| XYZ | 52.29 | 50.42 | 55.12 | - |
| YUV | 190.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 189 | 0 | 0.14 | 0.10 | 0.18 | 343.45 | 0.24 | 0.77 |
| Hex | D2 | B5 | BD | 0 | E | A | 12 | 157 | 18 | 4D |
| Octal | 322 | 265 | 275 | 0 | 16 | 12 | 22 | 527 | 30 | 115 |
| Binary | 11010010 | 10110101 | 10111101 | 0 | 1110 | 1010 | 10010 | 101010111 | 11000 | 1001101 |
Color Harmonies of #D2B5BD
Complementary color
Monochromatic Colors of #D2B5BD
Black with #D2B5BD
Text Example
Text Example
White with #D2B5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B5BD; }
p { color: rgb(210,181,189); }
H1.HeaderClassName
{
color: #D2B5BD;
}
.AnyTagClassName
{
color: #D2B5BD;
}
</style>
background-color css
<style>
a { background-color: #D2B5BD; }
a { background-color: rgb(210,181,189); }
div.DivClassName
{
background-color: #D2B5BD;
}
.BgClassName
{
background-color: #D2B5BD;
}
</style>
border-color css
<style>
span { border-color: #D2B5BD; }
span { border-color: rgb(210,181,189); }
td.TdClassName
{
border-color: #D2B5BD;
}
.TagClassName
{
border-color: #D2B5BD;
}
</style>