Shades of Melanie #D1B9BF
Tints of Melanie #D1B9BF
RGB
CMYK
RGB Variations
Color information
#D1B9BF (or 0xD1B9BF) is known color: Melanie. HEX triplet: D1, B9 and BF. RGB value is (209,185,191). Sum of RGB (Red+Green+Blue) = 209+185+191=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B9BF is #2E4640. Grayscale: #C0C0C0. Windows color (decimal): -3032641 or 12564945. OLE color: 12564945.
HSL color Cylindrical-coordinate representation of color #D1B9BF: hue angle of 345º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1B9BF is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 191 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.18 |
| HSL | 345º | 0.21% | 0.77% | - |
| HSV(B) | 345º | 0.11% | 0.82% | - |
| XYZ | 53.05 | 52.01 | 56.53 | - |
| YUV | 192.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 191 | 0 | 0.11 | 0.09 | 0.18 | 345 | 0.21 | 0.77 |
| Hex | D1 | B9 | BF | 0 | B | 9 | 12 | 159 | 15 | 4D |
| Octal | 321 | 271 | 277 | 0 | 13 | 11 | 22 | 531 | 25 | 115 |
| Binary | 11010001 | 10111001 | 10111111 | 0 | 1011 | 1001 | 10010 | 101011001 | 10101 | 1001101 |
Color Harmonies of #D1B9BF
Complementary color
Monochromatic Colors of #D1B9BF
Black with #D1B9BF
Text Example
Text Example
White with #D1B9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B9BF; }
p { color: rgb(209,185,191); }
H1.HeaderClassName
{
color: #D1B9BF;
}
.AnyTagClassName
{
color: #D1B9BF;
}
</style>
background-color css
<style>
a { background-color: #D1B9BF; }
a { background-color: rgb(209,185,191); }
div.DivClassName
{
background-color: #D1B9BF;
}
.BgClassName
{
background-color: #D1B9BF;
}
</style>
border-color css
<style>
span { border-color: #D1B9BF; }
span { border-color: rgb(209,185,191); }
td.TdClassName
{
border-color: #D1B9BF;
}
.TagClassName
{
border-color: #D1B9BF;
}
</style>