Shades of Melanie #DDABC2
Tints of Melanie #DDABC2
RGB
CMYK
RGB Variations
Color information
#DDABC2 (or 0xDDABC2) is known color: Melanie. HEX triplet: DD, AB and C2. RGB value is (221,171,194). Sum of RGB (Red+Green+Blue) = 221+171+194=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABC2 is #22543D. Grayscale: #BCBCBC. Windows color (decimal): -2249790 or 12757981. OLE color: 12757981.
HSL color Cylindrical-coordinate representation of color #DDABC2: hue angle of 332.4º 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 #DDABC2 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 194 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.13 |
| HSL | 332.4º | 0.42% | 0.77% | - |
| HSV(B) | 332.4º | 0.23% | 0.87% | - |
| XYZ | 54.12 | 48.39 | 57.53 | - |
| YUV | 188.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 194 | 0 | 0.23 | 0.12 | 0.13 | 332.4 | 0.42 | 0.77 |
| Hex | DD | AB | C2 | 0 | 17 | C | D | 14C | 2A | 4D |
| Octal | 335 | 253 | 302 | 0 | 27 | 14 | 15 | 514 | 52 | 115 |
| Binary | 11011101 | 10101011 | 11000010 | 0 | 10111 | 1100 | 1101 | 101001100 | 101010 | 1001101 |
Color Harmonies of #DDABC2
Complementary color
Monochromatic Colors of #DDABC2
Black with #DDABC2
Text Example
Text Example
White with #DDABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABC2; }
p { color: rgb(221,171,194); }
H1.HeaderClassName
{
color: #DDABC2;
}
.AnyTagClassName
{
color: #DDABC2;
}
</style>
background-color css
<style>
a { background-color: #DDABC2; }
a { background-color: rgb(221,171,194); }
div.DivClassName
{
background-color: #DDABC2;
}
.BgClassName
{
background-color: #DDABC2;
}
</style>
border-color css
<style>
span { border-color: #DDABC2; }
span { border-color: rgb(221,171,194); }
td.TdClassName
{
border-color: #DDABC2;
}
.TagClassName
{
border-color: #DDABC2;
}
</style>