Shades of Melanie #DCACBB
Tints of Melanie #DCACBB
RGB
CMYK
RGB Variations
Color information
#DCACBB (or 0xDCACBB) is known color: Melanie. HEX triplet: DC, AC and BB. RGB value is (220,172,187). Sum of RGB (Red+Green+Blue) = 220+172+187=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACBB is #235344. Grayscale: #BCBCBC. Windows color (decimal): -2315077 or 12299484. OLE color: 12299484.
HSL color Cylindrical-coordinate representation of color #DCACBB: hue angle of 341.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACBB is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 187 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.14 |
| HSL | 341.25º | 0.41% | 0.77% | - |
| HSV(B) | 341.25º | 0.22% | 0.86% | - |
| XYZ | 53.24 | 48.31 | 53.53 | - |
| YUV | 188.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 187 | 0 | 0.22 | 0.15 | 0.14 | 341.25 | 0.41 | 0.77 |
| Hex | DC | AC | BB | 0 | 16 | F | E | 155 | 29 | 4D |
| Octal | 334 | 254 | 273 | 0 | 26 | 17 | 16 | 525 | 51 | 115 |
| Binary | 11011100 | 10101100 | 10111011 | 0 | 10110 | 1111 | 1110 | 101010101 | 101001 | 1001101 |
Color Harmonies of #DCACBB
Complementary color
Monochromatic Colors of #DCACBB
Black with #DCACBB
Text Example
Text Example
White with #DCACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACBB; }
p { color: rgb(220,172,187); }
H1.HeaderClassName
{
color: #DCACBB;
}
.AnyTagClassName
{
color: #DCACBB;
}
</style>
background-color css
<style>
a { background-color: #DCACBB; }
a { background-color: rgb(220,172,187); }
div.DivClassName
{
background-color: #DCACBB;
}
.BgClassName
{
background-color: #DCACBB;
}
</style>
border-color css
<style>
span { border-color: #DCACBB; }
span { border-color: rgb(220,172,187); }
td.TdClassName
{
border-color: #DCACBB;
}
.TagClassName
{
border-color: #DCACBB;
}
</style>