Shades of Melanie #DCADC1
Tints of Melanie #DCADC1
RGB
CMYK
RGB Variations
Color information
#DCADC1 (or 0xDCADC1) is known color: Melanie. HEX triplet: DC, AD and C1. RGB value is (220,173,193). Sum of RGB (Red+Green+Blue) = 220+173+193=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADC1 is #23523E. Grayscale: #BDBDBD. Windows color (decimal): -2314815 or 12692956. OLE color: 12692956.
HSL color Cylindrical-coordinate representation of color #DCADC1: hue angle of 334.47º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCADC1 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 193 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.14 |
| HSL | 334.47º | 0.4% | 0.77% | - |
| HSV(B) | 334.47º | 0.21% | 0.86% | - |
| XYZ | 54.08 | 48.95 | 57.05 | - |
| YUV | 189.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 193 | 0 | 0.21 | 0.12 | 0.14 | 334.47 | 0.4 | 0.77 |
| Hex | DC | AD | C1 | 0 | 15 | C | E | 14E | 28 | 4D |
| Octal | 334 | 255 | 301 | 0 | 25 | 14 | 16 | 516 | 50 | 115 |
| Binary | 11011100 | 10101101 | 11000001 | 0 | 10101 | 1100 | 1110 | 101001110 | 101000 | 1001101 |
Color Harmonies of #DCADC1
Complementary color
Monochromatic Colors of #DCADC1
Black with #DCADC1
Text Example
Text Example
White with #DCADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADC1; }
p { color: rgb(220,173,193); }
H1.HeaderClassName
{
color: #DCADC1;
}
.AnyTagClassName
{
color: #DCADC1;
}
</style>
background-color css
<style>
a { background-color: #DCADC1; }
a { background-color: rgb(220,173,193); }
div.DivClassName
{
background-color: #DCADC1;
}
.BgClassName
{
background-color: #DCADC1;
}
</style>
border-color css
<style>
span { border-color: #DCADC1; }
span { border-color: rgb(220,173,193); }
td.TdClassName
{
border-color: #DCADC1;
}
.TagClassName
{
border-color: #DCADC1;
}
</style>