Shades of Melanie #DCB4C5
Tints of Melanie #DCB4C5
RGB
CMYK
RGB Variations
Color information
#DCB4C5 (or 0xDCB4C5) is known color: Melanie. HEX triplet: DC, B4 and C5. RGB value is (220,180,197). Sum of RGB (Red+Green+Blue) = 220+180+197=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4C5 is #234B3A. Grayscale: #C1C1C1. Windows color (decimal): -2313019 or 12956892. OLE color: 12956892.
HSL color Cylindrical-coordinate representation of color #DCB4C5: hue angle of 334.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB4C5 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 197 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.14 |
| HSL | 334.5º | 0.36% | 0.78% | - |
| HSV(B) | 334.5º | 0.18% | 0.86% | - |
| XYZ | 55.91 | 51.89 | 59.89 | - |
| YUV | 193.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 197 | 0 | 0.18 | 0.10 | 0.14 | 334.5 | 0.36 | 0.78 |
| Hex | DC | B4 | C5 | 0 | 12 | A | E | 14E | 24 | 4E |
| Octal | 334 | 264 | 305 | 0 | 22 | 12 | 16 | 516 | 44 | 116 |
| Binary | 11011100 | 10110100 | 11000101 | 0 | 10010 | 1010 | 1110 | 101001110 | 100100 | 1001110 |
Color Harmonies of #DCB4C5
Complementary color
Monochromatic Colors of #DCB4C5
Black with #DCB4C5
Text Example
Text Example
White with #DCB4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4C5; }
p { color: rgb(220,180,197); }
H1.HeaderClassName
{
color: #DCB4C5;
}
.AnyTagClassName
{
color: #DCB4C5;
}
</style>
background-color css
<style>
a { background-color: #DCB4C5; }
a { background-color: rgb(220,180,197); }
div.DivClassName
{
background-color: #DCB4C5;
}
.BgClassName
{
background-color: #DCB4C5;
}
</style>
border-color css
<style>
span { border-color: #DCB4C5; }
span { border-color: rgb(220,180,197); }
td.TdClassName
{
border-color: #DCB4C5;
}
.TagClassName
{
border-color: #DCB4C5;
}
</style>