Shades of Melanie #DFACC5
Tints of Melanie #DFACC5
RGB
CMYK
RGB Variations
Color information
#DFACC5 (or 0xDFACC5) is known color: Melanie. HEX triplet: DF, AC and C5. RGB value is (223,172,197). Sum of RGB (Red+Green+Blue) = 223+172+197=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACC5 is #20533A. Grayscale: #BEBEBE. Windows color (decimal): -2118459 or 12954847. OLE color: 12954847.
HSL color Cylindrical-coordinate representation of color #DFACC5: hue angle of 330.59º 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 #DFACC5 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 197 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.13 |
| HSL | 330.59º | 0.44% | 0.77% | - |
| HSV(B) | 330.59º | 0.23% | 0.87% | - |
| XYZ | 55.26 | 49.22 | 59.41 | - |
| YUV | 190.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 197 | 0 | 0.23 | 0.12 | 0.13 | 330.59 | 0.44 | 0.77 |
| Hex | DF | AC | C5 | 0 | 17 | C | D | 14B | 2C | 4D |
| Octal | 337 | 254 | 305 | 0 | 27 | 14 | 15 | 513 | 54 | 115 |
| Binary | 11011111 | 10101100 | 11000101 | 0 | 10111 | 1100 | 1101 | 101001011 | 101100 | 1001101 |
Color Harmonies of #DFACC5
Complementary color
Monochromatic Colors of #DFACC5
Black with #DFACC5
Text Example
Text Example
White with #DFACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACC5; }
p { color: rgb(223,172,197); }
H1.HeaderClassName
{
color: #DFACC5;
}
.AnyTagClassName
{
color: #DFACC5;
}
</style>
background-color css
<style>
a { background-color: #DFACC5; }
a { background-color: rgb(223,172,197); }
div.DivClassName
{
background-color: #DFACC5;
}
.BgClassName
{
background-color: #DFACC5;
}
</style>
border-color css
<style>
span { border-color: #DFACC5; }
span { border-color: rgb(223,172,197); }
td.TdClassName
{
border-color: #DFACC5;
}
.TagClassName
{
border-color: #DFACC5;
}
</style>