Shades of Melanie #DDA9BA
Tints of Melanie #DDA9BA
RGB
CMYK
RGB Variations
Color information
#DDA9BA (or 0xDDA9BA) is known color: Melanie. HEX triplet: DD, A9 and BA. RGB value is (221,169,186). Sum of RGB (Red+Green+Blue) = 221+169+186=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9BA is #225645. Grayscale: #BABABA. Windows color (decimal): -2250310 or 12233181. OLE color: 12233181.
HSL color Cylindrical-coordinate representation of color #DDA9BA: hue angle of 340.38º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA9BA is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 186 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.13 |
| HSL | 340.38º | 0.43% | 0.76% | - |
| HSV(B) | 340.38º | 0.24% | 0.87% | - |
| XYZ | 52.87 | 47.29 | 52.8 | - |
| YUV | 186.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 186 | 0 | 0.24 | 0.16 | 0.13 | 340.38 | 0.43 | 0.76 |
| Hex | DD | A9 | BA | 0 | 18 | 10 | D | 154 | 2B | 4C |
| Octal | 335 | 251 | 272 | 0 | 30 | 20 | 15 | 524 | 53 | 114 |
| Binary | 11011101 | 10101001 | 10111010 | 0 | 11000 | 10000 | 1101 | 101010100 | 101011 | 1001100 |
Color Harmonies of #DDA9BA
Complementary color
Monochromatic Colors of #DDA9BA
Black with #DDA9BA
Text Example
Text Example
White with #DDA9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9BA; }
p { color: rgb(221,169,186); }
H1.HeaderClassName
{
color: #DDA9BA;
}
.AnyTagClassName
{
color: #DDA9BA;
}
</style>
background-color css
<style>
a { background-color: #DDA9BA; }
a { background-color: rgb(221,169,186); }
div.DivClassName
{
background-color: #DDA9BA;
}
.BgClassName
{
background-color: #DDA9BA;
}
</style>
border-color css
<style>
span { border-color: #DDA9BA; }
span { border-color: rgb(221,169,186); }
td.TdClassName
{
border-color: #DDA9BA;
}
.TagClassName
{
border-color: #DDA9BA;
}
</style>