Shades of Melanie #DEA8BB
Tints of Melanie #DEA8BB
RGB
CMYK
RGB Variations
Color information
#DEA8BB (or 0xDEA8BB) is known color: Melanie. HEX triplet: DE, A8 and BB. RGB value is (222,168,187). Sum of RGB (Red+Green+Blue) = 222+168+187=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8BB is #215744. Grayscale: #BABABA. Windows color (decimal): -2185029 or 12298462. OLE color: 12298462.
HSL color Cylindrical-coordinate representation of color #DEA8BB: hue angle of 338.89º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA8BB is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 187 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.13 |
| HSL | 338.89º | 0.45% | 0.76% | - |
| HSV(B) | 338.89º | 0.24% | 0.87% | - |
| XYZ | 53.1 | 47.12 | 53.31 | - |
| YUV | 186.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 187 | 0 | 0.24 | 0.16 | 0.13 | 338.89 | 0.45 | 0.76 |
| Hex | DE | A8 | BB | 0 | 18 | 10 | D | 153 | 2D | 4C |
| Octal | 336 | 250 | 273 | 0 | 30 | 20 | 15 | 523 | 55 | 114 |
| Binary | 11011110 | 10101000 | 10111011 | 0 | 11000 | 10000 | 1101 | 101010011 | 101101 | 1001100 |
Color Harmonies of #DEA8BB
Complementary color
Monochromatic Colors of #DEA8BB
Black with #DEA8BB
Text Example
Text Example
White with #DEA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA8BB; }
p { color: rgb(222,168,187); }
H1.HeaderClassName
{
color: #DEA8BB;
}
.AnyTagClassName
{
color: #DEA8BB;
}
</style>
background-color css
<style>
a { background-color: #DEA8BB; }
a { background-color: rgb(222,168,187); }
div.DivClassName
{
background-color: #DEA8BB;
}
.BgClassName
{
background-color: #DEA8BB;
}
</style>
border-color css
<style>
span { border-color: #DEA8BB; }
span { border-color: rgb(222,168,187); }
td.TdClassName
{
border-color: #DEA8BB;
}
.TagClassName
{
border-color: #DEA8BB;
}
</style>