Shades of Melanie #DDA9BD
Tints of Melanie #DDA9BD
RGB
CMYK
RGB Variations
Color information
#DDA9BD (or 0xDDA9BD) is known color: Melanie. HEX triplet: DD, A9 and BD. RGB value is (221,169,189). Sum of RGB (Red+Green+Blue) = 221+169+189=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9BD is #225642. Grayscale: #BABABA. Windows color (decimal): -2250307 or 12429789. OLE color: 12429789.
HSL color Cylindrical-coordinate representation of color #DDA9BD: hue angle of 336.92º 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 #DDA9BD is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 189 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.13 |
| HSL | 336.92º | 0.43% | 0.76% | - |
| HSV(B) | 336.92º | 0.24% | 0.87% | - |
| XYZ | 53.19 | 47.42 | 54.49 | - |
| YUV | 186.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 189 | 0 | 0.24 | 0.14 | 0.13 | 336.92 | 0.43 | 0.76 |
| Hex | DD | A9 | BD | 0 | 18 | E | D | 151 | 2B | 4C |
| Octal | 335 | 251 | 275 | 0 | 30 | 16 | 15 | 521 | 53 | 114 |
| Binary | 11011101 | 10101001 | 10111101 | 0 | 11000 | 1110 | 1101 | 101010001 | 101011 | 1001100 |
Color Harmonies of #DDA9BD
Complementary color
Monochromatic Colors of #DDA9BD
Black with #DDA9BD
Text Example
Text Example
White with #DDA9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9BD; }
p { color: rgb(221,169,189); }
H1.HeaderClassName
{
color: #DDA9BD;
}
.AnyTagClassName
{
color: #DDA9BD;
}
</style>
background-color css
<style>
a { background-color: #DDA9BD; }
a { background-color: rgb(221,169,189); }
div.DivClassName
{
background-color: #DDA9BD;
}
.BgClassName
{
background-color: #DDA9BD;
}
</style>
border-color css
<style>
span { border-color: #DDA9BD; }
span { border-color: rgb(221,169,189); }
td.TdClassName
{
border-color: #DDA9BD;
}
.TagClassName
{
border-color: #DDA9BD;
}
</style>