Shades of Melanie #D6BCC1
Tints of Melanie #D6BCC1
RGB
CMYK
RGB Variations
Color information
#D6BCC1 (or 0xD6BCC1) is known color: Melanie. HEX triplet: D6, BC and C1. RGB value is (214,188,193). Sum of RGB (Red+Green+Blue) = 214+188+193=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCC1 is #29433E. Grayscale: #C4C4C4. Windows color (decimal): -2704191 or 12696790. OLE color: 12696790.
HSL color Cylindrical-coordinate representation of color #D6BCC1: hue angle of 348.46º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6BCC1 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 193 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.16 |
| HSL | 348.46º | 0.24% | 0.79% | - |
| HSV(B) | 348.46º | 0.12% | 0.84% | - |
| XYZ | 55.34 | 54.11 | 57.98 | - |
| YUV | 196.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 193 | 0 | 0.12 | 0.10 | 0.16 | 348.46 | 0.24 | 0.79 |
| Hex | D6 | BC | C1 | 0 | C | A | 10 | 15C | 18 | 4F |
| Octal | 326 | 274 | 301 | 0 | 14 | 12 | 20 | 534 | 30 | 117 |
| Binary | 11010110 | 10111100 | 11000001 | 0 | 1100 | 1010 | 10000 | 101011100 | 11000 | 1001111 |
Color Harmonies of #D6BCC1
Complementary color
Monochromatic Colors of #D6BCC1
Black with #D6BCC1
Text Example
Text Example
White with #D6BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BCC1; }
p { color: rgb(214,188,193); }
H1.HeaderClassName
{
color: #D6BCC1;
}
.AnyTagClassName
{
color: #D6BCC1;
}
</style>
background-color css
<style>
a { background-color: #D6BCC1; }
a { background-color: rgb(214,188,193); }
div.DivClassName
{
background-color: #D6BCC1;
}
.BgClassName
{
background-color: #D6BCC1;
}
</style>
border-color css
<style>
span { border-color: #D6BCC1; }
span { border-color: rgb(214,188,193); }
td.TdClassName
{
border-color: #D6BCC1;
}
.TagClassName
{
border-color: #D6BCC1;
}
</style>