Shades of Melanie #DDB5BD
Tints of Melanie #DDB5BD
RGB
CMYK
RGB Variations
Color information
#DDB5BD (or 0xDDB5BD) is known color: Melanie. HEX triplet: DD, B5 and BD. RGB value is (221,181,189). Sum of RGB (Red+Green+Blue) = 221+181+189=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5BD is #224A42. Grayscale: #C1C1C1. Windows color (decimal): -2247235 or 12432861. OLE color: 12432861.
HSL color Cylindrical-coordinate representation of color #DDB5BD: hue angle of 348º 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 #DDB5BD is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 189 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.13 |
| HSL | 348º | 0.37% | 0.79% | - |
| HSV(B) | 348º | 0.18% | 0.87% | - |
| XYZ | 55.53 | 52.09 | 55.27 | - |
| YUV | 193.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 189 | 0 | 0.18 | 0.14 | 0.13 | 348 | 0.37 | 0.79 |
| Hex | DD | B5 | BD | 0 | 12 | E | D | 15C | 25 | 4F |
| Octal | 335 | 265 | 275 | 0 | 22 | 16 | 15 | 534 | 45 | 117 |
| Binary | 11011101 | 10110101 | 10111101 | 0 | 10010 | 1110 | 1101 | 101011100 | 100101 | 1001111 |
Color Harmonies of #DDB5BD
Complementary color
Monochromatic Colors of #DDB5BD
Black with #DDB5BD
Text Example
Text Example
White with #DDB5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5BD; }
p { color: rgb(221,181,189); }
H1.HeaderClassName
{
color: #DDB5BD;
}
.AnyTagClassName
{
color: #DDB5BD;
}
</style>
background-color css
<style>
a { background-color: #DDB5BD; }
a { background-color: rgb(221,181,189); }
div.DivClassName
{
background-color: #DDB5BD;
}
.BgClassName
{
background-color: #DDB5BD;
}
</style>
border-color css
<style>
span { border-color: #DDB5BD; }
span { border-color: rgb(221,181,189); }
td.TdClassName
{
border-color: #DDB5BD;
}
.TagClassName
{
border-color: #DDB5BD;
}
</style>