Shades of Melanie #DCB0BD
Tints of Melanie #DCB0BD
RGB
CMYK
RGB Variations
Color information
#DCB0BD (or 0xDCB0BD) is known color: Melanie. HEX triplet: DC, B0 and BD. RGB value is (220,176,189). Sum of RGB (Red+Green+Blue) = 220+176+189=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0BD is #234F42. Grayscale: #BEBEBE. Windows color (decimal): -2314051 or 12431580. OLE color: 12431580.
HSL color Cylindrical-coordinate representation of color #DCB0BD: hue angle of 342.27º 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 #DCB0BD is Cyan = 0, Magento = 0.2, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 189 | - |
| CMYK | 0 | 0.2 | 0.14 | 0.14 |
| HSL | 342.27º | 0.39% | 0.78% | - |
| HSV(B) | 342.27º | 0.2% | 0.86% | - |
| XYZ | 54.23 | 49.94 | 54.93 | - |
| YUV | 190.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 189 | 0 | 0.2 | 0.14 | 0.14 | 342.27 | 0.39 | 0.78 |
| Hex | DC | B0 | BD | 0 | 14 | E | E | 156 | 27 | 4E |
| Octal | 334 | 260 | 275 | 0 | 24 | 16 | 16 | 526 | 47 | 116 |
| Binary | 11011100 | 10110000 | 10111101 | 0 | 10100 | 1110 | 1110 | 101010110 | 100111 | 1001110 |
Color Harmonies of #DCB0BD
Complementary color
Monochromatic Colors of #DCB0BD
Black with #DCB0BD
Text Example
Text Example
White with #DCB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0BD; }
p { color: rgb(220,176,189); }
H1.HeaderClassName
{
color: #DCB0BD;
}
.AnyTagClassName
{
color: #DCB0BD;
}
</style>
background-color css
<style>
a { background-color: #DCB0BD; }
a { background-color: rgb(220,176,189); }
div.DivClassName
{
background-color: #DCB0BD;
}
.BgClassName
{
background-color: #DCB0BD;
}
</style>
border-color css
<style>
span { border-color: #DCB0BD; }
span { border-color: rgb(220,176,189); }
td.TdClassName
{
border-color: #DCB0BD;
}
.TagClassName
{
border-color: #DCB0BD;
}
</style>