Color Hex Logo

#e2ddff Color Hex

#E2DDFF
(226,221,255)
0 Favorites   0 Comments

Color spaces of #e2ddff

RGB 226221255
HSL0.691.000.93
HSV249°13°100°
CMYK 0.110.130.00   0.00
XYZ75.270575.1017105.1366
Yxy75.10170.29460.2939
Hunter Lab86.66123.3808-11.2672
CIE-Lab89.44068.1073-15.8852

#e2ddff color RGB value is (226,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011101 11111111
Octal 342 335 377
Decimal 226 221 255
Hex E2 DD FF

RGB Percentages of Color #e2ddff

%32.19
%31.48
%36.32

CMYK Percentages of Color #e2ddff

%11
%13
%0
%0

Triadic Colors of #e2ddff

#e2ddff #ffe2dd #ddffe2

Analogous Colors of #e2ddff

#e2ddff #f3ddff #dde9ff

Monochromatic Colors of #e2ddff

#e2ddff

Complementary Color

#e2ddff #faffdd

#e2ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ddff Color CSS Codes

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

#e2ddff Text Font Color

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

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


#e2ddff Background Color

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

This div background color is #e2ddff


#e2ddff Border Color

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

This div border color is #e2ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ddff

#e2ddff Color Palettes


Comments

No comments written yet.

Please login to write comment.