Shades of Melanie #DDC1C5
Tints of Melanie #DDC1C5
RGB
CMYK
RGB Variations
Color information
#DDC1C5 (or 0xDDC1C5) is known color: Melanie. HEX triplet: DD, C1 and C5. RGB value is (221,193,197). Sum of RGB (Red+Green+Blue) = 221+193+197=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1C5 is #223E3A. Grayscale: #C9C9C9. Windows color (decimal): -2244155 or 12960221. OLE color: 12960221.
HSL color Cylindrical-coordinate representation of color #DDC1C5: hue angle of 351.43º 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 #DDC1C5 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 197 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.13 |
| HSL | 351.43º | 0.29% | 0.81% | - |
| HSV(B) | 351.43º | 0.13% | 0.87% | - |
| XYZ | 58.97 | 57.54 | 60.82 | - |
| YUV | 201.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 197 | 0 | 0.13 | 0.11 | 0.13 | 351.43 | 0.29 | 0.81 |
| Hex | DD | C1 | C5 | 0 | D | B | D | 15F | 1D | 51 |
| Octal | 335 | 301 | 305 | 0 | 15 | 13 | 15 | 537 | 35 | 121 |
| Binary | 11011101 | 11000001 | 11000101 | 0 | 1101 | 1011 | 1101 | 101011111 | 11101 | 1010001 |
Color Harmonies of #DDC1C5
Complementary color
Monochromatic Colors of #DDC1C5
Black with #DDC1C5
Text Example
Text Example
White with #DDC1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1C5; }
p { color: rgb(221,193,197); }
H1.HeaderClassName
{
color: #DDC1C5;
}
.AnyTagClassName
{
color: #DDC1C5;
}
</style>
background-color css
<style>
a { background-color: #DDC1C5; }
a { background-color: rgb(221,193,197); }
div.DivClassName
{
background-color: #DDC1C5;
}
.BgClassName
{
background-color: #DDC1C5;
}
</style>
border-color css
<style>
span { border-color: #DDC1C5; }
span { border-color: rgb(221,193,197); }
td.TdClassName
{
border-color: #DDC1C5;
}
.TagClassName
{
border-color: #DDC1C5;
}
</style>