Shades of Melanie #DCB5C1
Tints of Melanie #DCB5C1
RGB
CMYK
RGB Variations
Color information
#DCB5C1 (or 0xDCB5C1) is known color: Melanie. HEX triplet: DC, B5 and C1. RGB value is (220,181,193). Sum of RGB (Red+Green+Blue) = 220+181+193=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5C1 is #234A3E. Grayscale: #C2C2C2. Windows color (decimal): -2312767 or 12695004. OLE color: 12695004.
HSL color Cylindrical-coordinate representation of color #DCB5C1: hue angle of 341.54º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB5C1 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 193 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.14 |
| HSL | 341.54º | 0.36% | 0.79% | - |
| HSV(B) | 341.54º | 0.18% | 0.86% | - |
| XYZ | 55.66 | 52.11 | 57.58 | - |
| YUV | 194.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 193 | 0 | 0.18 | 0.12 | 0.14 | 341.54 | 0.36 | 0.79 |
| Hex | DC | B5 | C1 | 0 | 12 | C | E | 156 | 24 | 4F |
| Octal | 334 | 265 | 301 | 0 | 22 | 14 | 16 | 526 | 44 | 117 |
| Binary | 11011100 | 10110101 | 11000001 | 0 | 10010 | 1100 | 1110 | 101010110 | 100100 | 1001111 |
Color Harmonies of #DCB5C1
Complementary color
Monochromatic Colors of #DCB5C1
Black with #DCB5C1
Text Example
Text Example
White with #DCB5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5C1; }
p { color: rgb(220,181,193); }
H1.HeaderClassName
{
color: #DCB5C1;
}
.AnyTagClassName
{
color: #DCB5C1;
}
</style>
background-color css
<style>
a { background-color: #DCB5C1; }
a { background-color: rgb(220,181,193); }
div.DivClassName
{
background-color: #DCB5C1;
}
.BgClassName
{
background-color: #DCB5C1;
}
</style>
border-color css
<style>
span { border-color: #DCB5C1; }
span { border-color: rgb(220,181,193); }
td.TdClassName
{
border-color: #DCB5C1;
}
.TagClassName
{
border-color: #DCB5C1;
}
</style>