Color Hex Logo

#e1ddea Color Hex

#E1DDEA
(225,221,234)
0 Favorites   0 Comments

Color spaces of #e1ddea

RGB 225221234
HSL0.720.240.89
HSV258°92°
CMYK 0.040.060.00   0.08
XYZ71.759173.661088.2778
Yxy73.66100.30710.3152
Hunter Lab85.8260-0.9516-0.9056
CIE-Lab88.76203.7241-5.8679

#e1ddea color RGB value is (225,221,234).

#e1ddea hex color red value is 225, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e1ddea hue: 0.72 , saturation: 0.24 and the lightness value of e1ddea is 0.89.

The process color (four color CMYK) of #e1ddea color hex is 0.04, 0.06, 0.00, 0.08. Web safe color of #e1ddea is #ccccff. Color #e1ddea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011101 11101010
Octal 341 335 352
Decimal 225 221 234
Hex E1 DD EA

RGB Percentages of Color #e1ddea

%33.09
%32.50
%34.41

CMYK Percentages of Color #e1ddea

%4
%6
%0
%8

Triadic Colors of #e1ddea

#e1ddea #eae1dd #ddeae1

Analogous Colors of #e1ddea

#e1ddea #e8ddea #dde0ea

Monochromatic Colors of #e1ddea

#e1ddea

Complementary Color

#e1ddea #e6eadd

#e1ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ddea Color CSS Codes

.mybgcolor {background-color:#e1ddea; } 
.myforecolor {color:#e1ddea; }
.mybordercolor {border:3px solid #e1ddea; }

#e1ddea Text Font Color

<p style="color:#e1ddea">Text here</p>

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


#e1ddea Background Color

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

This div background color is #e1ddea


#e1ddea Border Color

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

This div border color is #e1ddea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,221,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1ddea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1ddea;
  -webkit-box-shadow: 1px 1px 3px 2px #e1ddea;
  box-shadow:         1px 1px 3px 2px #e1ddea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,221,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ddea


Comments

No comments written yet.

Please login to write comment.