Shades of Melanie #DEAABB
Tints of Melanie #DEAABB
RGB
CMYK
RGB Variations
Color information
#DEAABB (or 0xDEAABB) is known color: Melanie. HEX triplet: DE, AA and BB. RGB value is (222,170,187). Sum of RGB (Red+Green+Blue) = 222+170+187=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAABB is #215544. Grayscale: #BBBBBB. Windows color (decimal): -2184517 or 12298974. OLE color: 12298974.
HSL color Cylindrical-coordinate representation of color #DEAABB: hue angle of 340.38º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEAABB is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 187 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.13 |
| HSL | 340.38º | 0.44% | 0.77% | - |
| HSV(B) | 340.38º | 0.23% | 0.87% | - |
| XYZ | 53.47 | 47.87 | 53.43 | - |
| YUV | 187.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 187 | 0 | 0.23 | 0.16 | 0.13 | 340.38 | 0.44 | 0.77 |
| Hex | DE | AA | BB | 0 | 17 | 10 | D | 154 | 2C | 4D |
| Octal | 336 | 252 | 273 | 0 | 27 | 20 | 15 | 524 | 54 | 115 |
| Binary | 11011110 | 10101010 | 10111011 | 0 | 10111 | 10000 | 1101 | 101010100 | 101100 | 1001101 |
Color Harmonies of #DEAABB
Complementary color
Monochromatic Colors of #DEAABB
Black with #DEAABB
Text Example
Text Example
White with #DEAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAABB; }
p { color: rgb(222,170,187); }
H1.HeaderClassName
{
color: #DEAABB;
}
.AnyTagClassName
{
color: #DEAABB;
}
</style>
background-color css
<style>
a { background-color: #DEAABB; }
a { background-color: rgb(222,170,187); }
div.DivClassName
{
background-color: #DEAABB;
}
.BgClassName
{
background-color: #DEAABB;
}
</style>
border-color css
<style>
span { border-color: #DEAABB; }
span { border-color: rgb(222,170,187); }
td.TdClassName
{
border-color: #DEAABB;
}
.TagClassName
{
border-color: #DEAABB;
}
</style>