Shades of Melanie #DDB2BC
Tints of Melanie #DDB2BC
RGB
CMYK
RGB Variations
Color information
#DDB2BC (or 0xDDB2BC) is known color: Melanie. HEX triplet: DD, B2 and BC. RGB value is (221,178,188). Sum of RGB (Red+Green+Blue) = 221+178+188=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2BC is #224D43. Grayscale: #C0C0C0. Windows color (decimal): -2248004 or 12366557. OLE color: 12366557.
HSL color Cylindrical-coordinate representation of color #DDB2BC: hue angle of 346.05º degrees, saturation: 0.39, 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 #DDB2BC is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 188 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.13 |
| HSL | 346.05º | 0.39% | 0.78% | - |
| HSV(B) | 346.05º | 0.19% | 0.87% | - |
| XYZ | 54.82 | 50.84 | 54.5 | - |
| YUV | 192 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 188 | 0 | 0.19 | 0.15 | 0.13 | 346.05 | 0.39 | 0.78 |
| Hex | DD | B2 | BC | 0 | 13 | F | D | 15A | 27 | 4E |
| Octal | 335 | 262 | 274 | 0 | 23 | 17 | 15 | 532 | 47 | 116 |
| Binary | 11011101 | 10110010 | 10111100 | 0 | 10011 | 1111 | 1101 | 101011010 | 100111 | 1001110 |
Color Harmonies of #DDB2BC
Complementary color
Monochromatic Colors of #DDB2BC
Black with #DDB2BC
Text Example
Text Example
White with #DDB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2BC; }
p { color: rgb(221,178,188); }
H1.HeaderClassName
{
color: #DDB2BC;
}
.AnyTagClassName
{
color: #DDB2BC;
}
</style>
background-color css
<style>
a { background-color: #DDB2BC; }
a { background-color: rgb(221,178,188); }
div.DivClassName
{
background-color: #DDB2BC;
}
.BgClassName
{
background-color: #DDB2BC;
}
</style>
border-color css
<style>
span { border-color: #DDB2BC; }
span { border-color: rgb(221,178,188); }
td.TdClassName
{
border-color: #DDB2BC;
}
.TagClassName
{
border-color: #DDB2BC;
}
</style>