Shades of Melanie #D6BCC0
Tints of Melanie #D6BCC0
RGB
CMYK
RGB Variations
Color information
#D6BCC0 (or 0xD6BCC0) is known color: Melanie. HEX triplet: D6, BC and C0. RGB value is (214,188,192). Sum of RGB (Red+Green+Blue) = 214+188+192=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCC0 is #29433F. Grayscale: #C4C4C4. Windows color (decimal): -2704192 or 12631254. OLE color: 12631254.
HSL color Cylindrical-coordinate representation of color #D6BCC0: hue angle of 350.77º 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 #D6BCC0 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 192 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.16 |
| HSL | 350.77º | 0.24% | 0.79% | - |
| HSV(B) | 350.77º | 0.12% | 0.84% | - |
| XYZ | 55.23 | 54.07 | 57.39 | - |
| YUV | 196.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 192 | 0 | 0.12 | 0.10 | 0.16 | 350.77 | 0.24 | 0.79 |
| Hex | D6 | BC | C0 | 0 | C | A | 10 | 15F | 18 | 4F |
| Octal | 326 | 274 | 300 | 0 | 14 | 12 | 20 | 537 | 30 | 117 |
| Binary | 11010110 | 10111100 | 11000000 | 0 | 1100 | 1010 | 10000 | 101011111 | 11000 | 1001111 |
Color Harmonies of #D6BCC0
Complementary color
Monochromatic Colors of #D6BCC0
Black with #D6BCC0
Text Example
Text Example
White with #D6BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BCC0; }
p { color: rgb(214,188,192); }
H1.HeaderClassName
{
color: #D6BCC0;
}
.AnyTagClassName
{
color: #D6BCC0;
}
</style>
background-color css
<style>
a { background-color: #D6BCC0; }
a { background-color: rgb(214,188,192); }
div.DivClassName
{
background-color: #D6BCC0;
}
.BgClassName
{
background-color: #D6BCC0;
}
</style>
border-color css
<style>
span { border-color: #D6BCC0; }
span { border-color: rgb(214,188,192); }
td.TdClassName
{
border-color: #D6BCC0;
}
.TagClassName
{
border-color: #D6BCC0;
}
</style>