Shades of Melanie #DDB3BE
Tints of Melanie #DDB3BE
RGB
CMYK
RGB Variations
Color information
#DDB3BE (or 0xDDB3BE) is known color: Melanie. HEX triplet: DD, B3 and BE. RGB value is (221,179,190). Sum of RGB (Red+Green+Blue) = 221+179+190=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3BE is #224C41. Grayscale: #C0C0C0. Windows color (decimal): -2247746 or 12497885. OLE color: 12497885.
HSL color Cylindrical-coordinate representation of color #DDB3BE: hue angle of 344.29º 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 #DDB3BE is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 190 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.13 |
| HSL | 344.29º | 0.38% | 0.78% | - |
| HSV(B) | 344.29º | 0.19% | 0.87% | - |
| XYZ | 55.23 | 51.33 | 55.71 | - |
| YUV | 192.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 190 | 0 | 0.19 | 0.14 | 0.13 | 344.29 | 0.38 | 0.78 |
| Hex | DD | B3 | BE | 0 | 13 | E | D | 158 | 26 | 4E |
| Octal | 335 | 263 | 276 | 0 | 23 | 16 | 15 | 530 | 46 | 116 |
| Binary | 11011101 | 10110011 | 10111110 | 0 | 10011 | 1110 | 1101 | 101011000 | 100110 | 1001110 |
Color Harmonies of #DDB3BE
Complementary color
Monochromatic Colors of #DDB3BE
Black with #DDB3BE
Text Example
Text Example
White with #DDB3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3BE; }
p { color: rgb(221,179,190); }
H1.HeaderClassName
{
color: #DDB3BE;
}
.AnyTagClassName
{
color: #DDB3BE;
}
</style>
background-color css
<style>
a { background-color: #DDB3BE; }
a { background-color: rgb(221,179,190); }
div.DivClassName
{
background-color: #DDB3BE;
}
.BgClassName
{
background-color: #DDB3BE;
}
</style>
border-color css
<style>
span { border-color: #DDB3BE; }
span { border-color: rgb(221,179,190); }
td.TdClassName
{
border-color: #DDB3BE;
}
.TagClassName
{
border-color: #DDB3BE;
}
</style>