Shades of Melanie #DCBABF
Tints of Melanie #DCBABF
RGB
CMYK
RGB Variations
Color information
#DCBABF (or 0xDCBABF) is known color: Melanie. HEX triplet: DC, BA and BF. RGB value is (220,186,191). Sum of RGB (Red+Green+Blue) = 220+186+191=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBABF is #234540. Grayscale: #C4C4C4. Windows color (decimal): -2311489 or 12565212. OLE color: 12565212.
HSL color Cylindrical-coordinate representation of color #DCBABF: hue angle of 351.18º 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 #DCBABF is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 191 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.14 |
| HSL | 351.18º | 0.33% | 0.8% | - |
| HSV(B) | 351.18º | 0.15% | 0.86% | - |
| XYZ | 56.48 | 54.1 | 56.75 | - |
| YUV | 196.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 191 | 0 | 0.15 | 0.13 | 0.14 | 351.18 | 0.33 | 0.8 |
| Hex | DC | BA | BF | 0 | F | D | E | 15F | 21 | 50 |
| Octal | 334 | 272 | 277 | 0 | 17 | 15 | 16 | 537 | 41 | 120 |
| Binary | 11011100 | 10111010 | 10111111 | 0 | 1111 | 1101 | 1110 | 101011111 | 100001 | 1010000 |
Color Harmonies of #DCBABF
Complementary color
Monochromatic Colors of #DCBABF
Black with #DCBABF
Text Example
Text Example
White with #DCBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBABF; }
p { color: rgb(220,186,191); }
H1.HeaderClassName
{
color: #DCBABF;
}
.AnyTagClassName
{
color: #DCBABF;
}
</style>
background-color css
<style>
a { background-color: #DCBABF; }
a { background-color: rgb(220,186,191); }
div.DivClassName
{
background-color: #DCBABF;
}
.BgClassName
{
background-color: #DCBABF;
}
</style>
border-color css
<style>
span { border-color: #DCBABF; }
span { border-color: rgb(220,186,191); }
td.TdClassName
{
border-color: #DCBABF;
}
.TagClassName
{
border-color: #DCBABF;
}
</style>