Shades of Melanie #DCB3C2
Tints of Melanie #DCB3C2
RGB
CMYK
RGB Variations
Color information
#DCB3C2 (or 0xDCB3C2) is known color: Melanie. HEX triplet: DC, B3 and C2. RGB value is (220,179,194). Sum of RGB (Red+Green+Blue) = 220+179+194=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3C2 is #234C3D. Grayscale: #C0C0C0. Windows color (decimal): -2313278 or 12760028. OLE color: 12760028.
HSL color Cylindrical-coordinate representation of color #DCB3C2: hue angle of 338.05º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB3C2 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 194 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.14 |
| HSL | 338.05º | 0.37% | 0.78% | - |
| HSV(B) | 338.05º | 0.19% | 0.86% | - |
| XYZ | 55.37 | 51.35 | 58.03 | - |
| YUV | 192.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 194 | 0 | 0.19 | 0.12 | 0.14 | 338.05 | 0.37 | 0.78 |
| Hex | DC | B3 | C2 | 0 | 13 | C | E | 152 | 25 | 4E |
| Octal | 334 | 263 | 302 | 0 | 23 | 14 | 16 | 522 | 45 | 116 |
| Binary | 11011100 | 10110011 | 11000010 | 0 | 10011 | 1100 | 1110 | 101010010 | 100101 | 1001110 |
Color Harmonies of #DCB3C2
Complementary color
Monochromatic Colors of #DCB3C2
Black with #DCB3C2
Text Example
Text Example
White with #DCB3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3C2; }
p { color: rgb(220,179,194); }
H1.HeaderClassName
{
color: #DCB3C2;
}
.AnyTagClassName
{
color: #DCB3C2;
}
</style>
background-color css
<style>
a { background-color: #DCB3C2; }
a { background-color: rgb(220,179,194); }
div.DivClassName
{
background-color: #DCB3C2;
}
.BgClassName
{
background-color: #DCB3C2;
}
</style>
border-color css
<style>
span { border-color: #DCB3C2; }
span { border-color: rgb(220,179,194); }
td.TdClassName
{
border-color: #DCB3C2;
}
.TagClassName
{
border-color: #DCB3C2;
}
</style>