Shades of Melanie #DCB3C5
Tints of Melanie #DCB3C5
RGB
CMYK
RGB Variations
Color information
#DCB3C5 (or 0xDCB3C5) is known color: Melanie. HEX triplet: DC, B3 and C5. RGB value is (220,179,197). Sum of RGB (Red+Green+Blue) = 220+179+197=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3C5 is #234C3A. Grayscale: #C1C1C1. Windows color (decimal): -2313275 or 12956636. OLE color: 12956636.
HSL color Cylindrical-coordinate representation of color #DCB3C5: hue angle of 333.66º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB3C5 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 197 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.14 |
| HSL | 333.66º | 0.37% | 0.78% | - |
| HSV(B) | 333.66º | 0.19% | 0.86% | - |
| XYZ | 55.71 | 51.49 | 59.82 | - |
| YUV | 193.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 197 | 0 | 0.19 | 0.10 | 0.14 | 333.66 | 0.37 | 0.78 |
| Hex | DC | B3 | C5 | 0 | 13 | A | E | 14E | 25 | 4E |
| Octal | 334 | 263 | 305 | 0 | 23 | 12 | 16 | 516 | 45 | 116 |
| Binary | 11011100 | 10110011 | 11000101 | 0 | 10011 | 1010 | 1110 | 101001110 | 100101 | 1001110 |
Color Harmonies of #DCB3C5
Complementary color
Monochromatic Colors of #DCB3C5
Black with #DCB3C5
Text Example
Text Example
White with #DCB3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3C5; }
p { color: rgb(220,179,197); }
H1.HeaderClassName
{
color: #DCB3C5;
}
.AnyTagClassName
{
color: #DCB3C5;
}
</style>
background-color css
<style>
a { background-color: #DCB3C5; }
a { background-color: rgb(220,179,197); }
div.DivClassName
{
background-color: #DCB3C5;
}
.BgClassName
{
background-color: #DCB3C5;
}
</style>
border-color css
<style>
span { border-color: #DCB3C5; }
span { border-color: rgb(220,179,197); }
td.TdClassName
{
border-color: #DCB3C5;
}
.TagClassName
{
border-color: #DCB3C5;
}
</style>