Shades of Melanie #DCB0C2
Tints of Melanie #DCB0C2
RGB
CMYK
RGB Variations
Color information
#DCB0C2 (or 0xDCB0C2) is known color: Melanie. HEX triplet: DC, B0 and C2. RGB value is (220,176,194). Sum of RGB (Red+Green+Blue) = 220+176+194=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0C2 is #234F3D. Grayscale: #BFBFBF. Windows color (decimal): -2314046 or 12759260. OLE color: 12759260.
HSL color Cylindrical-coordinate representation of color #DCB0C2: hue angle of 335.45º 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 #DCB0C2 is Cyan = 0, Magento = 0.2, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 194 | - |
| CMYK | 0 | 0.2 | 0.12 | 0.14 |
| HSL | 335.45º | 0.39% | 0.78% | - |
| HSV(B) | 335.45º | 0.2% | 0.86% | - |
| XYZ | 54.78 | 50.16 | 57.83 | - |
| YUV | 191.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 194 | 0 | 0.2 | 0.12 | 0.14 | 335.45 | 0.39 | 0.78 |
| Hex | DC | B0 | C2 | 0 | 14 | C | E | 14F | 27 | 4E |
| Octal | 334 | 260 | 302 | 0 | 24 | 14 | 16 | 517 | 47 | 116 |
| Binary | 11011100 | 10110000 | 11000010 | 0 | 10100 | 1100 | 1110 | 101001111 | 100111 | 1001110 |
Color Harmonies of #DCB0C2
Complementary color
Monochromatic Colors of #DCB0C2
Black with #DCB0C2
Text Example
Text Example
White with #DCB0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0C2; }
p { color: rgb(220,176,194); }
H1.HeaderClassName
{
color: #DCB0C2;
}
.AnyTagClassName
{
color: #DCB0C2;
}
</style>
background-color css
<style>
a { background-color: #DCB0C2; }
a { background-color: rgb(220,176,194); }
div.DivClassName
{
background-color: #DCB0C2;
}
.BgClassName
{
background-color: #DCB0C2;
}
</style>
border-color css
<style>
span { border-color: #DCB0C2; }
span { border-color: rgb(220,176,194); }
td.TdClassName
{
border-color: #DCB0C2;
}
.TagClassName
{
border-color: #DCB0C2;
}
</style>