Shades of Melanie #DCB7C3
Tints of Melanie #DCB7C3
RGB
CMYK
RGB Variations
Color information
#DCB7C3 (or 0xDCB7C3) is known color: Melanie. HEX triplet: DC, B7 and C3. RGB value is (220,183,195). Sum of RGB (Red+Green+Blue) = 220+183+195=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7C3 is #23483C. Grayscale: #C3C3C3. Windows color (decimal): -2312253 or 12826588. OLE color: 12826588.
HSL color Cylindrical-coordinate representation of color #DCB7C3: hue angle of 340.54º 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 #DCB7C3 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 195 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.14 |
| HSL | 340.54º | 0.35% | 0.79% | - |
| HSV(B) | 340.54º | 0.17% | 0.86% | - |
| XYZ | 56.3 | 53.02 | 58.9 | - |
| YUV | 195.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 195 | 0 | 0.17 | 0.11 | 0.14 | 340.54 | 0.35 | 0.79 |
| Hex | DC | B7 | C3 | 0 | 11 | B | E | 155 | 23 | 4F |
| Octal | 334 | 267 | 303 | 0 | 21 | 13 | 16 | 525 | 43 | 117 |
| Binary | 11011100 | 10110111 | 11000011 | 0 | 10001 | 1011 | 1110 | 101010101 | 100011 | 1001111 |
Color Harmonies of #DCB7C3
Complementary color
Monochromatic Colors of #DCB7C3
Black with #DCB7C3
Text Example
Text Example
White with #DCB7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7C3; }
p { color: rgb(220,183,195); }
H1.HeaderClassName
{
color: #DCB7C3;
}
.AnyTagClassName
{
color: #DCB7C3;
}
</style>
background-color css
<style>
a { background-color: #DCB7C3; }
a { background-color: rgb(220,183,195); }
div.DivClassName
{
background-color: #DCB7C3;
}
.BgClassName
{
background-color: #DCB7C3;
}
</style>
border-color css
<style>
span { border-color: #DCB7C3; }
span { border-color: rgb(220,183,195); }
td.TdClassName
{
border-color: #DCB7C3;
}
.TagClassName
{
border-color: #DCB7C3;
}
</style>