Shades of Melanie #DEACBF
Tints of Melanie #DEACBF
RGB
CMYK
RGB Variations
Color information
#DEACBF (or 0xDEACBF) is known color: Melanie. HEX triplet: DE, AC and BF. RGB value is (222,172,191). Sum of RGB (Red+Green+Blue) = 222+172+191=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACBF is #215340. Grayscale: #BDBDBD. Windows color (decimal): -2184001 or 12561630. OLE color: 12561630.
HSL color Cylindrical-coordinate representation of color #DEACBF: hue angle of 337.2º 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 #DEACBF is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 191 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.13 |
| HSL | 337.2º | 0.43% | 0.77% | - |
| HSV(B) | 337.2º | 0.23% | 0.87% | - |
| XYZ | 54.28 | 48.8 | 55.85 | - |
| YUV | 189.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 191 | 0 | 0.23 | 0.14 | 0.13 | 337.2 | 0.43 | 0.77 |
| Hex | DE | AC | BF | 0 | 17 | E | D | 151 | 2B | 4D |
| Octal | 336 | 254 | 277 | 0 | 27 | 16 | 15 | 521 | 53 | 115 |
| Binary | 11011110 | 10101100 | 10111111 | 0 | 10111 | 1110 | 1101 | 101010001 | 101011 | 1001101 |
Color Harmonies of #DEACBF
Complementary color
Monochromatic Colors of #DEACBF
Black with #DEACBF
Text Example
Text Example
White with #DEACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACBF; }
p { color: rgb(222,172,191); }
H1.HeaderClassName
{
color: #DEACBF;
}
.AnyTagClassName
{
color: #DEACBF;
}
</style>
background-color css
<style>
a { background-color: #DEACBF; }
a { background-color: rgb(222,172,191); }
div.DivClassName
{
background-color: #DEACBF;
}
.BgClassName
{
background-color: #DEACBF;
}
</style>
border-color css
<style>
span { border-color: #DEACBF; }
span { border-color: rgb(222,172,191); }
td.TdClassName
{
border-color: #DEACBF;
}
.TagClassName
{
border-color: #DEACBF;
}
</style>