Shades of Melanie #DDB9BF
Tints of Melanie #DDB9BF
RGB
CMYK
RGB Variations
Color information
#DDB9BF (or 0xDDB9BF) is known color: Melanie. HEX triplet: DD, B9 and BF. RGB value is (221,185,191). Sum of RGB (Red+Green+Blue) = 221+185+191=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9BF is #224640. Grayscale: #C4C4C4. Windows color (decimal): -2246209 or 12564957. OLE color: 12564957.
HSL color Cylindrical-coordinate representation of color #DDB9BF: hue angle of 350º 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 #DDB9BF is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 191 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.13 |
| HSL | 350º | 0.35% | 0.8% | - |
| HSV(B) | 350º | 0.16% | 0.87% | - |
| XYZ | 56.57 | 53.83 | 56.7 | - |
| YUV | 196.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 191 | 0 | 0.16 | 0.14 | 0.13 | 350 | 0.35 | 0.8 |
| Hex | DD | B9 | BF | 0 | 10 | E | D | 15E | 23 | 50 |
| Octal | 335 | 271 | 277 | 0 | 20 | 16 | 15 | 536 | 43 | 120 |
| Binary | 11011101 | 10111001 | 10111111 | 0 | 10000 | 1110 | 1101 | 101011110 | 100011 | 1010000 |
Color Harmonies of #DDB9BF
Complementary color
Monochromatic Colors of #DDB9BF
Black with #DDB9BF
Text Example
Text Example
White with #DDB9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB9BF; }
p { color: rgb(221,185,191); }
H1.HeaderClassName
{
color: #DDB9BF;
}
.AnyTagClassName
{
color: #DDB9BF;
}
</style>
background-color css
<style>
a { background-color: #DDB9BF; }
a { background-color: rgb(221,185,191); }
div.DivClassName
{
background-color: #DDB9BF;
}
.BgClassName
{
background-color: #DDB9BF;
}
</style>
border-color css
<style>
span { border-color: #DDB9BF; }
span { border-color: rgb(221,185,191); }
td.TdClassName
{
border-color: #DDB9BF;
}
.TagClassName
{
border-color: #DDB9BF;
}
</style>