Shades of Melanie #DDB3BF
Tints of Melanie #DDB3BF
RGB
CMYK
RGB Variations
Color information
#DDB3BF (or 0xDDB3BF) is known color: Melanie. HEX triplet: DD, B3 and BF. RGB value is (221,179,191). Sum of RGB (Red+Green+Blue) = 221+179+191=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3BF is #224C40. Grayscale: #C0C0C0. Windows color (decimal): -2247745 or 12563421. OLE color: 12563421.
HSL color Cylindrical-coordinate representation of color #DDB3BF: hue angle of 342.86º 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 #DDB3BF is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 191 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.13 |
| HSL | 342.86º | 0.38% | 0.78% | - |
| HSV(B) | 342.86º | 0.19% | 0.87% | - |
| XYZ | 55.34 | 51.37 | 56.29 | - |
| YUV | 192.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 191 | 0 | 0.19 | 0.14 | 0.13 | 342.86 | 0.38 | 0.78 |
| Hex | DD | B3 | BF | 0 | 13 | E | D | 157 | 26 | 4E |
| Octal | 335 | 263 | 277 | 0 | 23 | 16 | 15 | 527 | 46 | 116 |
| Binary | 11011101 | 10110011 | 10111111 | 0 | 10011 | 1110 | 1101 | 101010111 | 100110 | 1001110 |
Color Harmonies of #DDB3BF
Complementary color
Monochromatic Colors of #DDB3BF
Black with #DDB3BF
Text Example
Text Example
White with #DDB3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3BF; }
p { color: rgb(221,179,191); }
H1.HeaderClassName
{
color: #DDB3BF;
}
.AnyTagClassName
{
color: #DDB3BF;
}
</style>
background-color css
<style>
a { background-color: #DDB3BF; }
a { background-color: rgb(221,179,191); }
div.DivClassName
{
background-color: #DDB3BF;
}
.BgClassName
{
background-color: #DDB3BF;
}
</style>
border-color css
<style>
span { border-color: #DDB3BF; }
span { border-color: rgb(221,179,191); }
td.TdClassName
{
border-color: #DDB3BF;
}
.TagClassName
{
border-color: #DDB3BF;
}
</style>