Shades of Melanie #DCB1BC
Tints of Melanie #DCB1BC
RGB
CMYK
RGB Variations
Color information
#DCB1BC (or 0xDCB1BC) is known color: Melanie. HEX triplet: DC, B1 and BC. RGB value is (220,177,188). Sum of RGB (Red+Green+Blue) = 220+177+188=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1BC is #234E43. Grayscale: #BFBFBF. Windows color (decimal): -2313796 or 12366300. OLE color: 12366300.
HSL color Cylindrical-coordinate representation of color #DCB1BC: hue angle of 344.65º degrees, saturation: 0.38, 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 #DCB1BC is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 188 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.14 |
| HSL | 344.65º | 0.38% | 0.78% | - |
| HSV(B) | 344.65º | 0.2% | 0.86% | - |
| XYZ | 54.31 | 50.29 | 54.42 | - |
| YUV | 191.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 188 | 0 | 0.20 | 0.15 | 0.14 | 344.65 | 0.38 | 0.78 |
| Hex | DC | B1 | BC | 0 | 14 | F | E | 159 | 26 | 4E |
| Octal | 334 | 261 | 274 | 0 | 24 | 17 | 16 | 531 | 46 | 116 |
| Binary | 11011100 | 10110001 | 10111100 | 0 | 10100 | 1111 | 1110 | 101011001 | 100110 | 1001110 |
Color Harmonies of #DCB1BC
Complementary color
Monochromatic Colors of #DCB1BC
Black with #DCB1BC
Text Example
Text Example
White with #DCB1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1BC; }
p { color: rgb(220,177,188); }
H1.HeaderClassName
{
color: #DCB1BC;
}
.AnyTagClassName
{
color: #DCB1BC;
}
</style>
background-color css
<style>
a { background-color: #DCB1BC; }
a { background-color: rgb(220,177,188); }
div.DivClassName
{
background-color: #DCB1BC;
}
.BgClassName
{
background-color: #DCB1BC;
}
</style>
border-color css
<style>
span { border-color: #DCB1BC; }
span { border-color: rgb(220,177,188); }
td.TdClassName
{
border-color: #DCB1BC;
}
.TagClassName
{
border-color: #DCB1BC;
}
</style>