Shades of Melanie #D1B3BB
Tints of Melanie #D1B3BB
RGB
CMYK
RGB Variations
Color information
#D1B3BB (or 0xD1B3BB) is known color: Melanie. HEX triplet: D1, B3 and BB. RGB value is (209,179,187). Sum of RGB (Red+Green+Blue) = 209+179+187=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B3BB is #2E4C44. Grayscale: #BCBCBC. Windows color (decimal): -3034181 or 12301265. OLE color: 12301265.
HSL color Cylindrical-coordinate representation of color #D1B3BB: hue angle of 344º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1B3BB is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 179 | 187 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.18 |
| HSL | 344º | 0.25% | 0.76% | - |
| HSV(B) | 344º | 0.14% | 0.82% | - |
| XYZ | 51.38 | 49.38 | 53.84 | - |
| YUV | 188.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 179 | 187 | 0 | 0.14 | 0.11 | 0.18 | 344 | 0.25 | 0.76 |
| Hex | D1 | B3 | BB | 0 | E | B | 12 | 158 | 19 | 4C |
| Octal | 321 | 263 | 273 | 0 | 16 | 13 | 22 | 530 | 31 | 114 |
| Binary | 11010001 | 10110011 | 10111011 | 0 | 1110 | 1011 | 10010 | 101011000 | 11001 | 1001100 |
Color Harmonies of #D1B3BB
Complementary color
Monochromatic Colors of #D1B3BB
Black with #D1B3BB
Text Example
Text Example
White with #D1B3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B3BB; }
p { color: rgb(209,179,187); }
H1.HeaderClassName
{
color: #D1B3BB;
}
.AnyTagClassName
{
color: #D1B3BB;
}
</style>
background-color css
<style>
a { background-color: #D1B3BB; }
a { background-color: rgb(209,179,187); }
div.DivClassName
{
background-color: #D1B3BB;
}
.BgClassName
{
background-color: #D1B3BB;
}
</style>
border-color css
<style>
span { border-color: #D1B3BB; }
span { border-color: rgb(209,179,187); }
td.TdClassName
{
border-color: #D1B3BB;
}
.TagClassName
{
border-color: #D1B3BB;
}
</style>