Shades of Melanie #DCB6C1
Tints of Melanie #DCB6C1
RGB
CMYK
RGB Variations
Color information
#DCB6C1 (or 0xDCB6C1) is known color: Melanie. HEX triplet: DC, B6 and C1. RGB value is (220,182,193). Sum of RGB (Red+Green+Blue) = 220+182+193=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6C1 is #23493E. Grayscale: #C2C2C2. Windows color (decimal): -2312511 or 12695260. OLE color: 12695260.
HSL color Cylindrical-coordinate representation of color #DCB6C1: hue angle of 342.63º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCB6C1 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 193 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.14 |
| HSL | 342.63º | 0.35% | 0.79% | - |
| HSV(B) | 342.63º | 0.17% | 0.86% | - |
| XYZ | 55.87 | 52.52 | 57.65 | - |
| YUV | 194.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 193 | 0 | 0.17 | 0.12 | 0.14 | 342.63 | 0.35 | 0.79 |
| Hex | DC | B6 | C1 | 0 | 11 | C | E | 157 | 23 | 4F |
| Octal | 334 | 266 | 301 | 0 | 21 | 14 | 16 | 527 | 43 | 117 |
| Binary | 11011100 | 10110110 | 11000001 | 0 | 10001 | 1100 | 1110 | 101010111 | 100011 | 1001111 |
Color Harmonies of #DCB6C1
Complementary color
Monochromatic Colors of #DCB6C1
Black with #DCB6C1
Text Example
Text Example
White with #DCB6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6C1; }
p { color: rgb(220,182,193); }
H1.HeaderClassName
{
color: #DCB6C1;
}
.AnyTagClassName
{
color: #DCB6C1;
}
</style>
background-color css
<style>
a { background-color: #DCB6C1; }
a { background-color: rgb(220,182,193); }
div.DivClassName
{
background-color: #DCB6C1;
}
.BgClassName
{
background-color: #DCB6C1;
}
</style>
border-color css
<style>
span { border-color: #DCB6C1; }
span { border-color: rgb(220,182,193); }
td.TdClassName
{
border-color: #DCB6C1;
}
.TagClassName
{
border-color: #DCB6C1;
}
</style>