Shades of Melanie #DCB8BF
Tints of Melanie #DCB8BF
RGB
CMYK
RGB Variations
Color information
#DCB8BF (or 0xDCB8BF) is known color: Melanie. HEX triplet: DC, B8 and BF. RGB value is (220,184,191). Sum of RGB (Red+Green+Blue) = 220+184+191=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8BF is #234740. Grayscale: #C3C3C3. Windows color (decimal): -2312001 or 12564700. OLE color: 12564700.
HSL color Cylindrical-coordinate representation of color #DCB8BF: hue angle of 348.33º 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 #DCB8BF is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 191 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.14 |
| HSL | 348.33º | 0.34% | 0.79% | - |
| HSV(B) | 348.33º | 0.16% | 0.86% | - |
| XYZ | 56.06 | 53.26 | 56.62 | - |
| YUV | 195.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 191 | 0 | 0.16 | 0.13 | 0.14 | 348.33 | 0.34 | 0.79 |
| Hex | DC | B8 | BF | 0 | 10 | D | E | 15C | 22 | 4F |
| Octal | 334 | 270 | 277 | 0 | 20 | 15 | 16 | 534 | 42 | 117 |
| Binary | 11011100 | 10111000 | 10111111 | 0 | 10000 | 1101 | 1110 | 101011100 | 100010 | 1001111 |
Color Harmonies of #DCB8BF
Complementary color
Monochromatic Colors of #DCB8BF
Black with #DCB8BF
Text Example
Text Example
White with #DCB8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8BF; }
p { color: rgb(220,184,191); }
H1.HeaderClassName
{
color: #DCB8BF;
}
.AnyTagClassName
{
color: #DCB8BF;
}
</style>
background-color css
<style>
a { background-color: #DCB8BF; }
a { background-color: rgb(220,184,191); }
div.DivClassName
{
background-color: #DCB8BF;
}
.BgClassName
{
background-color: #DCB8BF;
}
</style>
border-color css
<style>
span { border-color: #DCB8BF; }
span { border-color: rgb(220,184,191); }
td.TdClassName
{
border-color: #DCB8BF;
}
.TagClassName
{
border-color: #DCB8BF;
}
</style>