Shades of Melanie #DCA8BD
Tints of Melanie #DCA8BD
RGB
CMYK
RGB Variations
Color information
#DCA8BD (or 0xDCA8BD) is known color: Melanie. HEX triplet: DC, A8 and BD. RGB value is (220,168,189). Sum of RGB (Red+Green+Blue) = 220+168+189=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8BD is #235742. Grayscale: #B9B9B9. Windows color (decimal): -2316099 or 12429532. OLE color: 12429532.
HSL color Cylindrical-coordinate representation of color #DCA8BD: hue angle of 335.77º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA8BD is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 189 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.14 |
| HSL | 335.77º | 0.43% | 0.76% | - |
| HSV(B) | 335.77º | 0.24% | 0.86% | - |
| XYZ | 52.7 | 46.9 | 54.42 | - |
| YUV | 185.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 189 | 0 | 0.24 | 0.14 | 0.14 | 335.77 | 0.43 | 0.76 |
| Hex | DC | A8 | BD | 0 | 18 | E | E | 150 | 2B | 4C |
| Octal | 334 | 250 | 275 | 0 | 30 | 16 | 16 | 520 | 53 | 114 |
| Binary | 11011100 | 10101000 | 10111101 | 0 | 11000 | 1110 | 1110 | 101010000 | 101011 | 1001100 |
Color Harmonies of #DCA8BD
Complementary color
Monochromatic Colors of #DCA8BD
Black with #DCA8BD
Text Example
Text Example
White with #DCA8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA8BD; }
p { color: rgb(220,168,189); }
H1.HeaderClassName
{
color: #DCA8BD;
}
.AnyTagClassName
{
color: #DCA8BD;
}
</style>
background-color css
<style>
a { background-color: #DCA8BD; }
a { background-color: rgb(220,168,189); }
div.DivClassName
{
background-color: #DCA8BD;
}
.BgClassName
{
background-color: #DCA8BD;
}
</style>
border-color css
<style>
span { border-color: #DCA8BD; }
span { border-color: rgb(220,168,189); }
td.TdClassName
{
border-color: #DCA8BD;
}
.TagClassName
{
border-color: #DCA8BD;
}
</style>