Shades of Melanie #DDC2C6
Tints of Melanie #DDC2C6
RGB
CMYK
RGB Variations
Color information
#DDC2C6 (or 0xDDC2C6) is known color: Melanie. HEX triplet: DD, C2 and C6. RGB value is (221,194,198). Sum of RGB (Red+Green+Blue) = 221+194+198=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2C6 is #223D39. Grayscale: #CACACA. Windows color (decimal): -2243898 or 13026013. OLE color: 13026013.
HSL color Cylindrical-coordinate representation of color #DDC2C6: hue angle of 351.11º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC2C6 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 198 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.13 |
| HSL | 351.11º | 0.28% | 0.81% | - |
| HSV(B) | 351.11º | 0.12% | 0.87% | - |
| XYZ | 59.3 | 58.03 | 61.5 | - |
| YUV | 202.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 198 | 0 | 0.12 | 0.10 | 0.13 | 351.11 | 0.28 | 0.81 |
| Hex | DD | C2 | C6 | 0 | C | A | D | 15F | 1C | 51 |
| Octal | 335 | 302 | 306 | 0 | 14 | 12 | 15 | 537 | 34 | 121 |
| Binary | 11011101 | 11000010 | 11000110 | 0 | 1100 | 1010 | 1101 | 101011111 | 11100 | 1010001 |
Color Harmonies of #DDC2C6
Complementary color
Monochromatic Colors of #DDC2C6
Black with #DDC2C6
Text Example
Text Example
White with #DDC2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC2C6; }
p { color: rgb(221,194,198); }
H1.HeaderClassName
{
color: #DDC2C6;
}
.AnyTagClassName
{
color: #DDC2C6;
}
</style>
background-color css
<style>
a { background-color: #DDC2C6; }
a { background-color: rgb(221,194,198); }
div.DivClassName
{
background-color: #DDC2C6;
}
.BgClassName
{
background-color: #DDC2C6;
}
</style>
border-color css
<style>
span { border-color: #DDC2C6; }
span { border-color: rgb(221,194,198); }
td.TdClassName
{
border-color: #DDC2C6;
}
.TagClassName
{
border-color: #DDC2C6;
}
</style>