Shades of Melanie #DEACBB
Tints of Melanie #DEACBB
RGB
CMYK
RGB Variations
Color information
#DEACBB (or 0xDEACBB) is known color: Melanie. HEX triplet: DE, AC and BB. RGB value is (222,172,187). Sum of RGB (Red+Green+Blue) = 222+172+187=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACBB is #215344. Grayscale: #BCBCBC. Windows color (decimal): -2184005 or 12299486. OLE color: 12299486.
HSL color Cylindrical-coordinate representation of color #DEACBB: hue angle of 342º 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 #DEACBB is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 187 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.13 |
| HSL | 342º | 0.43% | 0.77% | - |
| HSV(B) | 342º | 0.23% | 0.87% | - |
| XYZ | 53.85 | 48.62 | 53.56 | - |
| YUV | 188.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 187 | 0 | 0.23 | 0.16 | 0.13 | 342 | 0.43 | 0.77 |
| Hex | DE | AC | BB | 0 | 17 | 10 | D | 156 | 2B | 4D |
| Octal | 336 | 254 | 273 | 0 | 27 | 20 | 15 | 526 | 53 | 115 |
| Binary | 11011110 | 10101100 | 10111011 | 0 | 10111 | 10000 | 1101 | 101010110 | 101011 | 1001101 |
Color Harmonies of #DEACBB
Complementary color
Monochromatic Colors of #DEACBB
Black with #DEACBB
Text Example
Text Example
White with #DEACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACBB; }
p { color: rgb(222,172,187); }
H1.HeaderClassName
{
color: #DEACBB;
}
.AnyTagClassName
{
color: #DEACBB;
}
</style>
background-color css
<style>
a { background-color: #DEACBB; }
a { background-color: rgb(222,172,187); }
div.DivClassName
{
background-color: #DEACBB;
}
.BgClassName
{
background-color: #DEACBB;
}
</style>
border-color css
<style>
span { border-color: #DEACBB; }
span { border-color: rgb(222,172,187); }
td.TdClassName
{
border-color: #DEACBB;
}
.TagClassName
{
border-color: #DEACBB;
}
</style>