Shades of Melanie #DFAABF
Tints of Melanie #DFAABF
RGB
CMYK
RGB Variations
Color information
#DFAABF (or 0xDFAABF) is known color: Melanie. HEX triplet: DF, AA and BF. RGB value is (223,170,191). Sum of RGB (Red+Green+Blue) = 223+170+191=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAABF is #205540. Grayscale: #BCBCBC. Windows color (decimal): -2118977 or 12561119. OLE color: 12561119.
HSL color Cylindrical-coordinate representation of color #DFAABF: hue angle of 336.23º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFAABF is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 191 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.13 |
| HSL | 336.23º | 0.45% | 0.77% | - |
| HSV(B) | 336.23º | 0.24% | 0.87% | - |
| XYZ | 54.21 | 48.2 | 55.74 | - |
| YUV | 188.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 191 | 0 | 0.24 | 0.14 | 0.13 | 336.23 | 0.45 | 0.77 |
| Hex | DF | AA | BF | 0 | 18 | E | D | 150 | 2D | 4D |
| Octal | 337 | 252 | 277 | 0 | 30 | 16 | 15 | 520 | 55 | 115 |
| Binary | 11011111 | 10101010 | 10111111 | 0 | 11000 | 1110 | 1101 | 101010000 | 101101 | 1001101 |
Color Harmonies of #DFAABF
Complementary color
Monochromatic Colors of #DFAABF
Black with #DFAABF
Text Example
Text Example
White with #DFAABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAABF; }
p { color: rgb(223,170,191); }
H1.HeaderClassName
{
color: #DFAABF;
}
.AnyTagClassName
{
color: #DFAABF;
}
</style>
background-color css
<style>
a { background-color: #DFAABF; }
a { background-color: rgb(223,170,191); }
div.DivClassName
{
background-color: #DFAABF;
}
.BgClassName
{
background-color: #DFAABF;
}
</style>
border-color css
<style>
span { border-color: #DFAABF; }
span { border-color: rgb(223,170,191); }
td.TdClassName
{
border-color: #DFAABF;
}
.TagClassName
{
border-color: #DFAABF;
}
</style>