Shades of Melanie #DDA8BB
Tints of Melanie #DDA8BB
RGB
CMYK
RGB Variations
Color information
#DDA8BB (or 0xDDA8BB) is known color: Melanie. HEX triplet: DD, A8 and BB. RGB value is (221,168,187). Sum of RGB (Red+Green+Blue) = 221+168+187=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8BB is #225744. Grayscale: #B9B9B9. Windows color (decimal): -2250565 or 12298461. OLE color: 12298461.
HSL color Cylindrical-coordinate representation of color #DDA8BB: hue angle of 338.49º 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 #DDA8BB is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 187 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.13 |
| HSL | 338.49º | 0.44% | 0.76% | - |
| HSV(B) | 338.49º | 0.24% | 0.87% | - |
| XYZ | 52.79 | 46.97 | 53.3 | - |
| YUV | 186.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 187 | 0 | 0.24 | 0.15 | 0.13 | 338.49 | 0.44 | 0.76 |
| Hex | DD | A8 | BB | 0 | 18 | F | D | 152 | 2C | 4C |
| Octal | 335 | 250 | 273 | 0 | 30 | 17 | 15 | 522 | 54 | 114 |
| Binary | 11011101 | 10101000 | 10111011 | 0 | 11000 | 1111 | 1101 | 101010010 | 101100 | 1001100 |
Color Harmonies of #DDA8BB
Complementary color
Monochromatic Colors of #DDA8BB
Black with #DDA8BB
Text Example
Text Example
White with #DDA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8BB; }
p { color: rgb(221,168,187); }
H1.HeaderClassName
{
color: #DDA8BB;
}
.AnyTagClassName
{
color: #DDA8BB;
}
</style>
background-color css
<style>
a { background-color: #DDA8BB; }
a { background-color: rgb(221,168,187); }
div.DivClassName
{
background-color: #DDA8BB;
}
.BgClassName
{
background-color: #DDA8BB;
}
</style>
border-color css
<style>
span { border-color: #DDA8BB; }
span { border-color: rgb(221,168,187); }
td.TdClassName
{
border-color: #DDA8BB;
}
.TagClassName
{
border-color: #DDA8BB;
}
</style>