Shades of Melanie #DFACC4
Tints of Melanie #DFACC4
RGB
CMYK
RGB Variations
Color information
#DFACC4 (or 0xDFACC4) is known color: Melanie. HEX triplet: DF, AC and C4. RGB value is (223,172,196). Sum of RGB (Red+Green+Blue) = 223+172+196=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACC4 is #20533B. Grayscale: #BDBDBD. Windows color (decimal): -2118460 or 12889311. OLE color: 12889311.
HSL color Cylindrical-coordinate representation of color #DFACC4: hue angle of 331.76º 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 #DFACC4 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 196 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.13 |
| HSL | 331.76º | 0.44% | 0.77% | - |
| HSV(B) | 331.76º | 0.23% | 0.87% | - |
| XYZ | 55.15 | 49.18 | 58.81 | - |
| YUV | 189.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 196 | 0 | 0.23 | 0.12 | 0.13 | 331.76 | 0.44 | 0.77 |
| Hex | DF | AC | C4 | 0 | 17 | C | D | 14C | 2C | 4D |
| Octal | 337 | 254 | 304 | 0 | 27 | 14 | 15 | 514 | 54 | 115 |
| Binary | 11011111 | 10101100 | 11000100 | 0 | 10111 | 1100 | 1101 | 101001100 | 101100 | 1001101 |
Color Harmonies of #DFACC4
Complementary color
Monochromatic Colors of #DFACC4
Black with #DFACC4
Text Example
Text Example
White with #DFACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACC4; }
p { color: rgb(223,172,196); }
H1.HeaderClassName
{
color: #DFACC4;
}
.AnyTagClassName
{
color: #DFACC4;
}
</style>
background-color css
<style>
a { background-color: #DFACC4; }
a { background-color: rgb(223,172,196); }
div.DivClassName
{
background-color: #DFACC4;
}
.BgClassName
{
background-color: #DFACC4;
}
</style>
border-color css
<style>
span { border-color: #DFACC4; }
span { border-color: rgb(223,172,196); }
td.TdClassName
{
border-color: #DFACC4;
}
.TagClassName
{
border-color: #DFACC4;
}
</style>