Shades of Melanie #E6ADC4
Tints of Melanie #E6ADC4
RGB
CMYK
RGB Variations
Color information
#E6ADC4 (or 0xE6ADC4) is known color: Melanie. HEX triplet: E6, AD and C4. RGB value is (230,173,196). Sum of RGB (Red+Green+Blue) = 230+173+196=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ADC4 is #19523B. Grayscale: #C0C0C0. Windows color (decimal): -1659452 or 12889574. OLE color: 12889574.
HSL color Cylindrical-coordinate representation of color #E6ADC4: hue angle of 335.79º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6ADC4 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 196 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.10 |
| HSL | 335.79º | 0.53% | 0.79% | - |
| HSV(B) | 335.79º | 0.25% | 0.9% | - |
| XYZ | 57.54 | 50.7 | 58.98 | - |
| YUV | 192.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 196 | 0 | 0.25 | 0.15 | 0.10 | 335.79 | 0.53 | 0.79 |
| Hex | E6 | AD | C4 | 0 | 19 | F | A | 150 | 35 | 4F |
| Octal | 346 | 255 | 304 | 0 | 31 | 17 | 12 | 520 | 65 | 117 |
| Binary | 11100110 | 10101101 | 11000100 | 0 | 11001 | 1111 | 1010 | 101010000 | 110101 | 1001111 |
Color Harmonies of #E6ADC4
Complementary color
Monochromatic Colors of #E6ADC4
Black with #E6ADC4
Text Example
Text Example
White with #E6ADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADC4; }
p { color: rgb(230,173,196); }
H1.HeaderClassName
{
color: #E6ADC4;
}
.AnyTagClassName
{
color: #E6ADC4;
}
</style>
background-color css
<style>
a { background-color: #E6ADC4; }
a { background-color: rgb(230,173,196); }
div.DivClassName
{
background-color: #E6ADC4;
}
.BgClassName
{
background-color: #E6ADC4;
}
</style>
border-color css
<style>
span { border-color: #E6ADC4; }
span { border-color: rgb(230,173,196); }
td.TdClassName
{
border-color: #E6ADC4;
}
.TagClassName
{
border-color: #E6ADC4;
}
</style>