Shades of Melanie #DDC6C9
Tints of Melanie #DDC6C9
RGB
CMYK
RGB Variations
Color information
#DDC6C9 (or 0xDDC6C9) is known color: Melanie. HEX triplet: DD, C6 and C9. RGB value is (221,198,201). Sum of RGB (Red+Green+Blue) = 221+198+201=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6C9 is #223936. Grayscale: #CDCDCD. Windows color (decimal): -2242871 or 13223645. OLE color: 13223645.
HSL color Cylindrical-coordinate representation of color #DDC6C9: hue angle of 352.17º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC6C9 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 201 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.13 |
| HSL | 352.17º | 0.25% | 0.82% | - |
| HSV(B) | 352.17º | 0.1% | 0.87% | - |
| XYZ | 60.56 | 59.98 | 63.64 | - |
| YUV | 205.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 201 | 0 | 0.10 | 0.09 | 0.13 | 352.17 | 0.25 | 0.82 |
| Hex | DD | C6 | C9 | 0 | A | 9 | D | 160 | 19 | 52 |
| Octal | 335 | 306 | 311 | 0 | 12 | 11 | 15 | 540 | 31 | 122 |
| Binary | 11011101 | 11000110 | 11001001 | 0 | 1010 | 1001 | 1101 | 101100000 | 11001 | 1010010 |
Color Harmonies of #DDC6C9
Complementary color
Monochromatic Colors of #DDC6C9
Black with #DDC6C9
Text Example
Text Example
White with #DDC6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6C9; }
p { color: rgb(221,198,201); }
H1.HeaderClassName
{
color: #DDC6C9;
}
.AnyTagClassName
{
color: #DDC6C9;
}
</style>
background-color css
<style>
a { background-color: #DDC6C9; }
a { background-color: rgb(221,198,201); }
div.DivClassName
{
background-color: #DDC6C9;
}
.BgClassName
{
background-color: #DDC6C9;
}
</style>
border-color css
<style>
span { border-color: #DDC6C9; }
span { border-color: rgb(221,198,201); }
td.TdClassName
{
border-color: #DDC6C9;
}
.TagClassName
{
border-color: #DDC6C9;
}
</style>