Shades of Melanie #DDC6CB
Tints of Melanie #DDC6CB
RGB
CMYK
RGB Variations
Color information
#DDC6CB (or 0xDDC6CB) is known color: Melanie. HEX triplet: DD, C6 and CB. RGB value is (221,198,203). Sum of RGB (Red+Green+Blue) = 221+198+203=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6CB is #223934. Grayscale: #CDCDCD. Windows color (decimal): -2242869 or 13354717. OLE color: 13354717.
HSL color Cylindrical-coordinate representation of color #DDC6CB: hue angle of 346.96º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC6CB is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 203 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.13 |
| HSL | 346.96º | 0.25% | 0.82% | - |
| HSV(B) | 346.96º | 0.1% | 0.87% | - |
| XYZ | 60.79 | 60.07 | 64.89 | - |
| YUV | 205.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 203 | 0 | 0.10 | 0.08 | 0.13 | 346.96 | 0.25 | 0.82 |
| Hex | DD | C6 | CB | 0 | A | 8 | D | 15B | 19 | 52 |
| Octal | 335 | 306 | 313 | 0 | 12 | 10 | 15 | 533 | 31 | 122 |
| Binary | 11011101 | 11000110 | 11001011 | 0 | 1010 | 1000 | 1101 | 101011011 | 11001 | 1010010 |
Color Harmonies of #DDC6CB
Complementary color
Monochromatic Colors of #DDC6CB
Black with #DDC6CB
Text Example
Text Example
White with #DDC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6CB; }
p { color: rgb(221,198,203); }
H1.HeaderClassName
{
color: #DDC6CB;
}
.AnyTagClassName
{
color: #DDC6CB;
}
</style>
background-color css
<style>
a { background-color: #DDC6CB; }
a { background-color: rgb(221,198,203); }
div.DivClassName
{
background-color: #DDC6CB;
}
.BgClassName
{
background-color: #DDC6CB;
}
</style>
border-color css
<style>
span { border-color: #DDC6CB; }
span { border-color: rgb(221,198,203); }
td.TdClassName
{
border-color: #DDC6CB;
}
.TagClassName
{
border-color: #DDC6CB;
}
</style>