Shades of Melanie #D1B8BE
Tints of Melanie #D1B8BE
RGB
CMYK
RGB Variations
Color information
#D1B8BE (or 0xD1B8BE) is known color: Melanie. HEX triplet: D1, B8 and BE. RGB value is (209,184,190). Sum of RGB (Red+Green+Blue) = 209+184+190=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 184 (72.27% from 255 or 31.56% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B8BE is #2E4741. Grayscale: #C0C0C0. Windows color (decimal): -3032898 or 12499153. OLE color: 12499153.
HSL color Cylindrical-coordinate representation of color #D1B8BE: hue angle of 345.6º degrees, saturation: 0.21, 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 #D1B8BE is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 184 | 190 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.18 |
| HSL | 345.6º | 0.21% | 0.77% | - |
| HSV(B) | 345.6º | 0.12% | 0.82% | - |
| XYZ | 52.73 | 51.55 | 55.89 | - |
| YUV | 192.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 190 | 0 | 0.12 | 0.09 | 0.18 | 345.6 | 0.21 | 0.77 |
| Hex | D1 | B8 | BE | 0 | C | 9 | 12 | 15A | 15 | 4D |
| Octal | 321 | 270 | 276 | 0 | 14 | 11 | 22 | 532 | 25 | 115 |
| Binary | 11010001 | 10111000 | 10111110 | 0 | 1100 | 1001 | 10010 | 101011010 | 10101 | 1001101 |
Color Harmonies of #D1B8BE
Complementary color
Monochromatic Colors of #D1B8BE
Black with #D1B8BE
Text Example
Text Example
White with #D1B8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B8BE; }
p { color: rgb(209,184,190); }
H1.HeaderClassName
{
color: #D1B8BE;
}
.AnyTagClassName
{
color: #D1B8BE;
}
</style>
background-color css
<style>
a { background-color: #D1B8BE; }
a { background-color: rgb(209,184,190); }
div.DivClassName
{
background-color: #D1B8BE;
}
.BgClassName
{
background-color: #D1B8BE;
}
</style>
border-color css
<style>
span { border-color: #D1B8BE; }
span { border-color: rgb(209,184,190); }
td.TdClassName
{
border-color: #D1B8BE;
}
.TagClassName
{
border-color: #D1B8BE;
}
</style>