Shades of Melanie #DCBCC5
Tints of Melanie #DCBCC5
RGB
CMYK
RGB Variations
Color information
#DCBCC5 (or 0xDCBCC5) is known color: Melanie. HEX triplet: DC, BC and C5. RGB value is (220,188,197). Sum of RGB (Red+Green+Blue) = 220+188+197=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCC5 is #23433A. Grayscale: #C6C6C6. Windows color (decimal): -2310971 or 12958940. OLE color: 12958940.
HSL color Cylindrical-coordinate representation of color #DCBCC5: hue angle of 343.12º 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 #DCBCC5 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 197 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.14 |
| HSL | 343.13º | 0.31% | 0.8% | - |
| HSV(B) | 343.13º | 0.15% | 0.86% | - |
| XYZ | 57.58 | 55.21 | 60.45 | - |
| YUV | 198.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 197 | 0 | 0.15 | 0.10 | 0.14 | 343.13 | 0.31 | 0.8 |
| Hex | DC | BC | C5 | 0 | F | A | E | 157 | 1F | 50 |
| Octal | 334 | 274 | 305 | 0 | 17 | 12 | 16 | 527 | 37 | 120 |
| Binary | 11011100 | 10111100 | 11000101 | 0 | 1111 | 1010 | 1110 | 101010111 | 11111 | 1010000 |
Color Harmonies of #DCBCC5
Complementary color
Monochromatic Colors of #DCBCC5
Black with #DCBCC5
Text Example
Text Example
White with #DCBCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCC5; }
p { color: rgb(220,188,197); }
H1.HeaderClassName
{
color: #DCBCC5;
}
.AnyTagClassName
{
color: #DCBCC5;
}
</style>
background-color css
<style>
a { background-color: #DCBCC5; }
a { background-color: rgb(220,188,197); }
div.DivClassName
{
background-color: #DCBCC5;
}
.BgClassName
{
background-color: #DCBCC5;
}
</style>
border-color css
<style>
span { border-color: #DCBCC5; }
span { border-color: rgb(220,188,197); }
td.TdClassName
{
border-color: #DCBCC5;
}
.TagClassName
{
border-color: #DCBCC5;
}
</style>