Shades of Melanie #DEACBE
Tints of Melanie #DEACBE
RGB
CMYK
RGB Variations
Color information
#DEACBE (or 0xDEACBE) is known color: Melanie. HEX triplet: DE, AC and BE. RGB value is (222,172,190). Sum of RGB (Red+Green+Blue) = 222+172+190=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACBE is #215341. Grayscale: #BCBCBC. Windows color (decimal): -2184002 or 12496094. OLE color: 12496094.
HSL color Cylindrical-coordinate representation of color #DEACBE: hue angle of 338.4º degrees, saturation: 0.43, 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 #DEACBE is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 190 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.13 |
| HSL | 338.4º | 0.43% | 0.77% | - |
| HSV(B) | 338.4º | 0.23% | 0.87% | - |
| XYZ | 54.17 | 48.75 | 55.27 | - |
| YUV | 189 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 190 | 0 | 0.23 | 0.14 | 0.13 | 338.4 | 0.43 | 0.77 |
| Hex | DE | AC | BE | 0 | 17 | E | D | 152 | 2B | 4D |
| Octal | 336 | 254 | 276 | 0 | 27 | 16 | 15 | 522 | 53 | 115 |
| Binary | 11011110 | 10101100 | 10111110 | 0 | 10111 | 1110 | 1101 | 101010010 | 101011 | 1001101 |
Color Harmonies of #DEACBE
Complementary color
Monochromatic Colors of #DEACBE
Black with #DEACBE
Text Example
Text Example
White with #DEACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACBE; }
p { color: rgb(222,172,190); }
H1.HeaderClassName
{
color: #DEACBE;
}
.AnyTagClassName
{
color: #DEACBE;
}
</style>
background-color css
<style>
a { background-color: #DEACBE; }
a { background-color: rgb(222,172,190); }
div.DivClassName
{
background-color: #DEACBE;
}
.BgClassName
{
background-color: #DEACBE;
}
</style>
border-color css
<style>
span { border-color: #DEACBE; }
span { border-color: rgb(222,172,190); }
td.TdClassName
{
border-color: #DEACBE;
}
.TagClassName
{
border-color: #DEACBE;
}
</style>