Shades of Melanie #DCBBC0
Tints of Melanie #DCBBC0
RGB
CMYK
RGB Variations
Color information
#DCBBC0 (or 0xDCBBC0) is known color: Melanie. HEX triplet: DC, BB and C0. RGB value is (220,187,192). Sum of RGB (Red+Green+Blue) = 220+187+192=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBC0 is #23443F. Grayscale: #C5C5C5. Windows color (decimal): -2311232 or 12631004. OLE color: 12631004.
HSL color Cylindrical-coordinate representation of color #DCBBC0: hue angle of 350.91º degrees, saturation: 0.32, 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 #DCBBC0 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 192 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.14 |
| HSL | 350.91º | 0.32% | 0.8% | - |
| HSV(B) | 350.91º | 0.15% | 0.86% | - |
| XYZ | 56.8 | 54.56 | 57.41 | - |
| YUV | 197.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 192 | 0 | 0.15 | 0.13 | 0.14 | 350.91 | 0.32 | 0.8 |
| Hex | DC | BB | C0 | 0 | F | D | E | 15F | 20 | 50 |
| Octal | 334 | 273 | 300 | 0 | 17 | 15 | 16 | 537 | 40 | 120 |
| Binary | 11011100 | 10111011 | 11000000 | 0 | 1111 | 1101 | 1110 | 101011111 | 100000 | 1010000 |
Color Harmonies of #DCBBC0
Complementary color
Monochromatic Colors of #DCBBC0
Black with #DCBBC0
Text Example
Text Example
White with #DCBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBC0; }
p { color: rgb(220,187,192); }
H1.HeaderClassName
{
color: #DCBBC0;
}
.AnyTagClassName
{
color: #DCBBC0;
}
</style>
background-color css
<style>
a { background-color: #DCBBC0; }
a { background-color: rgb(220,187,192); }
div.DivClassName
{
background-color: #DCBBC0;
}
.BgClassName
{
background-color: #DCBBC0;
}
</style>
border-color css
<style>
span { border-color: #DCBBC0; }
span { border-color: rgb(220,187,192); }
td.TdClassName
{
border-color: #DCBBC0;
}
.TagClassName
{
border-color: #DCBBC0;
}
</style>