Shades of Melanie #DCAEBA
Tints of Melanie #DCAEBA
RGB
CMYK
RGB Variations
Color information
#DCAEBA (or 0xDCAEBA) is known color: Melanie. HEX triplet: DC, AE and BA. RGB value is (220,174,186). Sum of RGB (Red+Green+Blue) = 220+174+186=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEBA is #235145. Grayscale: #BDBDBD. Windows color (decimal): -2314566 or 12234460. OLE color: 12234460.
HSL color Cylindrical-coordinate representation of color #DCAEBA: hue angle of 344.35º 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 #DCAEBA is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 186 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.14 |
| HSL | 344.35º | 0.4% | 0.77% | - |
| HSV(B) | 344.35º | 0.21% | 0.86% | - |
| XYZ | 53.51 | 49.03 | 53.1 | - |
| YUV | 189.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 186 | 0 | 0.21 | 0.15 | 0.14 | 344.35 | 0.4 | 0.77 |
| Hex | DC | AE | BA | 0 | 15 | F | E | 158 | 28 | 4D |
| Octal | 334 | 256 | 272 | 0 | 25 | 17 | 16 | 530 | 50 | 115 |
| Binary | 11011100 | 10101110 | 10111010 | 0 | 10101 | 1111 | 1110 | 101011000 | 101000 | 1001101 |
Color Harmonies of #DCAEBA
Complementary color
Monochromatic Colors of #DCAEBA
Black with #DCAEBA
Text Example
Text Example
White with #DCAEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEBA; }
p { color: rgb(220,174,186); }
H1.HeaderClassName
{
color: #DCAEBA;
}
.AnyTagClassName
{
color: #DCAEBA;
}
</style>
background-color css
<style>
a { background-color: #DCAEBA; }
a { background-color: rgb(220,174,186); }
div.DivClassName
{
background-color: #DCAEBA;
}
.BgClassName
{
background-color: #DCAEBA;
}
</style>
border-color css
<style>
span { border-color: #DCAEBA; }
span { border-color: rgb(220,174,186); }
td.TdClassName
{
border-color: #DCAEBA;
}
.TagClassName
{
border-color: #DCAEBA;
}
</style>