Shades of Melanie #DFABBB
Tints of Melanie #DFABBB
RGB
CMYK
RGB Variations
Color information
#DFABBB (or 0xDFABBB) is known color: Melanie. HEX triplet: DF, AB and BB. RGB value is (223,171,187). Sum of RGB (Red+Green+Blue) = 223+171+187=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABBB is #205444. Grayscale: #BCBCBC. Windows color (decimal): -2118725 or 12299231. OLE color: 12299231.
HSL color Cylindrical-coordinate representation of color #DFABBB: hue angle of 341.54º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFABBB is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 187 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.13 |
| HSL | 341.54º | 0.45% | 0.77% | - |
| HSV(B) | 341.54º | 0.23% | 0.87% | - |
| XYZ | 53.96 | 48.4 | 53.51 | - |
| YUV | 188.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 187 | 0 | 0.23 | 0.16 | 0.13 | 341.54 | 0.45 | 0.77 |
| Hex | DF | AB | BB | 0 | 17 | 10 | D | 156 | 2D | 4D |
| Octal | 337 | 253 | 273 | 0 | 27 | 20 | 15 | 526 | 55 | 115 |
| Binary | 11011111 | 10101011 | 10111011 | 0 | 10111 | 10000 | 1101 | 101010110 | 101101 | 1001101 |
Color Harmonies of #DFABBB
Complementary color
Monochromatic Colors of #DFABBB
Black with #DFABBB
Text Example
Text Example
White with #DFABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABBB; }
p { color: rgb(223,171,187); }
H1.HeaderClassName
{
color: #DFABBB;
}
.AnyTagClassName
{
color: #DFABBB;
}
</style>
background-color css
<style>
a { background-color: #DFABBB; }
a { background-color: rgb(223,171,187); }
div.DivClassName
{
background-color: #DFABBB;
}
.BgClassName
{
background-color: #DFABBB;
}
</style>
border-color css
<style>
span { border-color: #DFABBB; }
span { border-color: rgb(223,171,187); }
td.TdClassName
{
border-color: #DFABBB;
}
.TagClassName
{
border-color: #DFABBB;
}
</style>