Shades of Melanie #DCA8BC
Tints of Melanie #DCA8BC
RGB
CMYK
RGB Variations
Color information
#DCA8BC (or 0xDCA8BC) is known color: Melanie. HEX triplet: DC, A8 and BC. RGB value is (220,168,188). Sum of RGB (Red+Green+Blue) = 220+168+188=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8BC is #235743. Grayscale: #B9B9B9. Windows color (decimal): -2316100 or 12363996. OLE color: 12363996.
HSL color Cylindrical-coordinate representation of color #DCA8BC: hue angle of 336.92º 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 #DCA8BC is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 188 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.14 |
| HSL | 336.92º | 0.43% | 0.76% | - |
| HSV(B) | 336.92º | 0.24% | 0.86% | - |
| XYZ | 52.59 | 46.85 | 53.85 | - |
| YUV | 185.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 188 | 0 | 0.24 | 0.15 | 0.14 | 336.92 | 0.43 | 0.76 |
| Hex | DC | A8 | BC | 0 | 18 | F | E | 151 | 2B | 4C |
| Octal | 334 | 250 | 274 | 0 | 30 | 17 | 16 | 521 | 53 | 114 |
| Binary | 11011100 | 10101000 | 10111100 | 0 | 11000 | 1111 | 1110 | 101010001 | 101011 | 1001100 |
Color Harmonies of #DCA8BC
Complementary color
Monochromatic Colors of #DCA8BC
Black with #DCA8BC
Text Example
Text Example
White with #DCA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA8BC; }
p { color: rgb(220,168,188); }
H1.HeaderClassName
{
color: #DCA8BC;
}
.AnyTagClassName
{
color: #DCA8BC;
}
</style>
background-color css
<style>
a { background-color: #DCA8BC; }
a { background-color: rgb(220,168,188); }
div.DivClassName
{
background-color: #DCA8BC;
}
.BgClassName
{
background-color: #DCA8BC;
}
</style>
border-color css
<style>
span { border-color: #DCA8BC; }
span { border-color: rgb(220,168,188); }
td.TdClassName
{
border-color: #DCA8BC;
}
.TagClassName
{
border-color: #DCA8BC;
}
</style>