Shades of Melanie #DEAABF
Tints of Melanie #DEAABF
RGB
CMYK
RGB Variations
Color information
#DEAABF (or 0xDEAABF) is known color: Melanie. HEX triplet: DE, AA and BF. RGB value is (222,170,191). Sum of RGB (Red+Green+Blue) = 222+170+191=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAABF is #215540. Grayscale: #BBBBBB. Windows color (decimal): -2184513 or 12561118. OLE color: 12561118.
HSL color Cylindrical-coordinate representation of color #DEAABF: hue angle of 335.77º 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 #DEAABF is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 191 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.13 |
| HSL | 335.77º | 0.44% | 0.77% | - |
| HSV(B) | 335.77º | 0.23% | 0.87% | - |
| XYZ | 53.9 | 48.04 | 55.72 | - |
| YUV | 187.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 191 | 0 | 0.23 | 0.14 | 0.13 | 335.77 | 0.44 | 0.77 |
| Hex | DE | AA | BF | 0 | 17 | E | D | 150 | 2C | 4D |
| Octal | 336 | 252 | 277 | 0 | 27 | 16 | 15 | 520 | 54 | 115 |
| Binary | 11011110 | 10101010 | 10111111 | 0 | 10111 | 1110 | 1101 | 101010000 | 101100 | 1001101 |
Color Harmonies of #DEAABF
Complementary color
Monochromatic Colors of #DEAABF
Black with #DEAABF
Text Example
Text Example
White with #DEAABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAABF; }
p { color: rgb(222,170,191); }
H1.HeaderClassName
{
color: #DEAABF;
}
.AnyTagClassName
{
color: #DEAABF;
}
</style>
background-color css
<style>
a { background-color: #DEAABF; }
a { background-color: rgb(222,170,191); }
div.DivClassName
{
background-color: #DEAABF;
}
.BgClassName
{
background-color: #DEAABF;
}
</style>
border-color css
<style>
span { border-color: #DEAABF; }
span { border-color: rgb(222,170,191); }
td.TdClassName
{
border-color: #DEAABF;
}
.TagClassName
{
border-color: #DEAABF;
}
</style>