Shades of Melanie #DDB5BE
Tints of Melanie #DDB5BE
RGB
CMYK
RGB Variations
Color information
#DDB5BE (or 0xDDB5BE) is known color: Melanie. HEX triplet: DD, B5 and BE. RGB value is (221,181,190). Sum of RGB (Red+Green+Blue) = 221+181+190=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5BE is #224A41. Grayscale: #C1C1C1. Windows color (decimal): -2247234 or 12498397. OLE color: 12498397.
HSL color Cylindrical-coordinate representation of color #DDB5BE: hue angle of 346.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB5BE is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 190 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.13 |
| HSL | 346.5º | 0.37% | 0.79% | - |
| HSV(B) | 346.5º | 0.18% | 0.87% | - |
| XYZ | 55.64 | 52.14 | 55.85 | - |
| YUV | 193.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 190 | 0 | 0.18 | 0.14 | 0.13 | 346.5 | 0.37 | 0.79 |
| Hex | DD | B5 | BE | 0 | 12 | E | D | 15A | 25 | 4F |
| Octal | 335 | 265 | 276 | 0 | 22 | 16 | 15 | 532 | 45 | 117 |
| Binary | 11011101 | 10110101 | 10111110 | 0 | 10010 | 1110 | 1101 | 101011010 | 100101 | 1001111 |
Color Harmonies of #DDB5BE
Complementary color
Monochromatic Colors of #DDB5BE
Black with #DDB5BE
Text Example
Text Example
White with #DDB5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5BE; }
p { color: rgb(221,181,190); }
H1.HeaderClassName
{
color: #DDB5BE;
}
.AnyTagClassName
{
color: #DDB5BE;
}
</style>
background-color css
<style>
a { background-color: #DDB5BE; }
a { background-color: rgb(221,181,190); }
div.DivClassName
{
background-color: #DDB5BE;
}
.BgClassName
{
background-color: #DDB5BE;
}
</style>
border-color css
<style>
span { border-color: #DDB5BE; }
span { border-color: rgb(221,181,190); }
td.TdClassName
{
border-color: #DDB5BE;
}
.TagClassName
{
border-color: #DDB5BE;
}
</style>