Shades of Melanie #D1BCC0
Tints of Melanie #D1BCC0
RGB
CMYK
RGB Variations
Color information
#D1BCC0 (or 0xD1BCC0) is known color: Melanie. HEX triplet: D1, BC and C0. RGB value is (209,188,192). Sum of RGB (Red+Green+Blue) = 209+188+192=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCC0 is #2E433F. Grayscale: #C2C2C2. Windows color (decimal): -3031872 or 12631249. OLE color: 12631249.
HSL color Cylindrical-coordinate representation of color #D1BCC0: hue angle of 348.57º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1BCC0 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 192 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.18 |
| HSL | 348.57º | 0.19% | 0.78% | - |
| HSV(B) | 348.57º | 0.1% | 0.82% | - |
| XYZ | 53.79 | 53.33 | 57.33 | - |
| YUV | 194.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 192 | 0 | 0.10 | 0.08 | 0.18 | 348.57 | 0.19 | 0.78 |
| Hex | D1 | BC | C0 | 0 | A | 8 | 12 | 15D | 13 | 4E |
| Octal | 321 | 274 | 300 | 0 | 12 | 10 | 22 | 535 | 23 | 116 |
| Binary | 11010001 | 10111100 | 11000000 | 0 | 1010 | 1000 | 10010 | 101011101 | 10011 | 1001110 |
Color Harmonies of #D1BCC0
Complementary color
Monochromatic Colors of #D1BCC0
Black with #D1BCC0
Text Example
Text Example
White with #D1BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCC0; }
p { color: rgb(209,188,192); }
H1.HeaderClassName
{
color: #D1BCC0;
}
.AnyTagClassName
{
color: #D1BCC0;
}
</style>
background-color css
<style>
a { background-color: #D1BCC0; }
a { background-color: rgb(209,188,192); }
div.DivClassName
{
background-color: #D1BCC0;
}
.BgClassName
{
background-color: #D1BCC0;
}
</style>
border-color css
<style>
span { border-color: #D1BCC0; }
span { border-color: rgb(209,188,192); }
td.TdClassName
{
border-color: #D1BCC0;
}
.TagClassName
{
border-color: #D1BCC0;
}
</style>