Color Hex Logo

#e2dceb Color Hex

#E2DCEB
(226,220,235)
0 Favorites   0 Comments

Color spaces of #e2dceb

RGB 226220235
HSL0.730.270.89
HSV264°92°
CMYK 0.040.060.00   0.08
XYZ71.952673.353388.9636
Yxy73.35330.30710.3131
Hunter Lab85.64650.0784-1.6337
CIE-Lab88.61594.7626-6.6015

#e2dceb color RGB value is (226,220,235).

#e2dceb hex color red value is 226, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e2dceb hue: 0.73 , saturation: 0.27 and the lightness value of e2dceb is 0.89.

The process color (four color CMYK) of #e2dceb color hex is 0.04, 0.06, 0.00, 0.08. Web safe color of #e2dceb is #ccccff. Color #e2dceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011100 11101011
Octal 342 334 353
Decimal 226 220 235
Hex E2 DC EB

RGB Percentages of Color #e2dceb

%33.19
%32.31
%34.51

CMYK Percentages of Color #e2dceb

%4
%6
%0
%8

Triadic Colors of #e2dceb

#e2dceb #ebe2dc #dcebe2

Analogous Colors of #e2dceb

#e2dceb #eadceb #dcdeeb

Monochromatic Colors of #e2dceb

#e2dceb

Complementary Color

#e2dceb #e5ebdc

#e2dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dceb Color CSS Codes

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

#e2dceb Text Font Color

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

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


#e2dceb Background Color

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

This div background color is #e2dceb


#e2dceb Border Color

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

This div border color is #e2dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dceb


Comments

No comments written yet.

Please login to write comment.