Shades of Melanie #DDACBA
Tints of Melanie #DDACBA
RGB
CMYK
RGB Variations
Color information
#DDACBA (or 0xDDACBA) is known color: Melanie. HEX triplet: DD, AC and BA. RGB value is (221,172,186). Sum of RGB (Red+Green+Blue) = 221+172+186=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACBA is #225345. Grayscale: #BCBCBC. Windows color (decimal): -2249542 or 12233949. OLE color: 12233949.
HSL color Cylindrical-coordinate representation of color #DDACBA: hue angle of 342.86º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDACBA is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 186 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.13 |
| HSL | 342.86º | 0.42% | 0.77% | - |
| HSV(B) | 342.86º | 0.22% | 0.87% | - |
| XYZ | 53.43 | 48.42 | 52.98 | - |
| YUV | 188.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 186 | 0 | 0.22 | 0.16 | 0.13 | 342.86 | 0.42 | 0.77 |
| Hex | DD | AC | BA | 0 | 16 | 10 | D | 157 | 2A | 4D |
| Octal | 335 | 254 | 272 | 0 | 26 | 20 | 15 | 527 | 52 | 115 |
| Binary | 11011101 | 10101100 | 10111010 | 0 | 10110 | 10000 | 1101 | 101010111 | 101010 | 1001101 |
Color Harmonies of #DDACBA
Complementary color
Monochromatic Colors of #DDACBA
Black with #DDACBA
Text Example
Text Example
White with #DDACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACBA; }
p { color: rgb(221,172,186); }
H1.HeaderClassName
{
color: #DDACBA;
}
.AnyTagClassName
{
color: #DDACBA;
}
</style>
background-color css
<style>
a { background-color: #DDACBA; }
a { background-color: rgb(221,172,186); }
div.DivClassName
{
background-color: #DDACBA;
}
.BgClassName
{
background-color: #DDACBA;
}
</style>
border-color css
<style>
span { border-color: #DDACBA; }
span { border-color: rgb(221,172,186); }
td.TdClassName
{
border-color: #DDACBA;
}
.TagClassName
{
border-color: #DDACBA;
}
</style>