Shades of Melanie #DEACBC
Tints of Melanie #DEACBC
RGB
CMYK
RGB Variations
Color information
#DEACBC (or 0xDEACBC) is known color: Melanie. HEX triplet: DE, AC and BC. RGB value is (222,172,188). Sum of RGB (Red+Green+Blue) = 222+172+188=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACBC is #215343. Grayscale: #BCBCBC. Windows color (decimal): -2184004 or 12365022. OLE color: 12365022.
HSL color Cylindrical-coordinate representation of color #DEACBC: hue angle of 340.8º 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 #DEACBC is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 188 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.13 |
| HSL | 340.8º | 0.43% | 0.77% | - |
| HSV(B) | 340.8º | 0.23% | 0.87% | - |
| XYZ | 53.95 | 48.67 | 54.13 | - |
| YUV | 188.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 188 | 0 | 0.23 | 0.15 | 0.13 | 340.8 | 0.43 | 0.77 |
| Hex | DE | AC | BC | 0 | 17 | F | D | 155 | 2B | 4D |
| Octal | 336 | 254 | 274 | 0 | 27 | 17 | 15 | 525 | 53 | 115 |
| Binary | 11011110 | 10101100 | 10111100 | 0 | 10111 | 1111 | 1101 | 101010101 | 101011 | 1001101 |
Color Harmonies of #DEACBC
Complementary color
Monochromatic Colors of #DEACBC
Black with #DEACBC
Text Example
Text Example
White with #DEACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACBC; }
p { color: rgb(222,172,188); }
H1.HeaderClassName
{
color: #DEACBC;
}
.AnyTagClassName
{
color: #DEACBC;
}
</style>
background-color css
<style>
a { background-color: #DEACBC; }
a { background-color: rgb(222,172,188); }
div.DivClassName
{
background-color: #DEACBC;
}
.BgClassName
{
background-color: #DEACBC;
}
</style>
border-color css
<style>
span { border-color: #DEACBC; }
span { border-color: rgb(222,172,188); }
td.TdClassName
{
border-color: #DEACBC;
}
.TagClassName
{
border-color: #DEACBC;
}
</style>