Shades of Melanie #DCBAC4
Tints of Melanie #DCBAC4
RGB
CMYK
RGB Variations
Color information
#DCBAC4 (or 0xDCBAC4) is known color: Melanie. HEX triplet: DC, BA and C4. RGB value is (220,186,196). Sum of RGB (Red+Green+Blue) = 220+186+196=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAC4 is #23453B. Grayscale: #C5C5C5. Windows color (decimal): -2311484 or 12892892. OLE color: 12892892.
HSL color Cylindrical-coordinate representation of color #DCBAC4: hue angle of 342.35º 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 #DCBAC4 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 196 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.14 |
| HSL | 342.35º | 0.33% | 0.8% | - |
| HSV(B) | 342.35º | 0.15% | 0.86% | - |
| XYZ | 57.04 | 54.32 | 59.7 | - |
| YUV | 197.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 196 | 0 | 0.15 | 0.11 | 0.14 | 342.35 | 0.33 | 0.8 |
| Hex | DC | BA | C4 | 0 | F | B | E | 156 | 21 | 50 |
| Octal | 334 | 272 | 304 | 0 | 17 | 13 | 16 | 526 | 41 | 120 |
| Binary | 11011100 | 10111010 | 11000100 | 0 | 1111 | 1011 | 1110 | 101010110 | 100001 | 1010000 |
Color Harmonies of #DCBAC4
Complementary color
Monochromatic Colors of #DCBAC4
Black with #DCBAC4
Text Example
Text Example
White with #DCBAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAC4; }
p { color: rgb(220,186,196); }
H1.HeaderClassName
{
color: #DCBAC4;
}
.AnyTagClassName
{
color: #DCBAC4;
}
</style>
background-color css
<style>
a { background-color: #DCBAC4; }
a { background-color: rgb(220,186,196); }
div.DivClassName
{
background-color: #DCBAC4;
}
.BgClassName
{
background-color: #DCBAC4;
}
</style>
border-color css
<style>
span { border-color: #DCBAC4; }
span { border-color: rgb(220,186,196); }
td.TdClassName
{
border-color: #DCBAC4;
}
.TagClassName
{
border-color: #DCBAC4;
}
</style>