Shades of Melanie #DCB8BE
Tints of Melanie #DCB8BE
RGB
CMYK
RGB Variations
Color information
#DCB8BE (or 0xDCB8BE) is known color: Melanie. HEX triplet: DC, B8 and BE. RGB value is (220,184,190). Sum of RGB (Red+Green+Blue) = 220+184+190=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8BE is #234741. Grayscale: #C3C3C3. Windows color (decimal): -2312002 or 12499164. OLE color: 12499164.
HSL color Cylindrical-coordinate representation of color #DCB8BE: hue angle of 350º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB8BE is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 190 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.14 |
| HSL | 350º | 0.34% | 0.79% | - |
| HSV(B) | 350º | 0.16% | 0.86% | - |
| XYZ | 55.95 | 53.21 | 56.04 | - |
| YUV | 195.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 190 | 0 | 0.16 | 0.14 | 0.14 | 350 | 0.34 | 0.79 |
| Hex | DC | B8 | BE | 0 | 10 | E | E | 15E | 22 | 4F |
| Octal | 334 | 270 | 276 | 0 | 20 | 16 | 16 | 536 | 42 | 117 |
| Binary | 11011100 | 10111000 | 10111110 | 0 | 10000 | 1110 | 1110 | 101011110 | 100010 | 1001111 |
Color Harmonies of #DCB8BE
Complementary color
Monochromatic Colors of #DCB8BE
Black with #DCB8BE
Text Example
Text Example
White with #DCB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8BE; }
p { color: rgb(220,184,190); }
H1.HeaderClassName
{
color: #DCB8BE;
}
.AnyTagClassName
{
color: #DCB8BE;
}
</style>
background-color css
<style>
a { background-color: #DCB8BE; }
a { background-color: rgb(220,184,190); }
div.DivClassName
{
background-color: #DCB8BE;
}
.BgClassName
{
background-color: #DCB8BE;
}
</style>
border-color css
<style>
span { border-color: #DCB8BE; }
span { border-color: rgb(220,184,190); }
td.TdClassName
{
border-color: #DCB8BE;
}
.TagClassName
{
border-color: #DCB8BE;
}
</style>