Shades of Melanie #D1B7BD
Tints of Melanie #D1B7BD
RGB
CMYK
RGB Variations
Color information
#D1B7BD (or 0xD1B7BD) is known color: Melanie. HEX triplet: D1, B7 and BD. RGB value is (209,183,189). Sum of RGB (Red+Green+Blue) = 209+183+189=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B7BD is #2E4842. Grayscale: #BFBFBF. Windows color (decimal): -3033155 or 12433361. OLE color: 12433361.
HSL color Cylindrical-coordinate representation of color #D1B7BD: hue angle of 346.15º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1B7BD is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 183 | 189 | - |
CMYK | 0 | 0.12 | 0.10 | 0.18 |
HSL | 346.15º | 0.22% | 0.77% | - |
HSV(B) | 346.15º | 0.12% | 0.82% | - |
XYZ | 52.41 | 51.1 | 55.24 | - |
YUV | 191.46 | 126.61 | 140.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 183 | 189 | 0 | 0.12 | 0.10 | 0.18 | 346.15 | 0.22 | 0.77 |
Hex | D1 | B7 | BD | 0 | C | A | 12 | 15A | 16 | 4D |
Octal | 321 | 267 | 275 | 0 | 14 | 12 | 22 | 532 | 26 | 115 |
Binary | 11010001 | 10110111 | 10111101 | 0 | 1100 | 1010 | 10010 | 101011010 | 10110 | 1001101 |
Color Harmonies of #D1B7BD
Complementary color
Monochromatic Colors of #D1B7BD
Black with #D1B7BD
Text Example
Text Example
White with #D1B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B7BD; }
p { color: rgb(209,183,189); }
H1.HeaderClassName
{
color: #D1B7BD;
}
.AnyTagClassName
{
color: #D1B7BD;
}
</style>
background-color css
<style>
a { background-color: #D1B7BD; }
a { background-color: rgb(209,183,189); }
div.DivClassName
{
background-color: #D1B7BD;
}
.BgClassName
{
background-color: #D1B7BD;
}
</style>
border-color css
<style>
span { border-color: #D1B7BD; }
span { border-color: rgb(209,183,189); }
td.TdClassName
{
border-color: #D1B7BD;
}
.TagClassName
{
border-color: #D1B7BD;
}
</style>