Color Hex Logo

#e8ddeb Color Hex

#E8DDEB
(232,221,235)
0 Favorites   0 Comments

Color spaces of #e8ddeb

RGB 232221235
HSL0.800.260.89
HSV287°92°
CMYK 0.010.060.00   0.08
XYZ74.130674.866989.1409
Yxy74.86690.31130.3144
Hunter Lab86.52571.5094-0.5141
CIE-Lab89.33066.2344-5.4934

#e8ddeb color RGB value is (232,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011101 11101011
Octal 350 335 353
Decimal 232 221 235
Hex E8 DD EB

RGB Percentages of Color #e8ddeb

%33.72
%32.12
%34.16

CMYK Percentages of Color #e8ddeb

%1
%6
%0
%8

Triadic Colors of #e8ddeb

#e8ddeb #ebe8dd #ddebe8

Analogous Colors of #e8ddeb

#e8ddeb #ebdde7 #e1ddeb

Monochromatic Colors of #e8ddeb

#e8ddeb

Complementary Color

#e8ddeb #e0ebdd

#e8ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8ddeb Color CSS Codes

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

#e8ddeb Text Font Color

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

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


#e8ddeb Background Color

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

This div background color is #e8ddeb


#e8ddeb Border Color

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

This div border color is #e8ddeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,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 #e8ddeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8ddeb


Comments

No comments written yet.

Please login to write comment.