Shades of Melanie #DCB7C6
Tints of Melanie #DCB7C6
RGB
CMYK
RGB Variations
Color information
#DCB7C6 (or 0xDCB7C6) is known color: Melanie. HEX triplet: DC, B7 and C6. RGB value is (220,183,198). Sum of RGB (Red+Green+Blue) = 220+183+198=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 183 (71.88% from 255 or 30.45% from 601); Blue value is 198 (77.73% from 255 or 32.95% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7C6 is #234839. Grayscale: #C3C3C3. Windows color (decimal): -2312250 or 13023196. OLE color: 13023196.
HSL color Cylindrical-coordinate representation of color #DCB7C6: hue angle of 335.68º 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 #DCB7C6 is Cyan = 0, Magento = 0.17, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 198 | - |
| CMYK | 0 | 0.17 | 0.1 | 0.14 |
| HSL | 335.68º | 0.35% | 0.79% | - |
| HSV(B) | 335.68º | 0.17% | 0.86% | - |
| XYZ | 56.64 | 53.16 | 60.7 | - |
| YUV | 195.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 198 | 0 | 0.17 | 0.1 | 0.14 | 335.68 | 0.35 | 0.79 |
| Hex | DC | B7 | C6 | 0 | 11 | A | E | 150 | 23 | 4F |
| Octal | 334 | 267 | 306 | 0 | 21 | 12 | 16 | 520 | 43 | 117 |
| Binary | 11011100 | 10110111 | 11000110 | 0 | 10001 | 1010 | 1110 | 101010000 | 100011 | 1001111 |
Color Harmonies of #DCB7C6
Complementary color
Monochromatic Colors of #DCB7C6
Black with #DCB7C6
Text Example
Text Example
White with #DCB7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7C6; }
p { color: rgb(220,183,198); }
H1.HeaderClassName
{
color: #DCB7C6;
}
.AnyTagClassName
{
color: #DCB7C6;
}
</style>
background-color css
<style>
a { background-color: #DCB7C6; }
a { background-color: rgb(220,183,198); }
div.DivClassName
{
background-color: #DCB7C6;
}
.BgClassName
{
background-color: #DCB7C6;
}
</style>
border-color css
<style>
span { border-color: #DCB7C6; }
span { border-color: rgb(220,183,198); }
td.TdClassName
{
border-color: #DCB7C6;
}
.TagClassName
{
border-color: #DCB7C6;
}
</style>