Shades of Melanie #DCB6BF
Tints of Melanie #DCB6BF
RGB
CMYK
RGB Variations
Color information
#DCB6BF (or 0xDCB6BF) is known color: Melanie. HEX triplet: DC, B6 and BF. RGB value is (220,182,191). Sum of RGB (Red+Green+Blue) = 220+182+191=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6BF is #234940. Grayscale: #C2C2C2. Windows color (decimal): -2312513 or 12564188. OLE color: 12564188.
HSL color Cylindrical-coordinate representation of color #DCB6BF: hue angle of 345.79º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCB6BF is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 191 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.14 |
| HSL | 345.79º | 0.35% | 0.79% | - |
| HSV(B) | 345.79º | 0.17% | 0.86% | - |
| XYZ | 55.65 | 52.43 | 56.48 | - |
| YUV | 194.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 191 | 0 | 0.17 | 0.13 | 0.14 | 345.79 | 0.35 | 0.79 |
| Hex | DC | B6 | BF | 0 | 11 | D | E | 15A | 23 | 4F |
| Octal | 334 | 266 | 277 | 0 | 21 | 15 | 16 | 532 | 43 | 117 |
| Binary | 11011100 | 10110110 | 10111111 | 0 | 10001 | 1101 | 1110 | 101011010 | 100011 | 1001111 |
Color Harmonies of #DCB6BF
Complementary color
Monochromatic Colors of #DCB6BF
Black with #DCB6BF
Text Example
Text Example
White with #DCB6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6BF; }
p { color: rgb(220,182,191); }
H1.HeaderClassName
{
color: #DCB6BF;
}
.AnyTagClassName
{
color: #DCB6BF;
}
</style>
background-color css
<style>
a { background-color: #DCB6BF; }
a { background-color: rgb(220,182,191); }
div.DivClassName
{
background-color: #DCB6BF;
}
.BgClassName
{
background-color: #DCB6BF;
}
</style>
border-color css
<style>
span { border-color: #DCB6BF; }
span { border-color: rgb(220,182,191); }
td.TdClassName
{
border-color: #DCB6BF;
}
.TagClassName
{
border-color: #DCB6BF;
}
</style>