Shades of Melanie #DCBCC6
Tints of Melanie #DCBCC6
RGB
CMYK
RGB Variations
Color information
#DCBCC6 (or 0xDCBCC6) is known color: Melanie. HEX triplet: DC, BC and C6. RGB value is (220,188,198). Sum of RGB (Red+Green+Blue) = 220+188+198=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCC6 is #234339. Grayscale: #C6C6C6. Windows color (decimal): -2310970 or 13024476. OLE color: 13024476.
HSL color Cylindrical-coordinate representation of color #DCBCC6: hue angle of 341.25º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBCC6 is Cyan = 0, Magento = 0.15, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 198 | - |
| CMYK | 0 | 0.15 | 0.1 | 0.14 |
| HSL | 341.25º | 0.31% | 0.8% | - |
| HSV(B) | 341.25º | 0.15% | 0.86% | - |
| XYZ | 57.69 | 55.26 | 61.05 | - |
| YUV | 198.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 198 | 0 | 0.15 | 0.1 | 0.14 | 341.25 | 0.31 | 0.8 |
| Hex | DC | BC | C6 | 0 | F | A | E | 155 | 1F | 50 |
| Octal | 334 | 274 | 306 | 0 | 17 | 12 | 16 | 525 | 37 | 120 |
| Binary | 11011100 | 10111100 | 11000110 | 0 | 1111 | 1010 | 1110 | 101010101 | 11111 | 1010000 |
Color Harmonies of #DCBCC6
Complementary color
Monochromatic Colors of #DCBCC6
Black with #DCBCC6
Text Example
Text Example
White with #DCBCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCC6; }
p { color: rgb(220,188,198); }
H1.HeaderClassName
{
color: #DCBCC6;
}
.AnyTagClassName
{
color: #DCBCC6;
}
</style>
background-color css
<style>
a { background-color: #DCBCC6; }
a { background-color: rgb(220,188,198); }
div.DivClassName
{
background-color: #DCBCC6;
}
.BgClassName
{
background-color: #DCBCC6;
}
</style>
border-color css
<style>
span { border-color: #DCBCC6; }
span { border-color: rgb(220,188,198); }
td.TdClassName
{
border-color: #DCBCC6;
}
.TagClassName
{
border-color: #DCBCC6;
}
</style>