Color Hex Logo

#e9ddef Color Hex

#E9DDEF
(233,221,239)
0 Favorites   0 Comments

Color spaces of #e9ddef

RGB 233221239
HSL0.780.360.90
HSV280°94°
CMYK 0.030.080.00   0.06
XYZ75.040775.268592.2346
Yxy75.26850.30940.3103
Hunter Lab86.75742.5678-2.3029
CIE-Lab89.51867.2999-7.3092

#e9ddef color RGB value is (233,221,239).

#e9ddef hex color red value is 233, green value is 221 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e9ddef hue: 0.78 , saturation: 0.36 and the lightness value of e9ddef is 0.90.

The process color (four color CMYK) of #e9ddef color hex is 0.03, 0.08, 0.00, 0.06. Web safe color of #e9ddef is #ffccff. Color #e9ddef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011101 11101111
Octal 351 335 357
Decimal 233 221 239
Hex E9 DD EF

RGB Percentages of Color #e9ddef

%33.62
%31.89
%34.49

CMYK Percentages of Color #e9ddef

%3
%8
%0
%6

Triadic Colors of #e9ddef

#e9ddef #efe9dd #ddefe9

Analogous Colors of #e9ddef

#e9ddef #efddec #e0ddef

Monochromatic Colors of #e9ddef

#e9ddef

Complementary Color

#e9ddef #e3efdd

#e9ddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9ddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9ddef Color CSS Codes

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

#e9ddef Text Font Color

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

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


#e9ddef Background Color

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

This div background color is #e9ddef


#e9ddef Border Color

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

This div border color is #e9ddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9ddef


Comments

No comments written yet.

Please login to write comment.