#e1c6d6 Color Hex Marvelous Magic

Information about Marvelous Magic Color | #0000FF

#e1c6d6 color RGB value is (225,198,214). #e1c6d6 color name is Marvelous Magic color.

#e1c6d6 hex color red value is 225 , green value is 198 and the blue value of its RGB is 214 . Cylindrical-coordinate representations (also known as HSL) of color #e1c6d6 hue: 324 , saturation: 31 and the lightness value of #e1c6d6 is 83

The process color (four color CMYK) of #e1c6d6 color hex is 0 , 5 ,2, 5 .

#e1c6d6

~Marvelous Magic

Color Converions

HEX
#e1c6d6
RGB
225,198,214
LAB
83,12,-4
CMYK
0,12,5,12
LCH
83,13,-20
XYZ
63,61,72
HSV
324,12,88
HSL
324,31,83

Base Numbers

Base Red Green Blue
Binary 11100001 11000110 11010110
Octal 341 306 326
Decimal 225 198 214
Hex e1 c6 d6

RGB Percentages of Color #e1c6d6

88%
78%
84%

CMYK Percentages of Color #e1c6d6

0%
2%
5%
5%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #e1c6d6

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#e1c6d6
20%
#cbb2c1
30%
#b49eab
40%
#9d8b96
50%
#877780
60%
#70636b
70%
#5a4f56
80%
#433b40
90%
#2d282b
100%
#161415

Tints of #e1c6d6

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#e1c6d6
20%
#e4ccda
30%
#e7d1de
40%
#ead7e2
50%
#eddde6
60%
#f0e3eb
70%
#f3e8ef
80%
#f6eef3
90%
#f9f4f7
100%
#fcf9fb

Tones of #e1c6d6

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#e1c6d6
20%
#d7bfcd
30%
#ceb8c5
40%
#c4b1bc
50%
#baaab3
60%
#b0a3ab
70%
#a79ca2
80%
#9d9599
90%
#938e91
100%
#898788

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#e1c6d6
#e1c6e1
#e1c6db
#e1c6d6
#e1c6d1
#e1c6cb

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#e1c6d6
#c6e1d1

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#e1c6d6
#e1d6c6
#c6e1e1

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#e1c6d6
#d6e1c6
#c6d6e1

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#e1c6d6
#e1dec6
#c6e1d1
#c6c8e1

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#e1c6d6
#0c0b0c
#373034
#61565d
#8c7b85
#b6a1ae

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#e1c6d6

protanopia

#cccbd8

deuteranopia

#ddc6d5

tritanopia

#e0c5d4

achromatopsia

#cdcdcd

protanomaly

#d4c9d7

deuteranomaly

#dec6d5

achromatopsia

#cdcdcd

tritanomaly

#e0c5d5

achromatomaly

#d4cad0

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 13/21
Hello World !

#e1c6d6 Color CSS Codes

.bgcolor {background-color:#e1c6d6; } 
.forecolor {color:#e1c6d6; }
.bordercolor {border:3px solid #e1c6d6; }
            

#e1c6d6 Text Font Color

<div style="color:#e1c6d6">
Div content here</div>

This sample text font color is #e1c6d6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#e1c6d6 Background Color

<div style="background-color:#e1c6d6">
Div content here</div>
Div content here

#e1c6d6 Border Color

<div style="border:3px solid #e1c6d6">
Div here</div>

This div border color is #e1c6d6

#e1c6d6 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #e1c6d6; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1c6d6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1c6d6;
  -webkit-box-shadow: 1px 1px 3px 2px #e1c6d6;
  box-shadow: 1px 1px 3px 2px #e1c6d6; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e1c6d6">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e1c6d6;
              -webkit-box-shadow: 1px 1px 3px 2px #e1c6d6;
              box-shadow:         1px 1px 3px 2px #e1c6d6#e1c6d6">
Div content here</div>

This div box has shadow with color #e1c6d6

More Colors

Blood Orange
#d1001c
Enhance
#d2a5be
Moroccan Moonlight
#eae0d4
Hierba Santa
#77a373
Hot Mustard
#735c12
Autumn Child
#fbe6c1
Ironclad
#615c55
Granite Brown
#3d2d24
Chapel Wall
#ede2ac
Cardin Green
#1b3427
Metallic Mist
#cdccbe
Gold Strand
#f3dfa6
Country Squire
#124a42
London Grey
#666677
Hypnotic Sea
#00787f
Hannover Hills
#685d4a
Ash Violet
#9695a4
Peach Parfait
#f8bfa8
Lavender Ash
#9998a7
Biopunk
#66ff55
Dark Violet
#34013f
Palm Desert
#85775f
Distinctive Lack of Hue
#141513
Classic Green
#39a845
Adrift
#4b9099
Mint Gloss
#c8f3cd
Peruvian Soil
#733d1f
Casa Verde
#abb790
Jupiter Brown
#ac8181
Angel Feather
#f4efee
Black Rooster
#331111
Aviva
#c5b47f
Gold Flame
#b45422
Papaya
#fea166
Caribbean Green
#00cc99
Indulgent Mocha
#d1c5b7
Green Shade Wash
#45523a
Ladylike
#ffc3bf
Buccaneer Blue
#035b8d
rating-img
Rate this tool
NaN/5   0 votes