Shades of Melanie #D1B8C0
Tints of Melanie #D1B8C0
RGB
CMYK
RGB Variations
Color information
#D1B8C0 (or 0xD1B8C0) is known color: Melanie. HEX triplet: D1, B8 and C0. RGB value is (209,184,192). Sum of RGB (Red+Green+Blue) = 209+184+192=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B8C0 is #2E473F. Grayscale: #C0C0C0. Windows color (decimal): -3032896 or 12630225. OLE color: 12630225.
HSL color Cylindrical-coordinate representation of color #D1B8C0: hue angle of 340.8º 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 #D1B8C0 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 184 | 192 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.18 |
| HSL | 340.8º | 0.21% | 0.77% | - |
| HSV(B) | 340.8º | 0.12% | 0.82% | - |
| XYZ | 52.95 | 51.64 | 57.05 | - |
| YUV | 192.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 192 | 0 | 0.12 | 0.08 | 0.18 | 340.8 | 0.21 | 0.77 |
| Hex | D1 | B8 | C0 | 0 | C | 8 | 12 | 155 | 15 | 4D |
| Octal | 321 | 270 | 300 | 0 | 14 | 10 | 22 | 525 | 25 | 115 |
| Binary | 11010001 | 10111000 | 11000000 | 0 | 1100 | 1000 | 10010 | 101010101 | 10101 | 1001101 |
Color Harmonies of #D1B8C0
Complementary color
Monochromatic Colors of #D1B8C0
Black with #D1B8C0
Text Example
Text Example
White with #D1B8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B8C0; }
p { color: rgb(209,184,192); }
H1.HeaderClassName
{
color: #D1B8C0;
}
.AnyTagClassName
{
color: #D1B8C0;
}
</style>
background-color css
<style>
a { background-color: #D1B8C0; }
a { background-color: rgb(209,184,192); }
div.DivClassName
{
background-color: #D1B8C0;
}
.BgClassName
{
background-color: #D1B8C0;
}
</style>
border-color css
<style>
span { border-color: #D1B8C0; }
span { border-color: rgb(209,184,192); }
td.TdClassName
{
border-color: #D1B8C0;
}
.TagClassName
{
border-color: #D1B8C0;
}
</style>