Shades of Melanie #DFAABB
Tints of Melanie #DFAABB
RGB
CMYK
RGB Variations
Color information
#DFAABB (or 0xDFAABB) is known color: Melanie. HEX triplet: DF, AA and BB. RGB value is (223,170,187). Sum of RGB (Red+Green+Blue) = 223+170+187=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAABB is #205544. Grayscale: #BBBBBB. Windows color (decimal): -2118981 or 12298975. OLE color: 12298975.
HSL color Cylindrical-coordinate representation of color #DFAABB: hue angle of 340.75º 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 #DFAABB is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 187 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.13 |
| HSL | 340.75º | 0.45% | 0.77% | - |
| HSV(B) | 340.75º | 0.24% | 0.87% | - |
| XYZ | 53.78 | 48.03 | 53.45 | - |
| YUV | 187.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 187 | 0 | 0.24 | 0.16 | 0.13 | 340.75 | 0.45 | 0.77 |
| Hex | DF | AA | BB | 0 | 18 | 10 | D | 155 | 2D | 4D |
| Octal | 337 | 252 | 273 | 0 | 30 | 20 | 15 | 525 | 55 | 115 |
| Binary | 11011111 | 10101010 | 10111011 | 0 | 11000 | 10000 | 1101 | 101010101 | 101101 | 1001101 |
Color Harmonies of #DFAABB
Complementary color
Monochromatic Colors of #DFAABB
Black with #DFAABB
Text Example
Text Example
White with #DFAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAABB; }
p { color: rgb(223,170,187); }
H1.HeaderClassName
{
color: #DFAABB;
}
.AnyTagClassName
{
color: #DFAABB;
}
</style>
background-color css
<style>
a { background-color: #DFAABB; }
a { background-color: rgb(223,170,187); }
div.DivClassName
{
background-color: #DFAABB;
}
.BgClassName
{
background-color: #DFAABB;
}
</style>
border-color css
<style>
span { border-color: #DFAABB; }
span { border-color: rgb(223,170,187); }
td.TdClassName
{
border-color: #DFAABB;
}
.TagClassName
{
border-color: #DFAABB;
}
</style>