Shades of Melanie #D1B8C1
Tints of Melanie #D1B8C1
RGB
CMYK
RGB Variations
Color information
#D1B8C1 (or 0xD1B8C1) is known color: Melanie. HEX triplet: D1, B8 and C1. RGB value is (209,184,193). Sum of RGB (Red+Green+Blue) = 209+184+193=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B8C1 is #2E473E. Grayscale: #C0C0C0. Windows color (decimal): -3032895 or 12695761. OLE color: 12695761.
HSL color Cylindrical-coordinate representation of color #D1B8C1: hue angle of 338.4º 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 #D1B8C1 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 184 | 193 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.18 |
| HSL | 338.4º | 0.21% | 0.77% | - |
| HSV(B) | 338.4º | 0.12% | 0.82% | - |
| XYZ | 53.06 | 51.69 | 57.63 | - |
| YUV | 192.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 193 | 0 | 0.12 | 0.08 | 0.18 | 338.4 | 0.21 | 0.77 |
| Hex | D1 | B8 | C1 | 0 | C | 8 | 12 | 152 | 15 | 4D |
| Octal | 321 | 270 | 301 | 0 | 14 | 10 | 22 | 522 | 25 | 115 |
| Binary | 11010001 | 10111000 | 11000001 | 0 | 1100 | 1000 | 10010 | 101010010 | 10101 | 1001101 |
Color Harmonies of #D1B8C1
Complementary color
Monochromatic Colors of #D1B8C1
Black with #D1B8C1
Text Example
Text Example
White with #D1B8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B8C1; }
p { color: rgb(209,184,193); }
H1.HeaderClassName
{
color: #D1B8C1;
}
.AnyTagClassName
{
color: #D1B8C1;
}
</style>
background-color css
<style>
a { background-color: #D1B8C1; }
a { background-color: rgb(209,184,193); }
div.DivClassName
{
background-color: #D1B8C1;
}
.BgClassName
{
background-color: #D1B8C1;
}
</style>
border-color css
<style>
span { border-color: #D1B8C1; }
span { border-color: rgb(209,184,193); }
td.TdClassName
{
border-color: #D1B8C1;
}
.TagClassName
{
border-color: #D1B8C1;
}
</style>