Shades of Melanie #DCACBC
Tints of Melanie #DCACBC
RGB
CMYK
RGB Variations
Color information
#DCACBC (or 0xDCACBC) is known color: Melanie. HEX triplet: DC, AC and BC. RGB value is (220,172,188). Sum of RGB (Red+Green+Blue) = 220+172+188=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACBC is #235343. Grayscale: #BCBCBC. Windows color (decimal): -2315076 or 12365020. OLE color: 12365020.
HSL color Cylindrical-coordinate representation of color #DCACBC: hue angle of 340º 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 #DCACBC is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 188 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.14 |
| HSL | 340º | 0.41% | 0.77% | - |
| HSV(B) | 340º | 0.22% | 0.86% | - |
| XYZ | 53.34 | 48.35 | 54.1 | - |
| YUV | 188.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 188 | 0 | 0.22 | 0.15 | 0.14 | 340 | 0.41 | 0.77 |
| Hex | DC | AC | BC | 0 | 16 | F | E | 154 | 29 | 4D |
| Octal | 334 | 254 | 274 | 0 | 26 | 17 | 16 | 524 | 51 | 115 |
| Binary | 11011100 | 10101100 | 10111100 | 0 | 10110 | 1111 | 1110 | 101010100 | 101001 | 1001101 |
Color Harmonies of #DCACBC
Complementary color
Monochromatic Colors of #DCACBC
Black with #DCACBC
Text Example
Text Example
White with #DCACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACBC; }
p { color: rgb(220,172,188); }
H1.HeaderClassName
{
color: #DCACBC;
}
.AnyTagClassName
{
color: #DCACBC;
}
</style>
background-color css
<style>
a { background-color: #DCACBC; }
a { background-color: rgb(220,172,188); }
div.DivClassName
{
background-color: #DCACBC;
}
.BgClassName
{
background-color: #DCACBC;
}
</style>
border-color css
<style>
span { border-color: #DCACBC; }
span { border-color: rgb(220,172,188); }
td.TdClassName
{
border-color: #DCACBC;
}
.TagClassName
{
border-color: #DCACBC;
}
</style>