Shades of Melanie #DDC8CB
Tints of Melanie #DDC8CB
RGB
CMYK
RGB Variations
Color information
#DDC8CB (or 0xDDC8CB) is known color: Melanie. HEX triplet: DD, C8 and CB. RGB value is (221,200,203). Sum of RGB (Red+Green+Blue) = 221+200+203=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8CB is #223734. Grayscale: #CECECE. Windows color (decimal): -2242357 or 13355229. OLE color: 13355229.
HSL color Cylindrical-coordinate representation of color #DDC8CB: hue angle of 351.43º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC8CB is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 203 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.13 |
| HSL | 351.43º | 0.24% | 0.83% | - |
| HSV(B) | 351.43º | 0.1% | 0.87% | - |
| XYZ | 61.25 | 60.99 | 65.04 | - |
| YUV | 206.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 203 | 0 | 0.10 | 0.08 | 0.13 | 351.43 | 0.24 | 0.83 |
| Hex | DD | C8 | CB | 0 | A | 8 | D | 15F | 18 | 53 |
| Octal | 335 | 310 | 313 | 0 | 12 | 10 | 15 | 537 | 30 | 123 |
| Binary | 11011101 | 11001000 | 11001011 | 0 | 1010 | 1000 | 1101 | 101011111 | 11000 | 1010011 |
Color Harmonies of #DDC8CB
Complementary color
Monochromatic Colors of #DDC8CB
Black with #DDC8CB
Text Example
Text Example
White with #DDC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8CB; }
p { color: rgb(221,200,203); }
H1.HeaderClassName
{
color: #DDC8CB;
}
.AnyTagClassName
{
color: #DDC8CB;
}
</style>
background-color css
<style>
a { background-color: #DDC8CB; }
a { background-color: rgb(221,200,203); }
div.DivClassName
{
background-color: #DDC8CB;
}
.BgClassName
{
background-color: #DDC8CB;
}
</style>
border-color css
<style>
span { border-color: #DDC8CB; }
span { border-color: rgb(221,200,203); }
td.TdClassName
{
border-color: #DDC8CB;
}
.TagClassName
{
border-color: #DDC8CB;
}
</style>