Shades of Melanie #DDA9BB
Tints of Melanie #DDA9BB
RGB
CMYK
RGB Variations
Color information
#DDA9BB (or 0xDDA9BB) is known color: Melanie. HEX triplet: DD, A9 and BB. RGB value is (221,169,187). Sum of RGB (Red+Green+Blue) = 221+169+187=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9BB is #225644. Grayscale: #BABABA. Windows color (decimal): -2250309 or 12298717. OLE color: 12298717.
HSL color Cylindrical-coordinate representation of color #DDA9BB: hue angle of 339.23º 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 #DDA9BB is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 187 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.13 |
| HSL | 339.23º | 0.43% | 0.76% | - |
| HSV(B) | 339.23º | 0.24% | 0.87% | - |
| XYZ | 52.98 | 47.34 | 53.36 | - |
| YUV | 186.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 187 | 0 | 0.24 | 0.15 | 0.13 | 339.23 | 0.43 | 0.76 |
| Hex | DD | A9 | BB | 0 | 18 | F | D | 153 | 2B | 4C |
| Octal | 335 | 251 | 273 | 0 | 30 | 17 | 15 | 523 | 53 | 114 |
| Binary | 11011101 | 10101001 | 10111011 | 0 | 11000 | 1111 | 1101 | 101010011 | 101011 | 1001100 |
Color Harmonies of #DDA9BB
Complementary color
Monochromatic Colors of #DDA9BB
Black with #DDA9BB
Text Example
Text Example
White with #DDA9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9BB; }
p { color: rgb(221,169,187); }
H1.HeaderClassName
{
color: #DDA9BB;
}
.AnyTagClassName
{
color: #DDA9BB;
}
</style>
background-color css
<style>
a { background-color: #DDA9BB; }
a { background-color: rgb(221,169,187); }
div.DivClassName
{
background-color: #DDA9BB;
}
.BgClassName
{
background-color: #DDA9BB;
}
</style>
border-color css
<style>
span { border-color: #DDA9BB; }
span { border-color: rgb(221,169,187); }
td.TdClassName
{
border-color: #DDA9BB;
}
.TagClassName
{
border-color: #DDA9BB;
}
</style>