Shades of Melanie #DCB3C4
Tints of Melanie #DCB3C4
RGB
CMYK
RGB Variations
Color information
#DCB3C4 (or 0xDCB3C4) is known color: Melanie. HEX triplet: DC, B3 and C4. RGB value is (220,179,196). Sum of RGB (Red+Green+Blue) = 220+179+196=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 179 (70.31% from 255 or 30.08% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3C4 is #234C3B. Grayscale: #C1C1C1. Windows color (decimal): -2313276 or 12891100. OLE color: 12891100.
HSL color Cylindrical-coordinate representation of color #DCB3C4: hue angle of 335.12º 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 #DCB3C4 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 196 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.14 |
| HSL | 335.12º | 0.37% | 0.78% | - |
| HSV(B) | 335.12º | 0.19% | 0.86% | - |
| XYZ | 55.6 | 51.44 | 59.22 | - |
| YUV | 193.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 196 | 0 | 0.19 | 0.11 | 0.14 | 335.12 | 0.37 | 0.78 |
| Hex | DC | B3 | C4 | 0 | 13 | B | E | 14F | 25 | 4E |
| Octal | 334 | 263 | 304 | 0 | 23 | 13 | 16 | 517 | 45 | 116 |
| Binary | 11011100 | 10110011 | 11000100 | 0 | 10011 | 1011 | 1110 | 101001111 | 100101 | 1001110 |
Color Harmonies of #DCB3C4
Complementary color
Monochromatic Colors of #DCB3C4
Black with #DCB3C4
Text Example
Text Example
White with #DCB3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3C4; }
p { color: rgb(220,179,196); }
H1.HeaderClassName
{
color: #DCB3C4;
}
.AnyTagClassName
{
color: #DCB3C4;
}
</style>
background-color css
<style>
a { background-color: #DCB3C4; }
a { background-color: rgb(220,179,196); }
div.DivClassName
{
background-color: #DCB3C4;
}
.BgClassName
{
background-color: #DCB3C4;
}
</style>
border-color css
<style>
span { border-color: #DCB3C4; }
span { border-color: rgb(220,179,196); }
td.TdClassName
{
border-color: #DCB3C4;
}
.TagClassName
{
border-color: #DCB3C4;
}
</style>