Shades of Melanie #DCAEBE
Tints of Melanie #DCAEBE
RGB
CMYK
RGB Variations
Color information
#DCAEBE (or 0xDCAEBE) is known color: Melanie. HEX triplet: DC, AE and BE. RGB value is (220,174,190). Sum of RGB (Red+Green+Blue) = 220+174+190=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEBE is #235141. Grayscale: #BDBDBD. Windows color (decimal): -2314562 or 12496604. OLE color: 12496604.
HSL color Cylindrical-coordinate representation of color #DCAEBE: hue angle of 339.13º 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 #DCAEBE is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 190 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.14 |
| HSL | 339.13º | 0.4% | 0.77% | - |
| HSV(B) | 339.13º | 0.21% | 0.86% | - |
| XYZ | 53.95 | 49.21 | 55.37 | - |
| YUV | 189.58 | 128.24 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 190 | 0 | 0.21 | 0.14 | 0.14 | 339.13 | 0.4 | 0.77 |
| Hex | DC | AE | BE | 0 | 15 | E | E | 153 | 28 | 4D |
| Octal | 334 | 256 | 276 | 0 | 25 | 16 | 16 | 523 | 50 | 115 |
| Binary | 11011100 | 10101110 | 10111110 | 0 | 10101 | 1110 | 1110 | 101010011 | 101000 | 1001101 |
Color Harmonies of #DCAEBE
Complementary color
Monochromatic Colors of #DCAEBE
Black with #DCAEBE
Text Example
Text Example
White with #DCAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEBE; }
p { color: rgb(220,174,190); }
H1.HeaderClassName
{
color: #DCAEBE;
}
.AnyTagClassName
{
color: #DCAEBE;
}
</style>
background-color css
<style>
a { background-color: #DCAEBE; }
a { background-color: rgb(220,174,190); }
div.DivClassName
{
background-color: #DCAEBE;
}
.BgClassName
{
background-color: #DCAEBE;
}
</style>
border-color css
<style>
span { border-color: #DCAEBE; }
span { border-color: rgb(220,174,190); }
td.TdClassName
{
border-color: #DCAEBE;
}
.TagClassName
{
border-color: #DCAEBE;
}
</style>