Shades of Melanie #DDABBA
Tints of Melanie #DDABBA
RGB
CMYK
RGB Variations
Color information
#DDABBA (or 0xDDABBA) is known color: Melanie. HEX triplet: DD, AB and BA. RGB value is (221,171,186). Sum of RGB (Red+Green+Blue) = 221+171+186=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABBA is #225445. Grayscale: #BBBBBB. Windows color (decimal): -2249798 or 12233693. OLE color: 12233693.
HSL color Cylindrical-coordinate representation of color #DDABBA: hue angle of 342º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDABBA is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 186 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.13 |
| HSL | 342º | 0.42% | 0.77% | - |
| HSV(B) | 342º | 0.23% | 0.87% | - |
| XYZ | 53.24 | 48.04 | 52.92 | - |
| YUV | 187.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 186 | 0 | 0.23 | 0.16 | 0.13 | 342 | 0.42 | 0.77 |
| Hex | DD | AB | BA | 0 | 17 | 10 | D | 156 | 2A | 4D |
| Octal | 335 | 253 | 272 | 0 | 27 | 20 | 15 | 526 | 52 | 115 |
| Binary | 11011101 | 10101011 | 10111010 | 0 | 10111 | 10000 | 1101 | 101010110 | 101010 | 1001101 |
Color Harmonies of #DDABBA
Complementary color
Monochromatic Colors of #DDABBA
Black with #DDABBA
Text Example
Text Example
White with #DDABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABBA; }
p { color: rgb(221,171,186); }
H1.HeaderClassName
{
color: #DDABBA;
}
.AnyTagClassName
{
color: #DDABBA;
}
</style>
background-color css
<style>
a { background-color: #DDABBA; }
a { background-color: rgb(221,171,186); }
div.DivClassName
{
background-color: #DDABBA;
}
.BgClassName
{
background-color: #DDABBA;
}
</style>
border-color css
<style>
span { border-color: #DDABBA; }
span { border-color: rgb(221,171,186); }
td.TdClassName
{
border-color: #DDABBA;
}
.TagClassName
{
border-color: #DDABBA;
}
</style>