Shades of Melanie #DFADBD
Tints of Melanie #DFADBD
RGB
CMYK
RGB Variations
Color information
#DFADBD (or 0xDFADBD) is known color: Melanie. HEX triplet: DF, AD and BD. RGB value is (223,173,189). Sum of RGB (Red+Green+Blue) = 223+173+189=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADBD is #205242. Grayscale: #BDBDBD. Windows color (decimal): -2118211 or 12430815. OLE color: 12430815.
HSL color Cylindrical-coordinate representation of color #DFADBD: hue angle of 340.8º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFADBD is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 189 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.13 |
| HSL | 340.8º | 0.44% | 0.78% | - |
| HSV(B) | 340.8º | 0.22% | 0.87% | - |
| XYZ | 54.56 | 49.25 | 54.77 | - |
| YUV | 189.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 189 | 0 | 0.22 | 0.15 | 0.13 | 340.8 | 0.44 | 0.78 |
| Hex | DF | AD | BD | 0 | 16 | F | D | 155 | 2C | 4E |
| Octal | 337 | 255 | 275 | 0 | 26 | 17 | 15 | 525 | 54 | 116 |
| Binary | 11011111 | 10101101 | 10111101 | 0 | 10110 | 1111 | 1101 | 101010101 | 101100 | 1001110 |
Color Harmonies of #DFADBD
Complementary color
Monochromatic Colors of #DFADBD
Black with #DFADBD
Text Example
Text Example
White with #DFADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADBD; }
p { color: rgb(223,173,189); }
H1.HeaderClassName
{
color: #DFADBD;
}
.AnyTagClassName
{
color: #DFADBD;
}
</style>
background-color css
<style>
a { background-color: #DFADBD; }
a { background-color: rgb(223,173,189); }
div.DivClassName
{
background-color: #DFADBD;
}
.BgClassName
{
background-color: #DFADBD;
}
</style>
border-color css
<style>
span { border-color: #DFADBD; }
span { border-color: rgb(223,173,189); }
td.TdClassName
{
border-color: #DFADBD;
}
.TagClassName
{
border-color: #DFADBD;
}
</style>