Shades of Melanie #DDABC1
Tints of Melanie #DDABC1
RGB
CMYK
RGB Variations
Color information
#DDABC1 (or 0xDDABC1) is known color: Melanie. HEX triplet: DD, AB and C1. RGB value is (221,171,193). Sum of RGB (Red+Green+Blue) = 221+171+193=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABC1 is #22543E. Grayscale: #BCBCBC. Windows color (decimal): -2249791 or 12692445. OLE color: 12692445.
HSL color Cylindrical-coordinate representation of color #DDABC1: hue angle of 333.6º 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 #DDABC1 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 193 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.13 |
| HSL | 333.6º | 0.42% | 0.77% | - |
| HSV(B) | 333.6º | 0.23% | 0.87% | - |
| XYZ | 54.01 | 48.35 | 56.94 | - |
| YUV | 188.46 | 130.57 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 193 | 0 | 0.23 | 0.13 | 0.13 | 333.6 | 0.42 | 0.77 |
| Hex | DD | AB | C1 | 0 | 17 | D | D | 14E | 2A | 4D |
| Octal | 335 | 253 | 301 | 0 | 27 | 15 | 15 | 516 | 52 | 115 |
| Binary | 11011101 | 10101011 | 11000001 | 0 | 10111 | 1101 | 1101 | 101001110 | 101010 | 1001101 |
Color Harmonies of #DDABC1
Complementary color
Monochromatic Colors of #DDABC1
Black with #DDABC1
Text Example
Text Example
White with #DDABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABC1; }
p { color: rgb(221,171,193); }
H1.HeaderClassName
{
color: #DDABC1;
}
.AnyTagClassName
{
color: #DDABC1;
}
</style>
background-color css
<style>
a { background-color: #DDABC1; }
a { background-color: rgb(221,171,193); }
div.DivClassName
{
background-color: #DDABC1;
}
.BgClassName
{
background-color: #DDABC1;
}
</style>
border-color css
<style>
span { border-color: #DDABC1; }
span { border-color: rgb(221,171,193); }
td.TdClassName
{
border-color: #DDABC1;
}
.TagClassName
{
border-color: #DDABC1;
}
</style>