Shades of Melanie #D1B1BD
Tints of Melanie #D1B1BD
RGB
CMYK
RGB Variations
Color information
#D1B1BD (or 0xD1B1BD) is known color: Melanie. HEX triplet: D1, B1 and BD. RGB value is (209,177,189). Sum of RGB (Red+Green+Blue) = 209+177+189=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B1BD is #2E4E42. Grayscale: #BBBBBB. Windows color (decimal): -3034691 or 12431825. OLE color: 12431825.
HSL color Cylindrical-coordinate representation of color #D1B1BD: hue angle of 337.5º 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 #D1B1BD is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 177 | 189 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.18 |
| HSL | 337.5º | 0.26% | 0.76% | - |
| HSV(B) | 337.5º | 0.15% | 0.82% | - |
| XYZ | 51.2 | 48.67 | 54.84 | - |
| YUV | 187.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 177 | 189 | 0 | 0.15 | 0.10 | 0.18 | 337.5 | 0.26 | 0.76 |
| Hex | D1 | B1 | BD | 0 | F | A | 12 | 152 | 1A | 4C |
| Octal | 321 | 261 | 275 | 0 | 17 | 12 | 22 | 522 | 32 | 114 |
| Binary | 11010001 | 10110001 | 10111101 | 0 | 1111 | 1010 | 10010 | 101010010 | 11010 | 1001100 |
Color Harmonies of #D1B1BD
Complementary color
Monochromatic Colors of #D1B1BD
Black with #D1B1BD
Text Example
Text Example
White with #D1B1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B1BD; }
p { color: rgb(209,177,189); }
H1.HeaderClassName
{
color: #D1B1BD;
}
.AnyTagClassName
{
color: #D1B1BD;
}
</style>
background-color css
<style>
a { background-color: #D1B1BD; }
a { background-color: rgb(209,177,189); }
div.DivClassName
{
background-color: #D1B1BD;
}
.BgClassName
{
background-color: #D1B1BD;
}
</style>
border-color css
<style>
span { border-color: #D1B1BD; }
span { border-color: rgb(209,177,189); }
td.TdClassName
{
border-color: #D1B1BD;
}
.TagClassName
{
border-color: #D1B1BD;
}
</style>