Shades of Melanie #DFADC2
Tints of Melanie #DFADC2
RGB
CMYK
RGB Variations
Color information
#DFADC2 (or 0xDFADC2) is known color: Melanie. HEX triplet: DF, AD and C2. RGB value is (223,173,194). Sum of RGB (Red+Green+Blue) = 223+173+194=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADC2 is #20523D. Grayscale: #BEBEBE. Windows color (decimal): -2118206 or 12758495. OLE color: 12758495.
HSL color Cylindrical-coordinate representation of color #DFADC2: hue angle of 334.8º 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 #DFADC2 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 194 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.13 |
| HSL | 334.8º | 0.44% | 0.78% | - |
| HSV(B) | 334.8º | 0.22% | 0.87% | - |
| XYZ | 55.11 | 49.47 | 57.68 | - |
| YUV | 190.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 194 | 0 | 0.22 | 0.13 | 0.13 | 334.8 | 0.44 | 0.78 |
| Hex | DF | AD | C2 | 0 | 16 | D | D | 14F | 2C | 4E |
| Octal | 337 | 255 | 302 | 0 | 26 | 15 | 15 | 517 | 54 | 116 |
| Binary | 11011111 | 10101101 | 11000010 | 0 | 10110 | 1101 | 1101 | 101001111 | 101100 | 1001110 |
Color Harmonies of #DFADC2
Complementary color
Monochromatic Colors of #DFADC2
Black with #DFADC2
Text Example
Text Example
White with #DFADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADC2; }
p { color: rgb(223,173,194); }
H1.HeaderClassName
{
color: #DFADC2;
}
.AnyTagClassName
{
color: #DFADC2;
}
</style>
background-color css
<style>
a { background-color: #DFADC2; }
a { background-color: rgb(223,173,194); }
div.DivClassName
{
background-color: #DFADC2;
}
.BgClassName
{
background-color: #DFADC2;
}
</style>
border-color css
<style>
span { border-color: #DFADC2; }
span { border-color: rgb(223,173,194); }
td.TdClassName
{
border-color: #DFADC2;
}
.TagClassName
{
border-color: #DFADC2;
}
</style>