Shades of Melanie #DDA8BC
Tints of Melanie #DDA8BC
RGB
CMYK
RGB Variations
Color information
#DDA8BC (or 0xDDA8BC) is known color: Melanie. HEX triplet: DD, A8 and BC. RGB value is (221,168,188). Sum of RGB (Red+Green+Blue) = 221+168+188=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8BC is #225743. Grayscale: #BABABA. Windows color (decimal): -2250564 or 12363997. OLE color: 12363997.
HSL color Cylindrical-coordinate representation of color #DDA8BC: hue angle of 337.36º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA8BC is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 188 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.13 |
| HSL | 337.36º | 0.44% | 0.76% | - |
| HSV(B) | 337.36º | 0.24% | 0.87% | - |
| XYZ | 52.9 | 47.01 | 53.86 | - |
| YUV | 186.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 188 | 0 | 0.24 | 0.15 | 0.13 | 337.36 | 0.44 | 0.76 |
| Hex | DD | A8 | BC | 0 | 18 | F | D | 151 | 2C | 4C |
| Octal | 335 | 250 | 274 | 0 | 30 | 17 | 15 | 521 | 54 | 114 |
| Binary | 11011101 | 10101000 | 10111100 | 0 | 11000 | 1111 | 1101 | 101010001 | 101100 | 1001100 |
Color Harmonies of #DDA8BC
Complementary color
Monochromatic Colors of #DDA8BC
Black with #DDA8BC
Text Example
Text Example
White with #DDA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8BC; }
p { color: rgb(221,168,188); }
H1.HeaderClassName
{
color: #DDA8BC;
}
.AnyTagClassName
{
color: #DDA8BC;
}
</style>
background-color css
<style>
a { background-color: #DDA8BC; }
a { background-color: rgb(221,168,188); }
div.DivClassName
{
background-color: #DDA8BC;
}
.BgClassName
{
background-color: #DDA8BC;
}
</style>
border-color css
<style>
span { border-color: #DDA8BC; }
span { border-color: rgb(221,168,188); }
td.TdClassName
{
border-color: #DDA8BC;
}
.TagClassName
{
border-color: #DDA8BC;
}
</style>