Shades of Melanie #D9B2BB
Tints of Melanie #D9B2BB
RGB
CMYK
RGB Variations
Color information
#D9B2BB (or 0xD9B2BB) is known color: Melanie. HEX triplet: D9, B2 and BB. RGB value is (217,178,187). Sum of RGB (Red+Green+Blue) = 217+178+187=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B2BB is #264D44. Grayscale: #BEBEBE. Windows color (decimal): -2510149 or 12301017. OLE color: 12301017.
HSL color Cylindrical-coordinate representation of color #D9B2BB: hue angle of 346.15º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9B2BB is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 178 | 187 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.15 |
| HSL | 346.15º | 0.34% | 0.77% | - |
| HSV(B) | 346.15º | 0.18% | 0.85% | - |
| XYZ | 53.51 | 50.18 | 53.88 | - |
| YUV | 190.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 178 | 187 | 0 | 0.18 | 0.14 | 0.15 | 346.15 | 0.34 | 0.77 |
| Hex | D9 | B2 | BB | 0 | 12 | E | F | 15A | 22 | 4D |
| Octal | 331 | 262 | 273 | 0 | 22 | 16 | 17 | 532 | 42 | 115 |
| Binary | 11011001 | 10110010 | 10111011 | 0 | 10010 | 1110 | 1111 | 101011010 | 100010 | 1001101 |
Color Harmonies of #D9B2BB
Complementary color
Monochromatic Colors of #D9B2BB
Black with #D9B2BB
Text Example
Text Example
White with #D9B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B2BB; }
p { color: rgb(217,178,187); }
H1.HeaderClassName
{
color: #D9B2BB;
}
.AnyTagClassName
{
color: #D9B2BB;
}
</style>
background-color css
<style>
a { background-color: #D9B2BB; }
a { background-color: rgb(217,178,187); }
div.DivClassName
{
background-color: #D9B2BB;
}
.BgClassName
{
background-color: #D9B2BB;
}
</style>
border-color css
<style>
span { border-color: #D9B2BB; }
span { border-color: rgb(217,178,187); }
td.TdClassName
{
border-color: #D9B2BB;
}
.TagClassName
{
border-color: #D9B2BB;
}
</style>