Shades of Melanie #DDB3C3
Tints of Melanie #DDB3C3
RGB
CMYK
RGB Variations
Color information
#DDB3C3 (or 0xDDB3C3) is known color: Melanie. HEX triplet: DD, B3 and C3. RGB value is (221,179,195). Sum of RGB (Red+Green+Blue) = 221+179+195=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 179 (70.31% from 255 or 30.08% from 595); Blue value is 195 (76.56% from 255 or 32.77% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3C3 is #224C3C. Grayscale: #C1C1C1. Windows color (decimal): -2247741 or 12825565. OLE color: 12825565.
HSL color Cylindrical-coordinate representation of color #DDB3C3: hue angle of 337.14º 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 #DDB3C3 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 195 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.13 |
| HSL | 337.14º | 0.38% | 0.78% | - |
| HSV(B) | 337.14º | 0.19% | 0.87% | - |
| XYZ | 55.79 | 51.55 | 58.64 | - |
| YUV | 193.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 195 | 0 | 0.19 | 0.12 | 0.13 | 337.14 | 0.38 | 0.78 |
| Hex | DD | B3 | C3 | 0 | 13 | C | D | 151 | 26 | 4E |
| Octal | 335 | 263 | 303 | 0 | 23 | 14 | 15 | 521 | 46 | 116 |
| Binary | 11011101 | 10110011 | 11000011 | 0 | 10011 | 1100 | 1101 | 101010001 | 100110 | 1001110 |
Color Harmonies of #DDB3C3
Complementary color
Monochromatic Colors of #DDB3C3
Black with #DDB3C3
Text Example
Text Example
White with #DDB3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3C3; }
p { color: rgb(221,179,195); }
H1.HeaderClassName
{
color: #DDB3C3;
}
.AnyTagClassName
{
color: #DDB3C3;
}
</style>
background-color css
<style>
a { background-color: #DDB3C3; }
a { background-color: rgb(221,179,195); }
div.DivClassName
{
background-color: #DDB3C3;
}
.BgClassName
{
background-color: #DDB3C3;
}
</style>
border-color css
<style>
span { border-color: #DDB3C3; }
span { border-color: rgb(221,179,195); }
td.TdClassName
{
border-color: #DDB3C3;
}
.TagClassName
{
border-color: #DDB3C3;
}
</style>