Shades of Melanie #DDACC2
Tints of Melanie #DDACC2
RGB
CMYK
RGB Variations
Color information
#DDACC2 (or 0xDDACC2) is known color: Melanie. HEX triplet: DD, AC and C2. RGB value is (221,172,194). Sum of RGB (Red+Green+Blue) = 221+172+194=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACC2 is #22533D. Grayscale: #BDBDBD. Windows color (decimal): -2249534 or 12758237. OLE color: 12758237.
HSL color Cylindrical-coordinate representation of color #DDACC2: hue angle of 333.06º 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 #DDACC2 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 194 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.13 |
| HSL | 333.06º | 0.42% | 0.77% | - |
| HSV(B) | 333.06º | 0.22% | 0.87% | - |
| XYZ | 54.31 | 48.77 | 57.59 | - |
| YUV | 189.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 194 | 0 | 0.22 | 0.12 | 0.13 | 333.06 | 0.42 | 0.77 |
| Hex | DD | AC | C2 | 0 | 16 | C | D | 14D | 2A | 4D |
| Octal | 335 | 254 | 302 | 0 | 26 | 14 | 15 | 515 | 52 | 115 |
| Binary | 11011101 | 10101100 | 11000010 | 0 | 10110 | 1100 | 1101 | 101001101 | 101010 | 1001101 |
Color Harmonies of #DDACC2
Complementary color
Monochromatic Colors of #DDACC2
Black with #DDACC2
Text Example
Text Example
White with #DDACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACC2; }
p { color: rgb(221,172,194); }
H1.HeaderClassName
{
color: #DDACC2;
}
.AnyTagClassName
{
color: #DDACC2;
}
</style>
background-color css
<style>
a { background-color: #DDACC2; }
a { background-color: rgb(221,172,194); }
div.DivClassName
{
background-color: #DDACC2;
}
.BgClassName
{
background-color: #DDACC2;
}
</style>
border-color css
<style>
span { border-color: #DDACC2; }
span { border-color: rgb(221,172,194); }
td.TdClassName
{
border-color: #DDACC2;
}
.TagClassName
{
border-color: #DDACC2;
}
</style>