Shades of Melanie #DDABC0
Tints of Melanie #DDABC0
RGB
CMYK
RGB Variations
Color information
#DDABC0 (or 0xDDABC0) is known color: Melanie. HEX triplet: DD, AB and C0. RGB value is (221,171,192). Sum of RGB (Red+Green+Blue) = 221+171+192=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABC0 is #22543F. Grayscale: #BCBCBC. Windows color (decimal): -2249792 or 12626909. OLE color: 12626909.
HSL color Cylindrical-coordinate representation of color #DDABC0: hue angle of 334.8º 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 #DDABC0 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 192 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.13 |
| HSL | 334.8º | 0.42% | 0.77% | - |
| HSV(B) | 334.8º | 0.23% | 0.87% | - |
| XYZ | 53.9 | 48.3 | 56.35 | - |
| YUV | 188.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 192 | 0 | 0.23 | 0.13 | 0.13 | 334.8 | 0.42 | 0.77 |
| Hex | DD | AB | C0 | 0 | 17 | D | D | 14F | 2A | 4D |
| Octal | 335 | 253 | 300 | 0 | 27 | 15 | 15 | 517 | 52 | 115 |
| Binary | 11011101 | 10101011 | 11000000 | 0 | 10111 | 1101 | 1101 | 101001111 | 101010 | 1001101 |
Color Harmonies of #DDABC0
Complementary color
Monochromatic Colors of #DDABC0
Black with #DDABC0
Text Example
Text Example
White with #DDABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABC0; }
p { color: rgb(221,171,192); }
H1.HeaderClassName
{
color: #DDABC0;
}
.AnyTagClassName
{
color: #DDABC0;
}
</style>
background-color css
<style>
a { background-color: #DDABC0; }
a { background-color: rgb(221,171,192); }
div.DivClassName
{
background-color: #DDABC0;
}
.BgClassName
{
background-color: #DDABC0;
}
</style>
border-color css
<style>
span { border-color: #DDABC0; }
span { border-color: rgb(221,171,192); }
td.TdClassName
{
border-color: #DDABC0;
}
.TagClassName
{
border-color: #DDABC0;
}
</style>