Color Hex Logo

#e1ddfd Color Hex

#E1DDFD
(225,221,253)
0 Favorites   0 Comments

Color spaces of #e1ddfd

RGB 225221253
HSL0.690.890.93
HSV248°13°99°
CMYK 0.110.130.00   0.01
XYZ74.637474.8123103.4349
Yxy74.81230.29510.2958
Hunter Lab86.49412.6663-10.3567
CIE-Lab89.30507.3913-15.0467

#e1ddfd color RGB value is (225,221,253).

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

The process color (four color CMYK) of #e1ddfd color hex is 0.11, 0.13, 0.00, 0.01. Web safe color of #e1ddfd is #ccccff. Color #e1ddfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011101 11111101
Octal 341 335 375
Decimal 225 221 253
Hex E1 DD FD

RGB Percentages of Color #e1ddfd

%32.19
%31.62
%36.19

CMYK Percentages of Color #e1ddfd

%11
%13
%0
%1

Triadic Colors of #e1ddfd

#e1ddfd #fde1dd #ddfde1

Analogous Colors of #e1ddfd

#e1ddfd #f1ddfd #dde9fd

Monochromatic Colors of #e1ddfd

#e1ddfd

Complementary Color

#e1ddfd #f9fddd

#e1ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ddfd Color CSS Codes

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

#e1ddfd Text Font Color

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

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


#e1ddfd Background Color

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

This div background color is #e1ddfd


#e1ddfd Border Color

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

This div border color is #e1ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ddfd

#e1ddfd Color Palettes


Comments

No comments written yet.

Please login to write comment.