Shades of Melanie #DCA9BB
Tints of Melanie #DCA9BB
RGB
CMYK
RGB Variations
Color information
#DCA9BB (or 0xDCA9BB) is known color: Melanie. HEX triplet: DC, A9 and BB. RGB value is (220,169,187). Sum of RGB (Red+Green+Blue) = 220+169+187=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9BB is #235644. Grayscale: #BABABA. Windows color (decimal): -2315845 or 12298716. OLE color: 12298716.
HSL color Cylindrical-coordinate representation of color #DCA9BB: hue angle of 338.82º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCA9BB is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 187 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.14 |
| HSL | 338.82º | 0.42% | 0.76% | - |
| HSV(B) | 338.82º | 0.23% | 0.86% | - |
| XYZ | 52.67 | 47.18 | 53.34 | - |
| YUV | 186.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 187 | 0 | 0.23 | 0.15 | 0.14 | 338.82 | 0.42 | 0.76 |
| Hex | DC | A9 | BB | 0 | 17 | F | E | 153 | 2A | 4C |
| Octal | 334 | 251 | 273 | 0 | 27 | 17 | 16 | 523 | 52 | 114 |
| Binary | 11011100 | 10101001 | 10111011 | 0 | 10111 | 1111 | 1110 | 101010011 | 101010 | 1001100 |
Color Harmonies of #DCA9BB
Complementary color
Monochromatic Colors of #DCA9BB
Black with #DCA9BB
Text Example
Text Example
White with #DCA9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA9BB; }
p { color: rgb(220,169,187); }
H1.HeaderClassName
{
color: #DCA9BB;
}
.AnyTagClassName
{
color: #DCA9BB;
}
</style>
background-color css
<style>
a { background-color: #DCA9BB; }
a { background-color: rgb(220,169,187); }
div.DivClassName
{
background-color: #DCA9BB;
}
.BgClassName
{
background-color: #DCA9BB;
}
</style>
border-color css
<style>
span { border-color: #DCA9BB; }
span { border-color: rgb(220,169,187); }
td.TdClassName
{
border-color: #DCA9BB;
}
.TagClassName
{
border-color: #DCA9BB;
}
</style>