Shades of Melanie #DEA9BE
Tints of Melanie #DEA9BE
RGB
CMYK
RGB Variations
Color information
#DEA9BE (or 0xDEA9BE) is known color: Melanie. HEX triplet: DE, A9 and BE. RGB value is (222,169,190). Sum of RGB (Red+Green+Blue) = 222+169+190=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9BE is #215641. Grayscale: #BBBBBB. Windows color (decimal): -2184770 or 12495326. OLE color: 12495326.
HSL color Cylindrical-coordinate representation of color #DEA9BE: hue angle of 336.23º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA9BE is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 169 | 190 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.13 |
| HSL | 336.23º | 0.45% | 0.77% | - |
| HSV(B) | 336.23º | 0.24% | 0.87% | - |
| XYZ | 53.61 | 47.62 | 55.08 | - |
| YUV | 187.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 190 | 0 | 0.24 | 0.14 | 0.13 | 336.23 | 0.45 | 0.77 |
| Hex | DE | A9 | BE | 0 | 18 | E | D | 150 | 2D | 4D |
| Octal | 336 | 251 | 276 | 0 | 30 | 16 | 15 | 520 | 55 | 115 |
| Binary | 11011110 | 10101001 | 10111110 | 0 | 11000 | 1110 | 1101 | 101010000 | 101101 | 1001101 |
Color Harmonies of #DEA9BE
Complementary color
Monochromatic Colors of #DEA9BE
Black with #DEA9BE
Text Example
Text Example
White with #DEA9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA9BE; }
p { color: rgb(222,169,190); }
H1.HeaderClassName
{
color: #DEA9BE;
}
.AnyTagClassName
{
color: #DEA9BE;
}
</style>
background-color css
<style>
a { background-color: #DEA9BE; }
a { background-color: rgb(222,169,190); }
div.DivClassName
{
background-color: #DEA9BE;
}
.BgClassName
{
background-color: #DEA9BE;
}
</style>
border-color css
<style>
span { border-color: #DEA9BE; }
span { border-color: rgb(222,169,190); }
td.TdClassName
{
border-color: #DEA9BE;
}
.TagClassName
{
border-color: #DEA9BE;
}
</style>