Shades of Melanie #DDA8BA
Tints of Melanie #DDA8BA
RGB
CMYK
RGB Variations
Color information
#DDA8BA (or 0xDDA8BA) is known color: Melanie. HEX triplet: DD, A8 and BA. RGB value is (221,168,186). Sum of RGB (Red+Green+Blue) = 221+168+186=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8BA is #225745. Grayscale: #B9B9B9. Windows color (decimal): -2250566 or 12232925. OLE color: 12232925.
HSL color Cylindrical-coordinate representation of color #DDA8BA: hue angle of 339.62º degrees, saturation: 0.44, 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 #DDA8BA is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 186 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.13 |
| HSL | 339.62º | 0.44% | 0.76% | - |
| HSV(B) | 339.62º | 0.24% | 0.87% | - |
| XYZ | 52.68 | 46.92 | 52.73 | - |
| YUV | 185.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 186 | 0 | 0.24 | 0.16 | 0.13 | 339.62 | 0.44 | 0.76 |
| Hex | DD | A8 | BA | 0 | 18 | 10 | D | 154 | 2C | 4C |
| Octal | 335 | 250 | 272 | 0 | 30 | 20 | 15 | 524 | 54 | 114 |
| Binary | 11011101 | 10101000 | 10111010 | 0 | 11000 | 10000 | 1101 | 101010100 | 101100 | 1001100 |
Color Harmonies of #DDA8BA
Complementary color
Monochromatic Colors of #DDA8BA
Black with #DDA8BA
Text Example
Text Example
White with #DDA8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8BA; }
p { color: rgb(221,168,186); }
H1.HeaderClassName
{
color: #DDA8BA;
}
.AnyTagClassName
{
color: #DDA8BA;
}
</style>
background-color css
<style>
a { background-color: #DDA8BA; }
a { background-color: rgb(221,168,186); }
div.DivClassName
{
background-color: #DDA8BA;
}
.BgClassName
{
background-color: #DDA8BA;
}
</style>
border-color css
<style>
span { border-color: #DDA8BA; }
span { border-color: rgb(221,168,186); }
td.TdClassName
{
border-color: #DDA8BA;
}
.TagClassName
{
border-color: #DDA8BA;
}
</style>