Color Hex Logo

#e9ddeb Color Hex

#E9DDEB
(233,221,235)
0 Favorites   0 Comments

Color spaces of #e9ddeb

RGB 233221235
HSL0.810.260.89
HSV291°92°
CMYK 0.010.060.00   0.08
XYZ74.456175.034789.1561
Yxy75.03470.31200.3144
Hunter Lab86.62261.8395-0.3883
CIE-Lab89.40926.5681-5.3685

#e9ddeb color RGB value is (233,221,235).

#e9ddeb hex color red value is 233, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e9ddeb hue: 0.81 , saturation: 0.26 and the lightness value of e9ddeb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011101 11101011
Octal 351 335 353
Decimal 233 221 235
Hex E9 DD EB

RGB Percentages of Color #e9ddeb

%33.82
%32.08
%34.11

CMYK Percentages of Color #e9ddeb

%1
%6
%0
%8

Triadic Colors of #e9ddeb

#e9ddeb #ebe9dd #ddebe9

Analogous Colors of #e9ddeb

#e9ddeb #ebdde6 #e2ddeb

Monochromatic Colors of #e9ddeb

#e9ddeb

Complementary Color

#e9ddeb #dfebdd

#e9ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9ddeb Color CSS Codes

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

#e9ddeb Text Font Color

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

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


#e9ddeb Background Color

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

This div background color is #e9ddeb


#e9ddeb Border Color

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

This div border color is #e9ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9ddeb

#e9ddeb Color Palettes


Comments

No comments written yet.

Please login to write comment.