Shades of Melanie #DFACC2
Tints of Melanie #DFACC2
RGB
CMYK
RGB Variations
Color information
#DFACC2 (or 0xDFACC2) is known color: Melanie. HEX triplet: DF, AC and C2. RGB value is (223,172,194). Sum of RGB (Red+Green+Blue) = 223+172+194=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACC2 is #20533D. Grayscale: #BDBDBD. Windows color (decimal): -2118462 or 12758239. OLE color: 12758239.
HSL color Cylindrical-coordinate representation of color #DFACC2: hue angle of 334.12º 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 #DFACC2 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 194 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.13 |
| HSL | 334.12º | 0.44% | 0.77% | - |
| HSV(B) | 334.12º | 0.23% | 0.87% | - |
| XYZ | 54.92 | 49.09 | 57.62 | - |
| YUV | 189.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 194 | 0 | 0.23 | 0.13 | 0.13 | 334.12 | 0.44 | 0.77 |
| Hex | DF | AC | C2 | 0 | 17 | D | D | 14E | 2C | 4D |
| Octal | 337 | 254 | 302 | 0 | 27 | 15 | 15 | 516 | 54 | 115 |
| Binary | 11011111 | 10101100 | 11000010 | 0 | 10111 | 1101 | 1101 | 101001110 | 101100 | 1001101 |
Color Harmonies of #DFACC2
Complementary color
Monochromatic Colors of #DFACC2
Black with #DFACC2
Text Example
Text Example
White with #DFACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACC2; }
p { color: rgb(223,172,194); }
H1.HeaderClassName
{
color: #DFACC2;
}
.AnyTagClassName
{
color: #DFACC2;
}
</style>
background-color css
<style>
a { background-color: #DFACC2; }
a { background-color: rgb(223,172,194); }
div.DivClassName
{
background-color: #DFACC2;
}
.BgClassName
{
background-color: #DFACC2;
}
</style>
border-color css
<style>
span { border-color: #DFACC2; }
span { border-color: rgb(223,172,194); }
td.TdClassName
{
border-color: #DFACC2;
}
.TagClassName
{
border-color: #DFACC2;
}
</style>