Shades of Melanie #DEB3BE
Tints of Melanie #DEB3BE
RGB
CMYK
RGB Variations
Color information
#DEB3BE (or 0xDEB3BE) is known color: Melanie. HEX triplet: DE, B3 and BE. RGB value is (222,179,190). Sum of RGB (Red+Green+Blue) = 222+179+190=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB3BE is #214C41. Grayscale: #C1C1C1. Windows color (decimal): -2182210 or 12497886. OLE color: 12497886.
HSL color Cylindrical-coordinate representation of color #DEB3BE: hue angle of 344.65º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEB3BE is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 179 | 190 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.13 |
| HSL | 344.65º | 0.39% | 0.79% | - |
| HSV(B) | 344.65º | 0.19% | 0.87% | - |
| XYZ | 55.54 | 51.49 | 55.73 | - |
| YUV | 193.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 179 | 190 | 0 | 0.19 | 0.14 | 0.13 | 344.65 | 0.39 | 0.79 |
| Hex | DE | B3 | BE | 0 | 13 | E | D | 159 | 27 | 4F |
| Octal | 336 | 263 | 276 | 0 | 23 | 16 | 15 | 531 | 47 | 117 |
| Binary | 11011110 | 10110011 | 10111110 | 0 | 10011 | 1110 | 1101 | 101011001 | 100111 | 1001111 |
Color Harmonies of #DEB3BE
Complementary color
Monochromatic Colors of #DEB3BE
Black with #DEB3BE
Text Example
Text Example
White with #DEB3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB3BE; }
p { color: rgb(222,179,190); }
H1.HeaderClassName
{
color: #DEB3BE;
}
.AnyTagClassName
{
color: #DEB3BE;
}
</style>
background-color css
<style>
a { background-color: #DEB3BE; }
a { background-color: rgb(222,179,190); }
div.DivClassName
{
background-color: #DEB3BE;
}
.BgClassName
{
background-color: #DEB3BE;
}
</style>
border-color css
<style>
span { border-color: #DEB3BE; }
span { border-color: rgb(222,179,190); }
td.TdClassName
{
border-color: #DEB3BE;
}
.TagClassName
{
border-color: #DEB3BE;
}
</style>