Shades of Melanie #DDB3BD
Tints of Melanie #DDB3BD
RGB
CMYK
RGB Variations
Color information
#DDB3BD (or 0xDDB3BD) is known color: Melanie. HEX triplet: DD, B3 and BD. RGB value is (221,179,189). Sum of RGB (Red+Green+Blue) = 221+179+189=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3BD is #224C42. Grayscale: #C0C0C0. Windows color (decimal): -2247747 or 12432349. OLE color: 12432349.
HSL color Cylindrical-coordinate representation of color #DDB3BD: hue angle of 345.71º 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 #DDB3BD is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 189 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.13 |
| HSL | 345.71º | 0.38% | 0.78% | - |
| HSV(B) | 345.71º | 0.19% | 0.87% | - |
| XYZ | 55.12 | 51.29 | 55.14 | - |
| YUV | 192.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 189 | 0 | 0.19 | 0.14 | 0.13 | 345.71 | 0.38 | 0.78 |
| Hex | DD | B3 | BD | 0 | 13 | E | D | 15A | 26 | 4E |
| Octal | 335 | 263 | 275 | 0 | 23 | 16 | 15 | 532 | 46 | 116 |
| Binary | 11011101 | 10110011 | 10111101 | 0 | 10011 | 1110 | 1101 | 101011010 | 100110 | 1001110 |
Color Harmonies of #DDB3BD
Complementary color
Monochromatic Colors of #DDB3BD
Black with #DDB3BD
Text Example
Text Example
White with #DDB3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3BD; }
p { color: rgb(221,179,189); }
H1.HeaderClassName
{
color: #DDB3BD;
}
.AnyTagClassName
{
color: #DDB3BD;
}
</style>
background-color css
<style>
a { background-color: #DDB3BD; }
a { background-color: rgb(221,179,189); }
div.DivClassName
{
background-color: #DDB3BD;
}
.BgClassName
{
background-color: #DDB3BD;
}
</style>
border-color css
<style>
span { border-color: #DDB3BD; }
span { border-color: rgb(221,179,189); }
td.TdClassName
{
border-color: #DDB3BD;
}
.TagClassName
{
border-color: #DDB3BD;
}
</style>