Shades of Melanie #DEA9BA
Tints of Melanie #DEA9BA
RGB
CMYK
RGB Variations
Color information
#DEA9BA (or 0xDEA9BA) is known color: Melanie. HEX triplet: DE, A9 and BA. RGB value is (222,169,186). Sum of RGB (Red+Green+Blue) = 222+169+186=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9BA is #215645. Grayscale: #BABABA. Windows color (decimal): -2184774 or 12233182. OLE color: 12233182.
HSL color Cylindrical-coordinate representation of color #DEA9BA: hue angle of 340.75º 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 #DEA9BA is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 169 | 186 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.13 |
| HSL | 340.75º | 0.45% | 0.77% | - |
| HSV(B) | 340.75º | 0.24% | 0.87% | - |
| XYZ | 53.18 | 47.45 | 52.81 | - |
| YUV | 186.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 186 | 0 | 0.24 | 0.16 | 0.13 | 340.75 | 0.45 | 0.77 |
| Hex | DE | A9 | BA | 0 | 18 | 10 | D | 155 | 2D | 4D |
| Octal | 336 | 251 | 272 | 0 | 30 | 20 | 15 | 525 | 55 | 115 |
| Binary | 11011110 | 10101001 | 10111010 | 0 | 11000 | 10000 | 1101 | 101010101 | 101101 | 1001101 |
Color Harmonies of #DEA9BA
Complementary color
Monochromatic Colors of #DEA9BA
Black with #DEA9BA
Text Example
Text Example
White with #DEA9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA9BA; }
p { color: rgb(222,169,186); }
H1.HeaderClassName
{
color: #DEA9BA;
}
.AnyTagClassName
{
color: #DEA9BA;
}
</style>
background-color css
<style>
a { background-color: #DEA9BA; }
a { background-color: rgb(222,169,186); }
div.DivClassName
{
background-color: #DEA9BA;
}
.BgClassName
{
background-color: #DEA9BA;
}
</style>
border-color css
<style>
span { border-color: #DEA9BA; }
span { border-color: rgb(222,169,186); }
td.TdClassName
{
border-color: #DEA9BA;
}
.TagClassName
{
border-color: #DEA9BA;
}
</style>