Shades of Melanie #DCB0BF
Tints of Melanie #DCB0BF
RGB
CMYK
RGB Variations
Color information
#DCB0BF (or 0xDCB0BF) is known color: Melanie. HEX triplet: DC, B0 and BF. RGB value is (220,176,191). Sum of RGB (Red+Green+Blue) = 220+176+191=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0BF is #234F40. Grayscale: #BEBEBE. Windows color (decimal): -2314049 or 12562652. OLE color: 12562652.
HSL color Cylindrical-coordinate representation of color #DCB0BF: hue angle of 339.55º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB0BF is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 191 | - |
| CMYK | 0 | 0.2 | 0.13 | 0.14 |
| HSL | 339.55º | 0.39% | 0.78% | - |
| HSV(B) | 339.55º | 0.2% | 0.86% | - |
| XYZ | 54.44 | 50.03 | 56.08 | - |
| YUV | 190.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 191 | 0 | 0.2 | 0.13 | 0.14 | 339.55 | 0.39 | 0.78 |
| Hex | DC | B0 | BF | 0 | 14 | D | E | 154 | 27 | 4E |
| Octal | 334 | 260 | 277 | 0 | 24 | 15 | 16 | 524 | 47 | 116 |
| Binary | 11011100 | 10110000 | 10111111 | 0 | 10100 | 1101 | 1110 | 101010100 | 100111 | 1001110 |
Color Harmonies of #DCB0BF
Complementary color
Monochromatic Colors of #DCB0BF
Black with #DCB0BF
Text Example
Text Example
White with #DCB0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0BF; }
p { color: rgb(220,176,191); }
H1.HeaderClassName
{
color: #DCB0BF;
}
.AnyTagClassName
{
color: #DCB0BF;
}
</style>
background-color css
<style>
a { background-color: #DCB0BF; }
a { background-color: rgb(220,176,191); }
div.DivClassName
{
background-color: #DCB0BF;
}
.BgClassName
{
background-color: #DCB0BF;
}
</style>
border-color css
<style>
span { border-color: #DCB0BF; }
span { border-color: rgb(220,176,191); }
td.TdClassName
{
border-color: #DCB0BF;
}
.TagClassName
{
border-color: #DCB0BF;
}
</style>