Shades of Melanie #DFADBC
Tints of Melanie #DFADBC
RGB
CMYK
RGB Variations
Color information
#DFADBC (or 0xDFADBC) is known color: Melanie. HEX triplet: DF, AD and BC. RGB value is (223,173,188). Sum of RGB (Red+Green+Blue) = 223+173+188=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADBC is #205243. Grayscale: #BDBDBD. Windows color (decimal): -2118212 or 12365279. OLE color: 12365279.
HSL color Cylindrical-coordinate representation of color #DFADBC: hue angle of 342º 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 #DFADBC is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 188 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.13 |
| HSL | 342º | 0.44% | 0.78% | - |
| HSV(B) | 342º | 0.22% | 0.87% | - |
| XYZ | 54.45 | 49.21 | 54.2 | - |
| YUV | 189.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 188 | 0 | 0.22 | 0.16 | 0.13 | 342 | 0.44 | 0.78 |
| Hex | DF | AD | BC | 0 | 16 | 10 | D | 156 | 2C | 4E |
| Octal | 337 | 255 | 274 | 0 | 26 | 20 | 15 | 526 | 54 | 116 |
| Binary | 11011111 | 10101101 | 10111100 | 0 | 10110 | 10000 | 1101 | 101010110 | 101100 | 1001110 |
Color Harmonies of #DFADBC
Complementary color
Monochromatic Colors of #DFADBC
Black with #DFADBC
Text Example
Text Example
White with #DFADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADBC; }
p { color: rgb(223,173,188); }
H1.HeaderClassName
{
color: #DFADBC;
}
.AnyTagClassName
{
color: #DFADBC;
}
</style>
background-color css
<style>
a { background-color: #DFADBC; }
a { background-color: rgb(223,173,188); }
div.DivClassName
{
background-color: #DFADBC;
}
.BgClassName
{
background-color: #DFADBC;
}
</style>
border-color css
<style>
span { border-color: #DFADBC; }
span { border-color: rgb(223,173,188); }
td.TdClassName
{
border-color: #DFADBC;
}
.TagClassName
{
border-color: #DFADBC;
}
</style>