Shades of Melanie #DCAEC1
Tints of Melanie #DCAEC1
RGB
CMYK
RGB Variations
Color information
#DCAEC1 (or 0xDCAEC1) is known color: Melanie. HEX triplet: DC, AE and C1. RGB value is (220,174,193). Sum of RGB (Red+Green+Blue) = 220+174+193=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEC1 is #23513E. Grayscale: #BDBDBD. Windows color (decimal): -2314559 or 12693212. OLE color: 12693212.
HSL color Cylindrical-coordinate representation of color #DCAEC1: hue angle of 335.22º 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 #DCAEC1 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 193 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.14 |
| HSL | 335.22º | 0.4% | 0.77% | - |
| HSV(B) | 335.22º | 0.21% | 0.86% | - |
| XYZ | 54.28 | 49.34 | 57.11 | - |
| YUV | 189.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 193 | 0 | 0.21 | 0.12 | 0.14 | 335.22 | 0.4 | 0.77 |
| Hex | DC | AE | C1 | 0 | 15 | C | E | 14F | 28 | 4D |
| Octal | 334 | 256 | 301 | 0 | 25 | 14 | 16 | 517 | 50 | 115 |
| Binary | 11011100 | 10101110 | 11000001 | 0 | 10101 | 1100 | 1110 | 101001111 | 101000 | 1001101 |
Color Harmonies of #DCAEC1
Complementary color
Monochromatic Colors of #DCAEC1
Black with #DCAEC1
Text Example
Text Example
White with #DCAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEC1; }
p { color: rgb(220,174,193); }
H1.HeaderClassName
{
color: #DCAEC1;
}
.AnyTagClassName
{
color: #DCAEC1;
}
</style>
background-color css
<style>
a { background-color: #DCAEC1; }
a { background-color: rgb(220,174,193); }
div.DivClassName
{
background-color: #DCAEC1;
}
.BgClassName
{
background-color: #DCAEC1;
}
</style>
border-color css
<style>
span { border-color: #DCAEC1; }
span { border-color: rgb(220,174,193); }
td.TdClassName
{
border-color: #DCAEC1;
}
.TagClassName
{
border-color: #DCAEC1;
}
</style>