Shades of Melanie #DFA8BC
Tints of Melanie #DFA8BC
RGB
CMYK
RGB Variations
Color information
#DFA8BC (or 0xDFA8BC) is known color: Melanie. HEX triplet: DF, A8 and BC. RGB value is (223,168,188). Sum of RGB (Red+Green+Blue) = 223+168+188=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8BC is #205743. Grayscale: #BABABA. Windows color (decimal): -2119492 or 12363999. OLE color: 12363999.
HSL color Cylindrical-coordinate representation of color #DFA8BC: hue angle of 338.18º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFA8BC is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 188 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.13 |
| HSL | 338.18º | 0.46% | 0.77% | - |
| HSV(B) | 338.18º | 0.25% | 0.87% | - |
| XYZ | 53.51 | 47.32 | 53.89 | - |
| YUV | 186.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 188 | 0 | 0.25 | 0.16 | 0.13 | 338.18 | 0.46 | 0.77 |
| Hex | DF | A8 | BC | 0 | 19 | 10 | D | 152 | 2E | 4D |
| Octal | 337 | 250 | 274 | 0 | 31 | 20 | 15 | 522 | 56 | 115 |
| Binary | 11011111 | 10101000 | 10111100 | 0 | 11001 | 10000 | 1101 | 101010010 | 101110 | 1001101 |
Color Harmonies of #DFA8BC
Complementary color
Monochromatic Colors of #DFA8BC
Black with #DFA8BC
Text Example
Text Example
White with #DFA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA8BC; }
p { color: rgb(223,168,188); }
H1.HeaderClassName
{
color: #DFA8BC;
}
.AnyTagClassName
{
color: #DFA8BC;
}
</style>
background-color css
<style>
a { background-color: #DFA8BC; }
a { background-color: rgb(223,168,188); }
div.DivClassName
{
background-color: #DFA8BC;
}
.BgClassName
{
background-color: #DFA8BC;
}
</style>
border-color css
<style>
span { border-color: #DFA8BC; }
span { border-color: rgb(223,168,188); }
td.TdClassName
{
border-color: #DFA8BC;
}
.TagClassName
{
border-color: #DFA8BC;
}
</style>