Shades of Melanie #D6BCC2
Tints of Melanie #D6BCC2
RGB
CMYK
RGB Variations
Color information
#D6BCC2 (or 0xD6BCC2) is known color: Melanie. HEX triplet: D6, BC and C2. RGB value is (214,188,194). Sum of RGB (Red+Green+Blue) = 214+188+194=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCC2 is #29433D. Grayscale: #C4C4C4. Windows color (decimal): -2704190 or 12762326. OLE color: 12762326.
HSL color Cylindrical-coordinate representation of color #D6BCC2: hue angle of 346.15º 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 #D6BCC2 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 194 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.16 |
| HSL | 346.15º | 0.24% | 0.79% | - |
| HSV(B) | 346.15º | 0.12% | 0.84% | - |
| XYZ | 55.45 | 54.16 | 58.57 | - |
| YUV | 196.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 194 | 0 | 0.12 | 0.09 | 0.16 | 346.15 | 0.24 | 0.79 |
| Hex | D6 | BC | C2 | 0 | C | 9 | 10 | 15A | 18 | 4F |
| Octal | 326 | 274 | 302 | 0 | 14 | 11 | 20 | 532 | 30 | 117 |
| Binary | 11010110 | 10111100 | 11000010 | 0 | 1100 | 1001 | 10000 | 101011010 | 11000 | 1001111 |
Color Harmonies of #D6BCC2
Complementary color
Monochromatic Colors of #D6BCC2
Black with #D6BCC2
Text Example
Text Example
White with #D6BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BCC2; }
p { color: rgb(214,188,194); }
H1.HeaderClassName
{
color: #D6BCC2;
}
.AnyTagClassName
{
color: #D6BCC2;
}
</style>
background-color css
<style>
a { background-color: #D6BCC2; }
a { background-color: rgb(214,188,194); }
div.DivClassName
{
background-color: #D6BCC2;
}
.BgClassName
{
background-color: #D6BCC2;
}
</style>
border-color css
<style>
span { border-color: #D6BCC2; }
span { border-color: rgb(214,188,194); }
td.TdClassName
{
border-color: #D6BCC2;
}
.TagClassName
{
border-color: #D6BCC2;
}
</style>