#E6ADC2

Color #E6ADC2 Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #E6ADC2

Tints of Melanie #E6ADC2

Color information

#E6ADC2 (or 0xE6ADC2) is unknown color: approx Melanie. HEX triplet: E6, AD and C2. RGB value is (230,173,194). Sum of RGB (Red+Green+Blue) = 230+173+194=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ADC2 is #19523D. Grayscale: #C0C0C0. Windows color (decimal): -1659454 or 12758502. OLE color: 12758502.

HSL color Cylindrical-coordinate representation of color #E6ADC2: hue angle of 337.89º 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 #E6ADC2 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB230173194-
CMYK00.250.160.10
HSL337.89º53.27%79.02%-
HSV(B)337.89º24.78%90.2%-
XYZ57.3150.6157.79-
YUV192.44128.88154.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 38.53%
GREEN value IS 173 (67.97% from 255) = 28.98%
BLUE value IS 194 (76.17% from 255) = 32.50%
R=38.53%
G=28.98%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017319400.250.160.10337.8953.2779.02
HexE6ADC201910A152354f
Octal346255302031201252265117
Binary1110011010101101110000100110011000010101010100101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ADC2; }

 p { color: rgb(230,173,194); }

 H1.HeaderClassName
 {
   color: #E6ADC2;
 }
 .AnyTagClassName
 {
   color: #E6ADC2;
 }
</style>
background-color css

<style>
 a { background-color: #E6ADC2; }

 a { background-color: rgb(230,173,194); }

 div.DivClassName
 {
   background-color: #E6ADC2;
 }
 .BgClassName
 {
   background-color: #E6ADC2;
 }
</style>
border-color css

<style>
 span { border-color: #E6ADC2; }

 span { border-color: rgb(230,173,194); }

 td.TdClassName
 {
   border-color: #E6ADC2;
 }
 .TagClassName
 {
   border-color: #E6ADC2;
 }
</style>