Shades of Melanie #DDB0BB
Tints of Melanie #DDB0BB
RGB
CMYK
RGB Variations
Color information
#DDB0BB (or 0xDDB0BB) is known color: Melanie. HEX triplet: DD, B0 and BB. RGB value is (221,176,187). Sum of RGB (Red+Green+Blue) = 221+176+187=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0BB is #224F44. Grayscale: #BEBEBE. Windows color (decimal): -2248517 or 12300509. OLE color: 12300509.
HSL color Cylindrical-coordinate representation of color #DDB0BB: hue angle of 345.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB0BB is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 187 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.13 |
| HSL | 345.33º | 0.4% | 0.78% | - |
| HSV(B) | 345.33º | 0.2% | 0.87% | - |
| XYZ | 54.31 | 50.01 | 53.8 | - |
| YUV | 190.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 187 | 0 | 0.20 | 0.15 | 0.13 | 345.33 | 0.4 | 0.78 |
| Hex | DD | B0 | BB | 0 | 14 | F | D | 159 | 28 | 4E |
| Octal | 335 | 260 | 273 | 0 | 24 | 17 | 15 | 531 | 50 | 116 |
| Binary | 11011101 | 10110000 | 10111011 | 0 | 10100 | 1111 | 1101 | 101011001 | 101000 | 1001110 |
Color Harmonies of #DDB0BB
Complementary color
Monochromatic Colors of #DDB0BB
Black with #DDB0BB
Text Example
Text Example
White with #DDB0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0BB; }
p { color: rgb(221,176,187); }
H1.HeaderClassName
{
color: #DDB0BB;
}
.AnyTagClassName
{
color: #DDB0BB;
}
</style>
background-color css
<style>
a { background-color: #DDB0BB; }
a { background-color: rgb(221,176,187); }
div.DivClassName
{
background-color: #DDB0BB;
}
.BgClassName
{
background-color: #DDB0BB;
}
</style>
border-color css
<style>
span { border-color: #DDB0BB; }
span { border-color: rgb(221,176,187); }
td.TdClassName
{
border-color: #DDB0BB;
}
.TagClassName
{
border-color: #DDB0BB;
}
</style>