Shades of Melanie #DDB9C5
Tints of Melanie #DDB9C5
RGB
CMYK
RGB Variations
Color information
#DDB9C5 (or 0xDDB9C5) is known color: Melanie. HEX triplet: DD, B9 and C5. RGB value is (221,185,197). Sum of RGB (Red+Green+Blue) = 221+185+197=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 185 (72.66% from 255 or 30.68% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9C5 is #22463A. Grayscale: #C5C5C5. Windows color (decimal): -2246203 or 12958173. OLE color: 12958173.
HSL color Cylindrical-coordinate representation of color #DDB9C5: hue angle of 340º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDB9C5 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 197 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.13 |
| HSL | 340º | 0.35% | 0.8% | - |
| HSV(B) | 340º | 0.16% | 0.87% | - |
| XYZ | 57.25 | 54.1 | 60.25 | - |
| YUV | 197.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 197 | 0 | 0.16 | 0.11 | 0.13 | 340 | 0.35 | 0.8 |
| Hex | DD | B9 | C5 | 0 | 10 | B | D | 154 | 23 | 50 |
| Octal | 335 | 271 | 305 | 0 | 20 | 13 | 15 | 524 | 43 | 120 |
| Binary | 11011101 | 10111001 | 11000101 | 0 | 10000 | 1011 | 1101 | 101010100 | 100011 | 1010000 |
Color Harmonies of #DDB9C5
Complementary color
Monochromatic Colors of #DDB9C5
Black with #DDB9C5
Text Example
Text Example
White with #DDB9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB9C5; }
p { color: rgb(221,185,197); }
H1.HeaderClassName
{
color: #DDB9C5;
}
.AnyTagClassName
{
color: #DDB9C5;
}
</style>
background-color css
<style>
a { background-color: #DDB9C5; }
a { background-color: rgb(221,185,197); }
div.DivClassName
{
background-color: #DDB9C5;
}
.BgClassName
{
background-color: #DDB9C5;
}
</style>
border-color css
<style>
span { border-color: #DDB9C5; }
span { border-color: rgb(221,185,197); }
td.TdClassName
{
border-color: #DDB9C5;
}
.TagClassName
{
border-color: #DDB9C5;
}
</style>