Shades of Melanie #DFADBA
Tints of Melanie #DFADBA
RGB
CMYK
RGB Variations
Color information
#DFADBA (or 0xDFADBA) is known color: Melanie. HEX triplet: DF, AD and BA. RGB value is (223,173,186). Sum of RGB (Red+Green+Blue) = 223+173+186=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADBA is #205245. Grayscale: #BDBDBD. Windows color (decimal): -2118214 or 12234207. OLE color: 12234207.
HSL color Cylindrical-coordinate representation of color #DFADBA: hue angle of 344.4º 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 #DFADBA is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 186 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.13 |
| HSL | 344.4º | 0.44% | 0.78% | - |
| HSV(B) | 344.4º | 0.22% | 0.87% | - |
| XYZ | 54.24 | 49.12 | 53.08 | - |
| YUV | 189.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 186 | 0 | 0.22 | 0.17 | 0.13 | 344.4 | 0.44 | 0.78 |
| Hex | DF | AD | BA | 0 | 16 | 11 | D | 158 | 2C | 4E |
| Octal | 337 | 255 | 272 | 0 | 26 | 21 | 15 | 530 | 54 | 116 |
| Binary | 11011111 | 10101101 | 10111010 | 0 | 10110 | 10001 | 1101 | 101011000 | 101100 | 1001110 |
Color Harmonies of #DFADBA
Complementary color
Monochromatic Colors of #DFADBA
Black with #DFADBA
Text Example
Text Example
White with #DFADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADBA; }
p { color: rgb(223,173,186); }
H1.HeaderClassName
{
color: #DFADBA;
}
.AnyTagClassName
{
color: #DFADBA;
}
</style>
background-color css
<style>
a { background-color: #DFADBA; }
a { background-color: rgb(223,173,186); }
div.DivClassName
{
background-color: #DFADBA;
}
.BgClassName
{
background-color: #DFADBA;
}
</style>
border-color css
<style>
span { border-color: #DFADBA; }
span { border-color: rgb(223,173,186); }
td.TdClassName
{
border-color: #DFADBA;
}
.TagClassName
{
border-color: #DFADBA;
}
</style>