Shades of Melanie #DDACC3
Tints of Melanie #DDACC3
RGB
CMYK
RGB Variations
Color information
#DDACC3 (or 0xDDACC3) is known color: Melanie. HEX triplet: DD, AC and C3. RGB value is (221,172,195). Sum of RGB (Red+Green+Blue) = 221+172+195=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACC3 is #22533C. Grayscale: #BDBDBD. Windows color (decimal): -2249533 or 12823773. OLE color: 12823773.
HSL color Cylindrical-coordinate representation of color #DDACC3: hue angle of 331.84º 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 #DDACC3 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 195 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.13 |
| HSL | 331.84º | 0.42% | 0.77% | - |
| HSV(B) | 331.84º | 0.22% | 0.87% | - |
| XYZ | 54.42 | 48.82 | 58.18 | - |
| YUV | 189.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 195 | 0 | 0.22 | 0.12 | 0.13 | 331.84 | 0.42 | 0.77 |
| Hex | DD | AC | C3 | 0 | 16 | C | D | 14C | 2A | 4D |
| Octal | 335 | 254 | 303 | 0 | 26 | 14 | 15 | 514 | 52 | 115 |
| Binary | 11011101 | 10101100 | 11000011 | 0 | 10110 | 1100 | 1101 | 101001100 | 101010 | 1001101 |
Color Harmonies of #DDACC3
Complementary color
Monochromatic Colors of #DDACC3
Black with #DDACC3
Text Example
Text Example
White with #DDACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACC3; }
p { color: rgb(221,172,195); }
H1.HeaderClassName
{
color: #DDACC3;
}
.AnyTagClassName
{
color: #DDACC3;
}
</style>
background-color css
<style>
a { background-color: #DDACC3; }
a { background-color: rgb(221,172,195); }
div.DivClassName
{
background-color: #DDACC3;
}
.BgClassName
{
background-color: #DDACC3;
}
</style>
border-color css
<style>
span { border-color: #DDACC3; }
span { border-color: rgb(221,172,195); }
td.TdClassName
{
border-color: #DDACC3;
}
.TagClassName
{
border-color: #DDACC3;
}
</style>