Shades of Melanie #DFA8BD
Tints of Melanie #DFA8BD
RGB
CMYK
RGB Variations
Color information
#DFA8BD (or 0xDFA8BD) is known color: Melanie. HEX triplet: DF, A8 and BD. RGB value is (223,168,189). Sum of RGB (Red+Green+Blue) = 223+168+189=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8BD is #205742. Grayscale: #BABABA. Windows color (decimal): -2119491 or 12429535. OLE color: 12429535.
HSL color Cylindrical-coordinate representation of color #DFA8BD: hue angle of 337.09º 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 #DFA8BD is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 189 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.13 |
| HSL | 337.09º | 0.46% | 0.77% | - |
| HSV(B) | 337.09º | 0.25% | 0.87% | - |
| XYZ | 53.62 | 47.37 | 54.46 | - |
| YUV | 186.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 189 | 0 | 0.25 | 0.15 | 0.13 | 337.09 | 0.46 | 0.77 |
| Hex | DF | A8 | BD | 0 | 19 | F | D | 151 | 2E | 4D |
| Octal | 337 | 250 | 275 | 0 | 31 | 17 | 15 | 521 | 56 | 115 |
| Binary | 11011111 | 10101000 | 10111101 | 0 | 11001 | 1111 | 1101 | 101010001 | 101110 | 1001101 |
Color Harmonies of #DFA8BD
Complementary color
Monochromatic Colors of #DFA8BD
Black with #DFA8BD
Text Example
Text Example
White with #DFA8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA8BD; }
p { color: rgb(223,168,189); }
H1.HeaderClassName
{
color: #DFA8BD;
}
.AnyTagClassName
{
color: #DFA8BD;
}
</style>
background-color css
<style>
a { background-color: #DFA8BD; }
a { background-color: rgb(223,168,189); }
div.DivClassName
{
background-color: #DFA8BD;
}
.BgClassName
{
background-color: #DFA8BD;
}
</style>
border-color css
<style>
span { border-color: #DFA8BD; }
span { border-color: rgb(223,168,189); }
td.TdClassName
{
border-color: #DFA8BD;
}
.TagClassName
{
border-color: #DFA8BD;
}
</style>