Shades of Melanie #DEB2BC
Tints of Melanie #DEB2BC
RGB
CMYK
RGB Variations
Color information
#DEB2BC (or 0xDEB2BC) is known color: Melanie. HEX triplet: DE, B2 and BC. RGB value is (222,178,188). Sum of RGB (Red+Green+Blue) = 222+178+188=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB2BC is #214D43. Grayscale: #C0C0C0. Windows color (decimal): -2182468 or 12366558. OLE color: 12366558.
HSL color Cylindrical-coordinate representation of color #DEB2BC: hue angle of 346.36º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEB2BC is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 178 | 188 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.13 |
| HSL | 346.36º | 0.4% | 0.78% | - |
| HSV(B) | 346.36º | 0.2% | 0.87% | - |
| XYZ | 55.12 | 51 | 54.52 | - |
| YUV | 192.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 178 | 188 | 0 | 0.20 | 0.15 | 0.13 | 346.36 | 0.4 | 0.78 |
| Hex | DE | B2 | BC | 0 | 14 | F | D | 15A | 28 | 4E |
| Octal | 336 | 262 | 274 | 0 | 24 | 17 | 15 | 532 | 50 | 116 |
| Binary | 11011110 | 10110010 | 10111100 | 0 | 10100 | 1111 | 1101 | 101011010 | 101000 | 1001110 |
Color Harmonies of #DEB2BC
Complementary color
Monochromatic Colors of #DEB2BC
Black with #DEB2BC
Text Example
Text Example
White with #DEB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB2BC; }
p { color: rgb(222,178,188); }
H1.HeaderClassName
{
color: #DEB2BC;
}
.AnyTagClassName
{
color: #DEB2BC;
}
</style>
background-color css
<style>
a { background-color: #DEB2BC; }
a { background-color: rgb(222,178,188); }
div.DivClassName
{
background-color: #DEB2BC;
}
.BgClassName
{
background-color: #DEB2BC;
}
</style>
border-color css
<style>
span { border-color: #DEB2BC; }
span { border-color: rgb(222,178,188); }
td.TdClassName
{
border-color: #DEB2BC;
}
.TagClassName
{
border-color: #DEB2BC;
}
</style>