Shades of Melanie #DCBAC0
Tints of Melanie #DCBAC0
RGB
CMYK
RGB Variations
Color information
#DCBAC0 (or 0xDCBAC0) is known color: Melanie. HEX triplet: DC, BA and C0. RGB value is (220,186,192). Sum of RGB (Red+Green+Blue) = 220+186+192=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAC0 is #23453F. Grayscale: #C4C4C4. Windows color (decimal): -2311488 or 12630748. OLE color: 12630748.
HSL color Cylindrical-coordinate representation of color #DCBAC0: hue angle of 349.41º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBAC0 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 192 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.14 |
| HSL | 349.41º | 0.33% | 0.8% | - |
| HSV(B) | 349.41º | 0.15% | 0.86% | - |
| XYZ | 56.59 | 54.14 | 57.34 | - |
| YUV | 196.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 192 | 0 | 0.15 | 0.13 | 0.14 | 349.41 | 0.33 | 0.8 |
| Hex | DC | BA | C0 | 0 | F | D | E | 15D | 21 | 50 |
| Octal | 334 | 272 | 300 | 0 | 17 | 15 | 16 | 535 | 41 | 120 |
| Binary | 11011100 | 10111010 | 11000000 | 0 | 1111 | 1101 | 1110 | 101011101 | 100001 | 1010000 |
Color Harmonies of #DCBAC0
Complementary color
Monochromatic Colors of #DCBAC0
Black with #DCBAC0
Text Example
Text Example
White with #DCBAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAC0; }
p { color: rgb(220,186,192); }
H1.HeaderClassName
{
color: #DCBAC0;
}
.AnyTagClassName
{
color: #DCBAC0;
}
</style>
background-color css
<style>
a { background-color: #DCBAC0; }
a { background-color: rgb(220,186,192); }
div.DivClassName
{
background-color: #DCBAC0;
}
.BgClassName
{
background-color: #DCBAC0;
}
</style>
border-color css
<style>
span { border-color: #DCBAC0; }
span { border-color: rgb(220,186,192); }
td.TdClassName
{
border-color: #DCBAC0;
}
.TagClassName
{
border-color: #DCBAC0;
}
</style>