Shades of Melanie #DDC1C7
Tints of Melanie #DDC1C7
RGB
CMYK
RGB Variations
Color information
#DDC1C7 (or 0xDDC1C7) is known color: Melanie. HEX triplet: DD, C1 and C7. RGB value is (221,193,199). Sum of RGB (Red+Green+Blue) = 221+193+199=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1C7 is #223E38. Grayscale: #CACACA. Windows color (decimal): -2244153 or 13091293. OLE color: 13091293.
HSL color Cylindrical-coordinate representation of color #DDC1C7: hue angle of 347.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDC1C7 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 199 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.13 |
| HSL | 347.14º | 0.29% | 0.81% | - |
| HSV(B) | 347.14º | 0.13% | 0.87% | - |
| XYZ | 59.2 | 57.64 | 62.04 | - |
| YUV | 202.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 199 | 0 | 0.13 | 0.10 | 0.13 | 347.14 | 0.29 | 0.81 |
| Hex | DD | C1 | C7 | 0 | D | A | D | 15B | 1D | 51 |
| Octal | 335 | 301 | 307 | 0 | 15 | 12 | 15 | 533 | 35 | 121 |
| Binary | 11011101 | 11000001 | 11000111 | 0 | 1101 | 1010 | 1101 | 101011011 | 11101 | 1010001 |
Color Harmonies of #DDC1C7
Complementary color
Monochromatic Colors of #DDC1C7
Black with #DDC1C7
Text Example
Text Example
White with #DDC1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1C7; }
p { color: rgb(221,193,199); }
H1.HeaderClassName
{
color: #DDC1C7;
}
.AnyTagClassName
{
color: #DDC1C7;
}
</style>
background-color css
<style>
a { background-color: #DDC1C7; }
a { background-color: rgb(221,193,199); }
div.DivClassName
{
background-color: #DDC1C7;
}
.BgClassName
{
background-color: #DDC1C7;
}
</style>
border-color css
<style>
span { border-color: #DDC1C7; }
span { border-color: rgb(221,193,199); }
td.TdClassName
{
border-color: #DDC1C7;
}
.TagClassName
{
border-color: #DDC1C7;
}
</style>