Shades of Melanie #DCB7C5
Tints of Melanie #DCB7C5
RGB
CMYK
RGB Variations
Color information
#DCB7C5 (or 0xDCB7C5) is known color: Melanie. HEX triplet: DC, B7 and C5. RGB value is (220,183,197). Sum of RGB (Red+Green+Blue) = 220+183+197=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 183 (71.88% from 255 or 30.5% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7C5 is #23483A. Grayscale: #C3C3C3. Windows color (decimal): -2312251 or 12957660. OLE color: 12957660.
HSL color Cylindrical-coordinate representation of color #DCB7C5: hue angle of 337.3º 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 #DCB7C5 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 197 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.14 |
| HSL | 337.3º | 0.35% | 0.79% | - |
| HSV(B) | 337.3º | 0.17% | 0.86% | - |
| XYZ | 56.53 | 53.11 | 60.1 | - |
| YUV | 195.66 | 128.76 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 197 | 0 | 0.17 | 0.10 | 0.14 | 337.3 | 0.35 | 0.79 |
| Hex | DC | B7 | C5 | 0 | 11 | A | E | 151 | 23 | 4F |
| Octal | 334 | 267 | 305 | 0 | 21 | 12 | 16 | 521 | 43 | 117 |
| Binary | 11011100 | 10110111 | 11000101 | 0 | 10001 | 1010 | 1110 | 101010001 | 100011 | 1001111 |
Color Harmonies of #DCB7C5
Complementary color
Monochromatic Colors of #DCB7C5
Black with #DCB7C5
Text Example
Text Example
White with #DCB7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7C5; }
p { color: rgb(220,183,197); }
H1.HeaderClassName
{
color: #DCB7C5;
}
.AnyTagClassName
{
color: #DCB7C5;
}
</style>
background-color css
<style>
a { background-color: #DCB7C5; }
a { background-color: rgb(220,183,197); }
div.DivClassName
{
background-color: #DCB7C5;
}
.BgClassName
{
background-color: #DCB7C5;
}
</style>
border-color css
<style>
span { border-color: #DCB7C5; }
span { border-color: rgb(220,183,197); }
td.TdClassName
{
border-color: #DCB7C5;
}
.TagClassName
{
border-color: #DCB7C5;
}
</style>