Shades of Melanie #DFACC1
Tints of Melanie #DFACC1
RGB
CMYK
RGB Variations
Color information
#DFACC1 (or 0xDFACC1) is known color: Melanie. HEX triplet: DF, AC and C1. RGB value is (223,172,193). Sum of RGB (Red+Green+Blue) = 223+172+193=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACC1 is #20533E. Grayscale: #BDBDBD. Windows color (decimal): -2118463 or 12692703. OLE color: 12692703.
HSL color Cylindrical-coordinate representation of color #DFACC1: hue angle of 335.29º 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 #DFACC1 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 172 | 193 | - |
CMYK | 0 | 0.23 | 0.13 | 0.13 |
HSL | 335.29º | 0.44% | 0.77% | - |
HSV(B) | 335.29º | 0.23% | 0.87% | - |
XYZ | 54.81 | 49.04 | 57.03 | - |
YUV | 189.64 | 129.9 | 151.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 172 | 193 | 0 | 0.23 | 0.13 | 0.13 | 335.29 | 0.44 | 0.77 |
Hex | DF | AC | C1 | 0 | 17 | D | D | 14F | 2C | 4D |
Octal | 337 | 254 | 301 | 0 | 27 | 15 | 15 | 517 | 54 | 115 |
Binary | 11011111 | 10101100 | 11000001 | 0 | 10111 | 1101 | 1101 | 101001111 | 101100 | 1001101 |
Color Harmonies of #DFACC1
Complementary color
Monochromatic Colors of #DFACC1
Black with #DFACC1
Text Example
Text Example
White with #DFACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACC1; }
p { color: rgb(223,172,193); }
H1.HeaderClassName
{
color: #DFACC1;
}
.AnyTagClassName
{
color: #DFACC1;
}
</style>
background-color css
<style>
a { background-color: #DFACC1; }
a { background-color: rgb(223,172,193); }
div.DivClassName
{
background-color: #DFACC1;
}
.BgClassName
{
background-color: #DFACC1;
}
</style>
border-color css
<style>
span { border-color: #DFACC1; }
span { border-color: rgb(223,172,193); }
td.TdClassName
{
border-color: #DFACC1;
}
.TagClassName
{
border-color: #DFACC1;
}
</style>