Shades of Melanie #DDB3C0
Tints of Melanie #DDB3C0
RGB
CMYK
RGB Variations
Color information
#DDB3C0 (or 0xDDB3C0) is known color: Melanie. HEX triplet: DD, B3 and C0. RGB value is (221,179,192). Sum of RGB (Red+Green+Blue) = 221+179+192=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3C0 is #224C3F. Grayscale: #C1C1C1. Windows color (decimal): -2247744 or 12628957. OLE color: 12628957.
HSL color Cylindrical-coordinate representation of color #DDB3C0: hue angle of 341.43º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB3C0 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 192 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.13 |
| HSL | 341.43º | 0.38% | 0.78% | - |
| HSV(B) | 341.43º | 0.19% | 0.87% | - |
| XYZ | 55.45 | 51.42 | 56.87 | - |
| YUV | 193.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 192 | 0 | 0.19 | 0.13 | 0.13 | 341.43 | 0.38 | 0.78 |
| Hex | DD | B3 | C0 | 0 | 13 | D | D | 155 | 26 | 4E |
| Octal | 335 | 263 | 300 | 0 | 23 | 15 | 15 | 525 | 46 | 116 |
| Binary | 11011101 | 10110011 | 11000000 | 0 | 10011 | 1101 | 1101 | 101010101 | 100110 | 1001110 |
Color Harmonies of #DDB3C0
Complementary color
Monochromatic Colors of #DDB3C0
Black with #DDB3C0
Text Example
Text Example
White with #DDB3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3C0; }
p { color: rgb(221,179,192); }
H1.HeaderClassName
{
color: #DDB3C0;
}
.AnyTagClassName
{
color: #DDB3C0;
}
</style>
background-color css
<style>
a { background-color: #DDB3C0; }
a { background-color: rgb(221,179,192); }
div.DivClassName
{
background-color: #DDB3C0;
}
.BgClassName
{
background-color: #DDB3C0;
}
</style>
border-color css
<style>
span { border-color: #DDB3C0; }
span { border-color: rgb(221,179,192); }
td.TdClassName
{
border-color: #DDB3C0;
}
.TagClassName
{
border-color: #DDB3C0;
}
</style>