Shades of Melanie #DEB0BB
Tints of Melanie #DEB0BB
RGB
CMYK
RGB Variations
Color information
#DEB0BB (or 0xDEB0BB) is known color: Melanie. HEX triplet: DE, B0 and BB. RGB value is (222,176,187). Sum of RGB (Red+Green+Blue) = 222+176+187=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0BB is #214F44. Grayscale: #BFBFBF. Windows color (decimal): -2182981 or 12300510. OLE color: 12300510.
HSL color Cylindrical-coordinate representation of color #DEB0BB: hue angle of 345.65º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEB0BB is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 176 | 187 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.13 |
| HSL | 345.65º | 0.41% | 0.78% | - |
| HSV(B) | 345.65º | 0.21% | 0.87% | - |
| XYZ | 54.62 | 50.17 | 53.82 | - |
| YUV | 191.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 187 | 0 | 0.21 | 0.16 | 0.13 | 345.65 | 0.41 | 0.78 |
| Hex | DE | B0 | BB | 0 | 15 | 10 | D | 15A | 29 | 4E |
| Octal | 336 | 260 | 273 | 0 | 25 | 20 | 15 | 532 | 51 | 116 |
| Binary | 11011110 | 10110000 | 10111011 | 0 | 10101 | 10000 | 1101 | 101011010 | 101001 | 1001110 |
Color Harmonies of #DEB0BB
Complementary color
Monochromatic Colors of #DEB0BB
Black with #DEB0BB
Text Example
Text Example
White with #DEB0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0BB; }
p { color: rgb(222,176,187); }
H1.HeaderClassName
{
color: #DEB0BB;
}
.AnyTagClassName
{
color: #DEB0BB;
}
</style>
background-color css
<style>
a { background-color: #DEB0BB; }
a { background-color: rgb(222,176,187); }
div.DivClassName
{
background-color: #DEB0BB;
}
.BgClassName
{
background-color: #DEB0BB;
}
</style>
border-color css
<style>
span { border-color: #DEB0BB; }
span { border-color: rgb(222,176,187); }
td.TdClassName
{
border-color: #DEB0BB;
}
.TagClassName
{
border-color: #DEB0BB;
}
</style>