Shades of Melanie #DFADC1
Tints of Melanie #DFADC1
RGB
CMYK
RGB Variations
Color information
#DFADC1 (or 0xDFADC1) is known color: Melanie. HEX triplet: DF, AD and C1. RGB value is (223,173,193). Sum of RGB (Red+Green+Blue) = 223+173+193=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADC1 is #20523E. Grayscale: #BEBEBE. Windows color (decimal): -2118207 or 12692959. OLE color: 12692959.
HSL color Cylindrical-coordinate representation of color #DFADC1: hue angle of 336º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFADC1 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 193 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.13 |
| HSL | 336º | 0.44% | 0.78% | - |
| HSV(B) | 336º | 0.22% | 0.87% | - |
| XYZ | 55 | 49.43 | 57.09 | - |
| YUV | 190.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 193 | 0 | 0.22 | 0.13 | 0.13 | 336 | 0.44 | 0.78 |
| Hex | DF | AD | C1 | 0 | 16 | D | D | 150 | 2C | 4E |
| Octal | 337 | 255 | 301 | 0 | 26 | 15 | 15 | 520 | 54 | 116 |
| Binary | 11011111 | 10101101 | 11000001 | 0 | 10110 | 1101 | 1101 | 101010000 | 101100 | 1001110 |
Color Harmonies of #DFADC1
Complementary color
Monochromatic Colors of #DFADC1
Black with #DFADC1
Text Example
Text Example
White with #DFADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADC1; }
p { color: rgb(223,173,193); }
H1.HeaderClassName
{
color: #DFADC1;
}
.AnyTagClassName
{
color: #DFADC1;
}
</style>
background-color css
<style>
a { background-color: #DFADC1; }
a { background-color: rgb(223,173,193); }
div.DivClassName
{
background-color: #DFADC1;
}
.BgClassName
{
background-color: #DFADC1;
}
</style>
border-color css
<style>
span { border-color: #DFADC1; }
span { border-color: rgb(223,173,193); }
td.TdClassName
{
border-color: #DFADC1;
}
.TagClassName
{
border-color: #DFADC1;
}
</style>