Color Hex Logo

#e7ddeb Color Hex

#E7DDEB
(231,221,235)
0 Favorites   0 Comments

Color spaces of #e7ddeb

RGB 231221235
HSL0.790.260.89
HSV283°92°
CMYK 0.020.060.00   0.08
XYZ73.806874.700089.1258
Yxy74.70000.31060.3144
Hunter Lab86.42921.1803-0.6395
CIE-Lab89.25235.9009-5.6179

#e7ddeb color RGB value is (231,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011101 11101011
Octal 347 335 353
Decimal 231 221 235
Hex E7 DD EB

RGB Percentages of Color #e7ddeb

%33.62
%32.17
%34.21

CMYK Percentages of Color #e7ddeb

%2
%6
%0
%8

Triadic Colors of #e7ddeb

#e7ddeb #ebe7dd #ddebe7

Analogous Colors of #e7ddeb

#e7ddeb #ebdde8 #e0ddeb

Monochromatic Colors of #e7ddeb

#e7ddeb

Complementary Color

#e7ddeb #e1ebdd

#e7ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7ddeb Color CSS Codes

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

#e7ddeb Text Font Color

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

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


#e7ddeb Background Color

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

This div background color is #e7ddeb


#e7ddeb Border Color

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

This div border color is #e7ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7ddeb

#e7ddeb Color Palettes


Comments

No comments written yet.

Please login to write comment.