Shades of Melanie #DCBAC6
Tints of Melanie #DCBAC6
RGB
CMYK
RGB Variations
Color information
#DCBAC6 (or 0xDCBAC6) is known color: Melanie. HEX triplet: DC, BA and C6. RGB value is (220,186,198). Sum of RGB (Red+Green+Blue) = 220+186+198=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAC6 is #234539. Grayscale: #C5C5C5. Windows color (decimal): -2311482 or 13023964. OLE color: 13023964.
HSL color Cylindrical-coordinate representation of color #DCBAC6: hue angle of 338.82º 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 #DCBAC6 is Cyan = 0, Magento = 0.15, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 198 | - |
| CMYK | 0 | 0.15 | 0.1 | 0.14 |
| HSL | 338.82º | 0.33% | 0.8% | - |
| HSV(B) | 338.82º | 0.15% | 0.86% | - |
| XYZ | 57.27 | 54.41 | 60.91 | - |
| YUV | 197.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 198 | 0 | 0.15 | 0.1 | 0.14 | 338.82 | 0.33 | 0.8 |
| Hex | DC | BA | C6 | 0 | F | A | E | 153 | 21 | 50 |
| Octal | 334 | 272 | 306 | 0 | 17 | 12 | 16 | 523 | 41 | 120 |
| Binary | 11011100 | 10111010 | 11000110 | 0 | 1111 | 1010 | 1110 | 101010011 | 100001 | 1010000 |
Color Harmonies of #DCBAC6
Complementary color
Monochromatic Colors of #DCBAC6
Black with #DCBAC6
Text Example
Text Example
White with #DCBAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAC6; }
p { color: rgb(220,186,198); }
H1.HeaderClassName
{
color: #DCBAC6;
}
.AnyTagClassName
{
color: #DCBAC6;
}
</style>
background-color css
<style>
a { background-color: #DCBAC6; }
a { background-color: rgb(220,186,198); }
div.DivClassName
{
background-color: #DCBAC6;
}
.BgClassName
{
background-color: #DCBAC6;
}
</style>
border-color css
<style>
span { border-color: #DCBAC6; }
span { border-color: rgb(220,186,198); }
td.TdClassName
{
border-color: #DCBAC6;
}
.TagClassName
{
border-color: #DCBAC6;
}
</style>