Shades of Melanie #DCB2C3
Tints of Melanie #DCB2C3
RGB
CMYK
RGB Variations
Color information
#DCB2C3 (or 0xDCB2C3) is known color: Melanie. HEX triplet: DC, B2 and C3. RGB value is (220,178,195). Sum of RGB (Red+Green+Blue) = 220+178+195=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2C3 is #234D3C. Grayscale: #C0C0C0. Windows color (decimal): -2313533 or 12825308. OLE color: 12825308.
HSL color Cylindrical-coordinate representation of color #DCB2C3: hue angle of 335.71º degrees, saturation: 0.38, 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 #DCB2C3 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 195 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.14 |
| HSL | 335.71º | 0.38% | 0.78% | - |
| HSV(B) | 335.71º | 0.19% | 0.86% | - |
| XYZ | 55.29 | 51 | 58.56 | - |
| YUV | 192.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 195 | 0 | 0.19 | 0.11 | 0.14 | 335.71 | 0.38 | 0.78 |
| Hex | DC | B2 | C3 | 0 | 13 | B | E | 150 | 26 | 4E |
| Octal | 334 | 262 | 303 | 0 | 23 | 13 | 16 | 520 | 46 | 116 |
| Binary | 11011100 | 10110010 | 11000011 | 0 | 10011 | 1011 | 1110 | 101010000 | 100110 | 1001110 |
Color Harmonies of #DCB2C3
Complementary color
Monochromatic Colors of #DCB2C3
Black with #DCB2C3
Text Example
Text Example
White with #DCB2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB2C3; }
p { color: rgb(220,178,195); }
H1.HeaderClassName
{
color: #DCB2C3;
}
.AnyTagClassName
{
color: #DCB2C3;
}
</style>
background-color css
<style>
a { background-color: #DCB2C3; }
a { background-color: rgb(220,178,195); }
div.DivClassName
{
background-color: #DCB2C3;
}
.BgClassName
{
background-color: #DCB2C3;
}
</style>
border-color css
<style>
span { border-color: #DCB2C3; }
span { border-color: rgb(220,178,195); }
td.TdClassName
{
border-color: #DCB2C3;
}
.TagClassName
{
border-color: #DCB2C3;
}
</style>