Shades of Melanie #DDADC1
Tints of Melanie #DDADC1
RGB
CMYK
RGB Variations
Color information
#DDADC1 (or 0xDDADC1) is known color: Melanie. HEX triplet: DD, AD and C1. RGB value is (221,173,193). Sum of RGB (Red+Green+Blue) = 221+173+193=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADC1 is #22523E. Grayscale: #BDBDBD. Windows color (decimal): -2249279 or 12692957. OLE color: 12692957.
HSL color Cylindrical-coordinate representation of color #DDADC1: hue angle of 335º degrees, saturation: 0.41, 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 #DDADC1 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 193 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.13 |
| HSL | 335º | 0.41% | 0.77% | - |
| HSV(B) | 335º | 0.22% | 0.87% | - |
| XYZ | 54.39 | 49.11 | 57.06 | - |
| YUV | 189.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 193 | 0 | 0.22 | 0.13 | 0.13 | 335 | 0.41 | 0.77 |
| Hex | DD | AD | C1 | 0 | 16 | D | D | 14F | 29 | 4D |
| Octal | 335 | 255 | 301 | 0 | 26 | 15 | 15 | 517 | 51 | 115 |
| Binary | 11011101 | 10101101 | 11000001 | 0 | 10110 | 1101 | 1101 | 101001111 | 101001 | 1001101 |
Color Harmonies of #DDADC1
Complementary color
Monochromatic Colors of #DDADC1
Black with #DDADC1
Text Example
Text Example
White with #DDADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADC1; }
p { color: rgb(221,173,193); }
H1.HeaderClassName
{
color: #DDADC1;
}
.AnyTagClassName
{
color: #DDADC1;
}
</style>
background-color css
<style>
a { background-color: #DDADC1; }
a { background-color: rgb(221,173,193); }
div.DivClassName
{
background-color: #DDADC1;
}
.BgClassName
{
background-color: #DDADC1;
}
</style>
border-color css
<style>
span { border-color: #DDADC1; }
span { border-color: rgb(221,173,193); }
td.TdClassName
{
border-color: #DDADC1;
}
.TagClassName
{
border-color: #DDADC1;
}
</style>