Shades of Melanie #DDACC0
Tints of Melanie #DDACC0
RGB
CMYK
RGB Variations
Color information
#DDACC0 (or 0xDDACC0) is known color: Melanie. HEX triplet: DD, AC and C0. RGB value is (221,172,192). Sum of RGB (Red+Green+Blue) = 221+172+192=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACC0 is #22533F. Grayscale: #BCBCBC. Windows color (decimal): -2249536 or 12627165. OLE color: 12627165.
HSL color Cylindrical-coordinate representation of color #DDACC0: hue angle of 335.51º 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 #DDACC0 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 192 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.13 |
| HSL | 335.51º | 0.42% | 0.77% | - |
| HSV(B) | 335.51º | 0.22% | 0.87% | - |
| XYZ | 54.09 | 48.68 | 56.42 | - |
| YUV | 188.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 192 | 0 | 0.22 | 0.13 | 0.13 | 335.51 | 0.42 | 0.77 |
| Hex | DD | AC | C0 | 0 | 16 | D | D | 150 | 2A | 4D |
| Octal | 335 | 254 | 300 | 0 | 26 | 15 | 15 | 520 | 52 | 115 |
| Binary | 11011101 | 10101100 | 11000000 | 0 | 10110 | 1101 | 1101 | 101010000 | 101010 | 1001101 |
Color Harmonies of #DDACC0
Complementary color
Monochromatic Colors of #DDACC0
Black with #DDACC0
Text Example
Text Example
White with #DDACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACC0; }
p { color: rgb(221,172,192); }
H1.HeaderClassName
{
color: #DDACC0;
}
.AnyTagClassName
{
color: #DDACC0;
}
</style>
background-color css
<style>
a { background-color: #DDACC0; }
a { background-color: rgb(221,172,192); }
div.DivClassName
{
background-color: #DDACC0;
}
.BgClassName
{
background-color: #DDACC0;
}
</style>
border-color css
<style>
span { border-color: #DDACC0; }
span { border-color: rgb(221,172,192); }
td.TdClassName
{
border-color: #DDACC0;
}
.TagClassName
{
border-color: #DDACC0;
}
</style>