Shades of Melanie #DCB0C1
Tints of Melanie #DCB0C1
RGB
CMYK
RGB Variations
Color information
#DCB0C1 (or 0xDCB0C1) is known color: Melanie. HEX triplet: DC, B0 and C1. RGB value is (220,176,193). Sum of RGB (Red+Green+Blue) = 220+176+193=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0C1 is #234F3E. Grayscale: #BFBFBF. Windows color (decimal): -2314047 or 12693724. OLE color: 12693724.
HSL color Cylindrical-coordinate representation of color #DCB0C1: hue angle of 336.82º 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 #DCB0C1 is Cyan = 0, Magento = 0.2, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 193 | - |
| CMYK | 0 | 0.2 | 0.12 | 0.14 |
| HSL | 336.82º | 0.39% | 0.78% | - |
| HSV(B) | 336.82º | 0.2% | 0.86% | - |
| XYZ | 54.67 | 50.12 | 57.24 | - |
| YUV | 191.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 193 | 0 | 0.2 | 0.12 | 0.14 | 336.82 | 0.39 | 0.78 |
| Hex | DC | B0 | C1 | 0 | 14 | C | E | 151 | 27 | 4E |
| Octal | 334 | 260 | 301 | 0 | 24 | 14 | 16 | 521 | 47 | 116 |
| Binary | 11011100 | 10110000 | 11000001 | 0 | 10100 | 1100 | 1110 | 101010001 | 100111 | 1001110 |
Color Harmonies of #DCB0C1
Complementary color
Monochromatic Colors of #DCB0C1
Black with #DCB0C1
Text Example
Text Example
White with #DCB0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0C1; }
p { color: rgb(220,176,193); }
H1.HeaderClassName
{
color: #DCB0C1;
}
.AnyTagClassName
{
color: #DCB0C1;
}
</style>
background-color css
<style>
a { background-color: #DCB0C1; }
a { background-color: rgb(220,176,193); }
div.DivClassName
{
background-color: #DCB0C1;
}
.BgClassName
{
background-color: #DCB0C1;
}
</style>
border-color css
<style>
span { border-color: #DCB0C1; }
span { border-color: rgb(220,176,193); }
td.TdClassName
{
border-color: #DCB0C1;
}
.TagClassName
{
border-color: #DCB0C1;
}
</style>