#e1d6e0

#e1d6e0 color hex

#e1d6e0 hex color information.
RGB value of #e1d6e0 is (225,214,224)
Change page background color to #e1d6e0 | Reset

#e1d6e0 rgb color chart

Color spaces of #e1d6e0

RGB 225214224
HSL0.850.150.86
HSV305°88°
CMYK 0.000.050.00   0.12
XYZ68.552569.482580.3194
Yxy69.48250.31400.3182
Hunter Lab83.35620.92601.2193
CIE-Lab86.74245.5441-3.5684

Shades of #e1d6e0

Tints of #e1d6e0

RGB Percentages of Color #e1d6e0

%33.94
%32.28
%33.79

CMYK Percentages of Color #e1d6e0

%0
%5
%0
%12

#e1d6e0 Color Info

#e1d6e0 hex color red value is 225, green value is 214 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #e1d6e0 hue: 0.85 , saturation: 0.15 and the lightness value of e1d6e0 is 0.86.

The process color (four color CMYK) of #e1d6e0 hex color is 0.00, 0.05, 0.00, 0.12. Web safe color of #e1d6e0 is #cccccc

Color #e1d6e0 contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11010110 11100000
Octal 341 326 340
Decimal 225 214 224
Hexadecimal E1 D6 E0

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #e1d6e0

Triadic Colors of #e1d6e0

#e1d6e0 #e0e1d6 #d6e0e1

Analogous Colors of #e1d6e0

#e1d6e0 #e1d6da #dcd6e1

Complementary Color of #e1d6e0

#e1d6e0 #d6e1d7

#e1d6e0 HSL Color Chart
#e1d6e0 hsl color chart
#e1d6e0 RGB Color Chart

#e1d6e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1d6e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1d6e0 Color CSS Codes

.mybgcolor {background-color:#e1d6e0; } 
.myforecolor {color:#e1d6e0; }
.mybordercolor {border:3px solid #e1d6e0; }
Sample text font color #e1d6e0

This sample text font color is #e1d6e0
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.

html code
<p style="color:#e1d6e0">Text here</p>
#e1d6e0 background color

This div background color is #e1d6e0

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

This div border color is #e1d6e0

<div style="border:3px solid #e1d6e0">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #e1d6e0 Color Sample
#e1d6e0border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(225,214,224, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #e1d6e0; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #e1d6e0;
  -webkit-box-shadow: 1px 1px 3px 2px #e1d6e0;
  box-shadow:         1px 1px 3px 2px #e1d6e0; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,214,224, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e1d6e0">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #e1d6e0

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top