Shades of Melanie #E6AEC2
Tints of Melanie #E6AEC2
RGB
CMYK
RGB Variations
Color information
#E6AEC2 (or 0xE6AEC2) is known color: Melanie. HEX triplet: E6, AE and C2. RGB value is (230,174,194). Sum of RGB (Red+Green+Blue) = 230+174+194=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AEC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AEC2 is #19513D. Grayscale: #C1C1C1. Windows color (decimal): -1659198 or 12758758. OLE color: 12758758.
HSL color Cylindrical-coordinate representation of color #E6AEC2: hue angle of 338.57º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AEC2 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 174 | 194 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.10 |
| HSL | 338.57º | 0.53% | 0.79% | - |
| HSV(B) | 338.57º | 0.24% | 0.9% | - |
| XYZ | 57.51 | 50.99 | 57.85 | - |
| YUV | 193.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 174 | 194 | 0 | 0.24 | 0.16 | 0.10 | 338.57 | 0.53 | 0.79 |
| Hex | E6 | AE | C2 | 0 | 18 | 10 | A | 153 | 35 | 4F |
| Octal | 346 | 256 | 302 | 0 | 30 | 20 | 12 | 523 | 65 | 117 |
| Binary | 11100110 | 10101110 | 11000010 | 0 | 11000 | 10000 | 1010 | 101010011 | 110101 | 1001111 |
Color Harmonies of #E6AEC2
Complementary color
Monochromatic Colors of #E6AEC2
Black with #E6AEC2
Text Example
Text Example
White with #E6AEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AEC2; }
p { color: rgb(230,174,194); }
H1.HeaderClassName
{
color: #E6AEC2;
}
.AnyTagClassName
{
color: #E6AEC2;
}
</style>
background-color css
<style>
a { background-color: #E6AEC2; }
a { background-color: rgb(230,174,194); }
div.DivClassName
{
background-color: #E6AEC2;
}
.BgClassName
{
background-color: #E6AEC2;
}
</style>
border-color css
<style>
span { border-color: #E6AEC2; }
span { border-color: rgb(230,174,194); }
td.TdClassName
{
border-color: #E6AEC2;
}
.TagClassName
{
border-color: #E6AEC2;
}
</style>