Shades of Melanie #DDC9CB
Tints of Melanie #DDC9CB
RGB
CMYK
RGB Variations
Color information
#DDC9CB (or 0xDDC9CB) is known color: Melanie. HEX triplet: DD, C9 and CB. RGB value is (221,201,203). Sum of RGB (Red+Green+Blue) = 221+201+203=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9CB is #223634. Grayscale: #CFCFCF. Windows color (decimal): -2242101 or 13355485. OLE color: 13355485.
HSL color Cylindrical-coordinate representation of color #DDC9CB: hue angle of 354º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDC9CB is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 203 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.13 |
| HSL | 354º | 0.23% | 0.83% | - |
| HSV(B) | 354º | 0.09% | 0.87% | - |
| XYZ | 61.48 | 61.46 | 65.12 | - |
| YUV | 207.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 203 | 0 | 0.09 | 0.08 | 0.13 | 354 | 0.23 | 0.83 |
| Hex | DD | C9 | CB | 0 | 9 | 8 | D | 162 | 17 | 53 |
| Octal | 335 | 311 | 313 | 0 | 11 | 10 | 15 | 542 | 27 | 123 |
| Binary | 11011101 | 11001001 | 11001011 | 0 | 1001 | 1000 | 1101 | 101100010 | 10111 | 1010011 |
Color Harmonies of #DDC9CB
Complementary color
Monochromatic Colors of #DDC9CB
Black with #DDC9CB
Text Example
Text Example
White with #DDC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9CB; }
p { color: rgb(221,201,203); }
H1.HeaderClassName
{
color: #DDC9CB;
}
.AnyTagClassName
{
color: #DDC9CB;
}
</style>
background-color css
<style>
a { background-color: #DDC9CB; }
a { background-color: rgb(221,201,203); }
div.DivClassName
{
background-color: #DDC9CB;
}
.BgClassName
{
background-color: #DDC9CB;
}
</style>
border-color css
<style>
span { border-color: #DDC9CB; }
span { border-color: rgb(221,201,203); }
td.TdClassName
{
border-color: #DDC9CB;
}
.TagClassName
{
border-color: #DDC9CB;
}
</style>