Shades of Melanie #DFACBD
Tints of Melanie #DFACBD
RGB
CMYK
RGB Variations
Color information
#DFACBD (or 0xDFACBD) is known color: Melanie. HEX triplet: DF, AC and BD. RGB value is (223,172,189). Sum of RGB (Red+Green+Blue) = 223+172+189=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACBD is #205342. Grayscale: #BDBDBD. Windows color (decimal): -2118467 or 12430559. OLE color: 12430559.
HSL color Cylindrical-coordinate representation of color #DFACBD: hue angle of 340º degrees, saturation: 0.44, 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 #DFACBD is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 189 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.13 |
| HSL | 340º | 0.44% | 0.77% | - |
| HSV(B) | 340º | 0.23% | 0.87% | - |
| XYZ | 54.37 | 48.87 | 54.71 | - |
| YUV | 189.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 189 | 0 | 0.23 | 0.15 | 0.13 | 340 | 0.44 | 0.77 |
| Hex | DF | AC | BD | 0 | 17 | F | D | 154 | 2C | 4D |
| Octal | 337 | 254 | 275 | 0 | 27 | 17 | 15 | 524 | 54 | 115 |
| Binary | 11011111 | 10101100 | 10111101 | 0 | 10111 | 1111 | 1101 | 101010100 | 101100 | 1001101 |
Color Harmonies of #DFACBD
Complementary color
Monochromatic Colors of #DFACBD
Black with #DFACBD
Text Example
Text Example
White with #DFACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACBD; }
p { color: rgb(223,172,189); }
H1.HeaderClassName
{
color: #DFACBD;
}
.AnyTagClassName
{
color: #DFACBD;
}
</style>
background-color css
<style>
a { background-color: #DFACBD; }
a { background-color: rgb(223,172,189); }
div.DivClassName
{
background-color: #DFACBD;
}
.BgClassName
{
background-color: #DFACBD;
}
</style>
border-color css
<style>
span { border-color: #DFACBD; }
span { border-color: rgb(223,172,189); }
td.TdClassName
{
border-color: #DFACBD;
}
.TagClassName
{
border-color: #DFACBD;
}
</style>