Shades of Melanie #DCAEC3
Tints of Melanie #DCAEC3
RGB
CMYK
RGB Variations
Color information
#DCAEC3 (or 0xDCAEC3) is known color: Melanie. HEX triplet: DC, AE and C3. RGB value is (220,174,195). Sum of RGB (Red+Green+Blue) = 220+174+195=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEC3 is #23513C. Grayscale: #BEBEBE. Windows color (decimal): -2314557 or 12824284. OLE color: 12824284.
HSL color Cylindrical-coordinate representation of color #DCAEC3: hue angle of 332.61º 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 #DCAEC3 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 195 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.14 |
| HSL | 332.61º | 0.4% | 0.77% | - |
| HSV(B) | 332.61º | 0.21% | 0.86% | - |
| XYZ | 54.5 | 49.43 | 58.3 | - |
| YUV | 190.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 195 | 0 | 0.21 | 0.11 | 0.14 | 332.61 | 0.4 | 0.77 |
| Hex | DC | AE | C3 | 0 | 15 | B | E | 14D | 28 | 4D |
| Octal | 334 | 256 | 303 | 0 | 25 | 13 | 16 | 515 | 50 | 115 |
| Binary | 11011100 | 10101110 | 11000011 | 0 | 10101 | 1011 | 1110 | 101001101 | 101000 | 1001101 |
Color Harmonies of #DCAEC3
Complementary color
Monochromatic Colors of #DCAEC3
Black with #DCAEC3
Text Example
Text Example
White with #DCAEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEC3; }
p { color: rgb(220,174,195); }
H1.HeaderClassName
{
color: #DCAEC3;
}
.AnyTagClassName
{
color: #DCAEC3;
}
</style>
background-color css
<style>
a { background-color: #DCAEC3; }
a { background-color: rgb(220,174,195); }
div.DivClassName
{
background-color: #DCAEC3;
}
.BgClassName
{
background-color: #DCAEC3;
}
</style>
border-color css
<style>
span { border-color: #DCAEC3; }
span { border-color: rgb(220,174,195); }
td.TdClassName
{
border-color: #DCAEC3;
}
.TagClassName
{
border-color: #DCAEC3;
}
</style>