Shades of Melanie #DEABBF
Tints of Melanie #DEABBF
RGB
CMYK
RGB Variations
Color information
#DEABBF (or 0xDEABBF) is known color: Melanie. HEX triplet: DE, AB and BF. RGB value is (222,171,191). Sum of RGB (Red+Green+Blue) = 222+171+191=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEABBF is #215440. Grayscale: #BCBCBC. Windows color (decimal): -2184257 or 12561374. OLE color: 12561374.
HSL color Cylindrical-coordinate representation of color #DEABBF: hue angle of 336.47º 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 #DEABBF is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 191 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.13 |
| HSL | 336.47º | 0.44% | 0.77% | - |
| HSV(B) | 336.47º | 0.23% | 0.87% | - |
| XYZ | 54.09 | 48.42 | 55.78 | - |
| YUV | 188.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 191 | 0 | 0.23 | 0.14 | 0.13 | 336.47 | 0.44 | 0.77 |
| Hex | DE | AB | BF | 0 | 17 | E | D | 150 | 2C | 4D |
| Octal | 336 | 253 | 277 | 0 | 27 | 16 | 15 | 520 | 54 | 115 |
| Binary | 11011110 | 10101011 | 10111111 | 0 | 10111 | 1110 | 1101 | 101010000 | 101100 | 1001101 |
Color Harmonies of #DEABBF
Complementary color
Monochromatic Colors of #DEABBF
Black with #DEABBF
Text Example
Text Example
White with #DEABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEABBF; }
p { color: rgb(222,171,191); }
H1.HeaderClassName
{
color: #DEABBF;
}
.AnyTagClassName
{
color: #DEABBF;
}
</style>
background-color css
<style>
a { background-color: #DEABBF; }
a { background-color: rgb(222,171,191); }
div.DivClassName
{
background-color: #DEABBF;
}
.BgClassName
{
background-color: #DEABBF;
}
</style>
border-color css
<style>
span { border-color: #DEABBF; }
span { border-color: rgb(222,171,191); }
td.TdClassName
{
border-color: #DEABBF;
}
.TagClassName
{
border-color: #DEABBF;
}
</style>