Shades of Melanie #DCB2BE
Tints of Melanie #DCB2BE
RGB
CMYK
RGB Variations
Color information
#DCB2BE (or 0xDCB2BE) is known color: Melanie. HEX triplet: DC, B2 and BE. RGB value is (220,178,190). Sum of RGB (Red+Green+Blue) = 220+178+190=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2BE is #234D41. Grayscale: #BFBFBF. Windows color (decimal): -2313538 or 12497628. OLE color: 12497628.
HSL color Cylindrical-coordinate representation of color #DCB2BE: hue angle of 342.86º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB2BE is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 190 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.14 |
| HSL | 342.86º | 0.38% | 0.78% | - |
| HSV(B) | 342.86º | 0.19% | 0.86% | - |
| XYZ | 54.73 | 50.77 | 55.63 | - |
| YUV | 191.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 190 | 0 | 0.19 | 0.14 | 0.14 | 342.86 | 0.38 | 0.78 |
| Hex | DC | B2 | BE | 0 | 13 | E | E | 157 | 26 | 4E |
| Octal | 334 | 262 | 276 | 0 | 23 | 16 | 16 | 527 | 46 | 116 |
| Binary | 11011100 | 10110010 | 10111110 | 0 | 10011 | 1110 | 1110 | 101010111 | 100110 | 1001110 |
Color Harmonies of #DCB2BE
Complementary color
Monochromatic Colors of #DCB2BE
Black with #DCB2BE
Text Example
Text Example
White with #DCB2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB2BE; }
p { color: rgb(220,178,190); }
H1.HeaderClassName
{
color: #DCB2BE;
}
.AnyTagClassName
{
color: #DCB2BE;
}
</style>
background-color css
<style>
a { background-color: #DCB2BE; }
a { background-color: rgb(220,178,190); }
div.DivClassName
{
background-color: #DCB2BE;
}
.BgClassName
{
background-color: #DCB2BE;
}
</style>
border-color css
<style>
span { border-color: #DCB2BE; }
span { border-color: rgb(220,178,190); }
td.TdClassName
{
border-color: #DCB2BE;
}
.TagClassName
{
border-color: #DCB2BE;
}
</style>