Shades of Melanie #DCB1C3
Tints of Melanie #DCB1C3
RGB
CMYK
RGB Variations
Color information
#DCB1C3 (or 0xDCB1C3) is known color: Melanie. HEX triplet: DC, B1 and C3. RGB value is (220,177,195). Sum of RGB (Red+Green+Blue) = 220+177+195=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1C3 is #234E3C. Grayscale: #BFBFBF. Windows color (decimal): -2313789 or 12825052. OLE color: 12825052.
HSL color Cylindrical-coordinate representation of color #DCB1C3: hue angle of 334.88º 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 #DCB1C3 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 195 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.14 |
| HSL | 334.88º | 0.38% | 0.78% | - |
| HSV(B) | 334.88º | 0.2% | 0.86% | - |
| XYZ | 55.09 | 50.6 | 58.49 | - |
| YUV | 191.91 | 129.75 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 195 | 0 | 0.20 | 0.11 | 0.14 | 334.88 | 0.38 | 0.78 |
| Hex | DC | B1 | C3 | 0 | 14 | B | E | 14F | 26 | 4E |
| Octal | 334 | 261 | 303 | 0 | 24 | 13 | 16 | 517 | 46 | 116 |
| Binary | 11011100 | 10110001 | 11000011 | 0 | 10100 | 1011 | 1110 | 101001111 | 100110 | 1001110 |
Color Harmonies of #DCB1C3
Complementary color
Monochromatic Colors of #DCB1C3
Black with #DCB1C3
Text Example
Text Example
White with #DCB1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1C3; }
p { color: rgb(220,177,195); }
H1.HeaderClassName
{
color: #DCB1C3;
}
.AnyTagClassName
{
color: #DCB1C3;
}
</style>
background-color css
<style>
a { background-color: #DCB1C3; }
a { background-color: rgb(220,177,195); }
div.DivClassName
{
background-color: #DCB1C3;
}
.BgClassName
{
background-color: #DCB1C3;
}
</style>
border-color css
<style>
span { border-color: #DCB1C3; }
span { border-color: rgb(220,177,195); }
td.TdClassName
{
border-color: #DCB1C3;
}
.TagClassName
{
border-color: #DCB1C3;
}
</style>