Shades of Melanie #DCBCC4
Tints of Melanie #DCBCC4
RGB
CMYK
RGB Variations
Color information
#DCBCC4 (or 0xDCBCC4) is known color: Melanie. HEX triplet: DC, BC and C4. RGB value is (220,188,196). Sum of RGB (Red+Green+Blue) = 220+188+196=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCC4 is #23433B. Grayscale: #C6C6C6. Windows color (decimal): -2310972 or 12893404. OLE color: 12893404.
HSL color Cylindrical-coordinate representation of color #DCBCC4: hue angle of 345º 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 #DCBCC4 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 196 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.14 |
| HSL | 345º | 0.31% | 0.8% | - |
| HSV(B) | 345º | 0.15% | 0.86% | - |
| XYZ | 57.46 | 55.17 | 59.84 | - |
| YUV | 198.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 196 | 0 | 0.15 | 0.11 | 0.14 | 345 | 0.31 | 0.8 |
| Hex | DC | BC | C4 | 0 | F | B | E | 159 | 1F | 50 |
| Octal | 334 | 274 | 304 | 0 | 17 | 13 | 16 | 531 | 37 | 120 |
| Binary | 11011100 | 10111100 | 11000100 | 0 | 1111 | 1011 | 1110 | 101011001 | 11111 | 1010000 |
Color Harmonies of #DCBCC4
Complementary color
Monochromatic Colors of #DCBCC4
Black with #DCBCC4
Text Example
Text Example
White with #DCBCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCC4; }
p { color: rgb(220,188,196); }
H1.HeaderClassName
{
color: #DCBCC4;
}
.AnyTagClassName
{
color: #DCBCC4;
}
</style>
background-color css
<style>
a { background-color: #DCBCC4; }
a { background-color: rgb(220,188,196); }
div.DivClassName
{
background-color: #DCBCC4;
}
.BgClassName
{
background-color: #DCBCC4;
}
</style>
border-color css
<style>
span { border-color: #DCBCC4; }
span { border-color: rgb(220,188,196); }
td.TdClassName
{
border-color: #DCBCC4;
}
.TagClassName
{
border-color: #DCBCC4;
}
</style>