Shades of Melanie #D1B5BC
Tints of Melanie #D1B5BC
RGB
CMYK
RGB Variations
Color information
#D1B5BC (or 0xD1B5BC) is known color: Melanie. HEX triplet: D1, B5 and BC. RGB value is (209,181,188). Sum of RGB (Red+Green+Blue) = 209+181+188=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B5BC is #2E4A43. Grayscale: #BEBEBE. Windows color (decimal): -3033668 or 12367313. OLE color: 12367313.
HSL color Cylindrical-coordinate representation of color #D1B5BC: hue angle of 345º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1B5BC is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 188 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.18 |
| HSL | 345º | 0.23% | 0.76% | - |
| HSV(B) | 345º | 0.13% | 0.82% | - |
| XYZ | 51.9 | 50.23 | 54.54 | - |
| YUV | 190.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 188 | 0 | 0.13 | 0.10 | 0.18 | 345 | 0.23 | 0.76 |
| Hex | D1 | B5 | BC | 0 | D | A | 12 | 159 | 17 | 4C |
| Octal | 321 | 265 | 274 | 0 | 15 | 12 | 22 | 531 | 27 | 114 |
| Binary | 11010001 | 10110101 | 10111100 | 0 | 1101 | 1010 | 10010 | 101011001 | 10111 | 1001100 |
Color Harmonies of #D1B5BC
Complementary color
Monochromatic Colors of #D1B5BC
Black with #D1B5BC
Text Example
Text Example
White with #D1B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B5BC; }
p { color: rgb(209,181,188); }
H1.HeaderClassName
{
color: #D1B5BC;
}
.AnyTagClassName
{
color: #D1B5BC;
}
</style>
background-color css
<style>
a { background-color: #D1B5BC; }
a { background-color: rgb(209,181,188); }
div.DivClassName
{
background-color: #D1B5BC;
}
.BgClassName
{
background-color: #D1B5BC;
}
</style>
border-color css
<style>
span { border-color: #D1B5BC; }
span { border-color: rgb(209,181,188); }
td.TdClassName
{
border-color: #D1B5BC;
}
.TagClassName
{
border-color: #D1B5BC;
}
</style>