Shades of Melanie #DFABBD
Tints of Melanie #DFABBD
RGB
CMYK
RGB Variations
Color information
#DFABBD (or 0xDFABBD) is known color: Melanie. HEX triplet: DF, AB and BD. RGB value is (223,171,189). Sum of RGB (Red+Green+Blue) = 223+171+189=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABBD is #205442. Grayscale: #BCBCBC. Windows color (decimal): -2118723 or 12430303. OLE color: 12430303.
HSL color Cylindrical-coordinate representation of color #DFABBD: hue angle of 339.23º 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 #DFABBD is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 189 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.13 |
| HSL | 339.23º | 0.45% | 0.77% | - |
| HSV(B) | 339.23º | 0.23% | 0.87% | - |
| XYZ | 54.18 | 48.49 | 54.65 | - |
| YUV | 188.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 189 | 0 | 0.23 | 0.15 | 0.13 | 339.23 | 0.45 | 0.77 |
| Hex | DF | AB | BD | 0 | 17 | F | D | 153 | 2D | 4D |
| Octal | 337 | 253 | 275 | 0 | 27 | 17 | 15 | 523 | 55 | 115 |
| Binary | 11011111 | 10101011 | 10111101 | 0 | 10111 | 1111 | 1101 | 101010011 | 101101 | 1001101 |
Color Harmonies of #DFABBD
Complementary color
Monochromatic Colors of #DFABBD
Black with #DFABBD
Text Example
Text Example
White with #DFABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABBD; }
p { color: rgb(223,171,189); }
H1.HeaderClassName
{
color: #DFABBD;
}
.AnyTagClassName
{
color: #DFABBD;
}
</style>
background-color css
<style>
a { background-color: #DFABBD; }
a { background-color: rgb(223,171,189); }
div.DivClassName
{
background-color: #DFABBD;
}
.BgClassName
{
background-color: #DFABBD;
}
</style>
border-color css
<style>
span { border-color: #DFABBD; }
span { border-color: rgb(223,171,189); }
td.TdClassName
{
border-color: #DFABBD;
}
.TagClassName
{
border-color: #DFABBD;
}
</style>