Shades of Melanie #DDC2C8
Tints of Melanie #DDC2C8
RGB
CMYK
RGB Variations
Color information
#DDC2C8 (or 0xDDC2C8) is known color: Melanie. HEX triplet: DD, C2 and C8. RGB value is (221,194,200). Sum of RGB (Red+Green+Blue) = 221+194+200=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2C8 is #223D37. Grayscale: #CACACA. Windows color (decimal): -2243896 or 13157085. OLE color: 13157085.
HSL color Cylindrical-coordinate representation of color #DDC2C8: hue angle of 346.67º 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 #DDC2C8 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 200 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.13 |
| HSL | 346.67º | 0.28% | 0.81% | - |
| HSV(B) | 346.67º | 0.12% | 0.87% | - |
| XYZ | 59.54 | 58.13 | 62.73 | - |
| YUV | 202.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 200 | 0 | 0.12 | 0.10 | 0.13 | 346.67 | 0.28 | 0.81 |
| Hex | DD | C2 | C8 | 0 | C | A | D | 15B | 1C | 51 |
| Octal | 335 | 302 | 310 | 0 | 14 | 12 | 15 | 533 | 34 | 121 |
| Binary | 11011101 | 11000010 | 11001000 | 0 | 1100 | 1010 | 1101 | 101011011 | 11100 | 1010001 |
Color Harmonies of #DDC2C8
Complementary color
Monochromatic Colors of #DDC2C8
Black with #DDC2C8
Text Example
Text Example
White with #DDC2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC2C8; }
p { color: rgb(221,194,200); }
H1.HeaderClassName
{
color: #DDC2C8;
}
.AnyTagClassName
{
color: #DDC2C8;
}
</style>
background-color css
<style>
a { background-color: #DDC2C8; }
a { background-color: rgb(221,194,200); }
div.DivClassName
{
background-color: #DDC2C8;
}
.BgClassName
{
background-color: #DDC2C8;
}
</style>
border-color css
<style>
span { border-color: #DDC2C8; }
span { border-color: rgb(221,194,200); }
td.TdClassName
{
border-color: #DDC2C8;
}
.TagClassName
{
border-color: #DDC2C8;
}
</style>