Shades of Melanie #DDC5CA
Tints of Melanie #DDC5CA
RGB
CMYK
RGB Variations
Color information
#DDC5CA (or 0xDDC5CA) is known color: Melanie. HEX triplet: DD, C5 and CA. RGB value is (221,197,202). Sum of RGB (Red+Green+Blue) = 221+197+202=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5CA is #223A35. Grayscale: #CCCCCC. Windows color (decimal): -2243126 or 13288925. OLE color: 13288925.
HSL color Cylindrical-coordinate representation of color #DDC5CA: hue angle of 347.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC5CA is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 202 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.13 |
| HSL | 347.5º | 0.26% | 0.82% | - |
| HSV(B) | 347.5º | 0.11% | 0.87% | - |
| XYZ | 60.45 | 59.57 | 64.19 | - |
| YUV | 204.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 202 | 0 | 0.11 | 0.09 | 0.13 | 347.5 | 0.26 | 0.82 |
| Hex | DD | C5 | CA | 0 | B | 9 | D | 15C | 1A | 52 |
| Octal | 335 | 305 | 312 | 0 | 13 | 11 | 15 | 534 | 32 | 122 |
| Binary | 11011101 | 11000101 | 11001010 | 0 | 1011 | 1001 | 1101 | 101011100 | 11010 | 1010010 |
Color Harmonies of #DDC5CA
Complementary color
Monochromatic Colors of #DDC5CA
Black with #DDC5CA
Text Example
Text Example
White with #DDC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5CA; }
p { color: rgb(221,197,202); }
H1.HeaderClassName
{
color: #DDC5CA;
}
.AnyTagClassName
{
color: #DDC5CA;
}
</style>
background-color css
<style>
a { background-color: #DDC5CA; }
a { background-color: rgb(221,197,202); }
div.DivClassName
{
background-color: #DDC5CA;
}
.BgClassName
{
background-color: #DDC5CA;
}
</style>
border-color css
<style>
span { border-color: #DDC5CA; }
span { border-color: rgb(221,197,202); }
td.TdClassName
{
border-color: #DDC5CA;
}
.TagClassName
{
border-color: #DDC5CA;
}
</style>