Shades of Melanie #DFAEC0
Tints of Melanie #DFAEC0
RGB
CMYK
RGB Variations
Color information
#DFAEC0 (or 0xDFAEC0) is known color: Melanie. HEX triplet: DF, AE and C0. RGB value is (223,174,192). Sum of RGB (Red+Green+Blue) = 223+174+192=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEC0 is #20513F. Grayscale: #BEBEBE. Windows color (decimal): -2117952 or 12627679. OLE color: 12627679.
HSL color Cylindrical-coordinate representation of color #DFAEC0: hue angle of 337.96º degrees, saturation: 0.43, 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 #DFAEC0 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 174 | 192 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.13 |
| HSL | 337.96º | 0.43% | 0.78% | - |
| HSV(B) | 337.96º | 0.22% | 0.87% | - |
| XYZ | 55.08 | 49.77 | 56.57 | - |
| YUV | 190.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 192 | 0 | 0.22 | 0.14 | 0.13 | 337.96 | 0.43 | 0.78 |
| Hex | DF | AE | C0 | 0 | 16 | E | D | 152 | 2B | 4E |
| Octal | 337 | 256 | 300 | 0 | 26 | 16 | 15 | 522 | 53 | 116 |
| Binary | 11011111 | 10101110 | 11000000 | 0 | 10110 | 1110 | 1101 | 101010010 | 101011 | 1001110 |
Color Harmonies of #DFAEC0
Complementary color
Monochromatic Colors of #DFAEC0
Black with #DFAEC0
Text Example
Text Example
White with #DFAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAEC0; }
p { color: rgb(223,174,192); }
H1.HeaderClassName
{
color: #DFAEC0;
}
.AnyTagClassName
{
color: #DFAEC0;
}
</style>
background-color css
<style>
a { background-color: #DFAEC0; }
a { background-color: rgb(223,174,192); }
div.DivClassName
{
background-color: #DFAEC0;
}
.BgClassName
{
background-color: #DFAEC0;
}
</style>
border-color css
<style>
span { border-color: #DFAEC0; }
span { border-color: rgb(223,174,192); }
td.TdClassName
{
border-color: #DFAEC0;
}
.TagClassName
{
border-color: #DFAEC0;
}
</style>