Shades of Melanie #DDC1C4
Tints of Melanie #DDC1C4
RGB
CMYK
RGB Variations
Color information
#DDC1C4 (or 0xDDC1C4) is known color: Melanie. HEX triplet: DD, C1 and C4. RGB value is (221,193,196). Sum of RGB (Red+Green+Blue) = 221+193+196=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1C4 is #223E3B. Grayscale: #C9C9C9. Windows color (decimal): -2244156 or 12894685. OLE color: 12894685.
HSL color Cylindrical-coordinate representation of color #DDC1C4: hue angle of 353.57º 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 #DDC1C4 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 196 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.13 |
| HSL | 353.57º | 0.29% | 0.81% | - |
| HSV(B) | 353.57º | 0.13% | 0.87% | - |
| XYZ | 58.85 | 57.5 | 60.22 | - |
| YUV | 201.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 196 | 0 | 0.13 | 0.11 | 0.13 | 353.57 | 0.29 | 0.81 |
| Hex | DD | C1 | C4 | 0 | D | B | D | 162 | 1D | 51 |
| Octal | 335 | 301 | 304 | 0 | 15 | 13 | 15 | 542 | 35 | 121 |
| Binary | 11011101 | 11000001 | 11000100 | 0 | 1101 | 1011 | 1101 | 101100010 | 11101 | 1010001 |
Color Harmonies of #DDC1C4
Complementary color
Monochromatic Colors of #DDC1C4
Black with #DDC1C4
Text Example
Text Example
White with #DDC1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1C4; }
p { color: rgb(221,193,196); }
H1.HeaderClassName
{
color: #DDC1C4;
}
.AnyTagClassName
{
color: #DDC1C4;
}
</style>
background-color css
<style>
a { background-color: #DDC1C4; }
a { background-color: rgb(221,193,196); }
div.DivClassName
{
background-color: #DDC1C4;
}
.BgClassName
{
background-color: #DDC1C4;
}
</style>
border-color css
<style>
span { border-color: #DDC1C4; }
span { border-color: rgb(221,193,196); }
td.TdClassName
{
border-color: #DDC1C4;
}
.TagClassName
{
border-color: #DDC1C4;
}
</style>