Color Hex Logo

#e2dbeb Color Hex

#E2DBEB
(226,219,235)
0 Favorites   0 Comments

Color spaces of #e2dbeb

RGB 226219235
HSL0.740.290.89
HSV266°92°
CMYK 0.040.070.00   0.08
XYZ71.690972.829988.8763
Yxy72.82990.30720.3120
Hunter Lab85.34040.6046-2.0082
CIE-Lab88.36655.2845-6.9703

#e2dbeb color RGB value is (226,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011011 11101011
Octal 342 333 353
Decimal 226 219 235
Hex E2 DB EB

RGB Percentages of Color #e2dbeb

%33.24
%32.21
%34.56

CMYK Percentages of Color #e2dbeb

%4
%7
%0
%8

Triadic Colors of #e2dbeb

#e2dbeb #ebe2db #dbebe2

Analogous Colors of #e2dbeb

#e2dbeb #eadbeb #dbdceb

Monochromatic Colors of #e2dbeb

#e2dbeb

Complementary Color

#e2dbeb #e4ebdb

#e2dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dbeb Color CSS Codes

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

#e2dbeb Text Font Color

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

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


#e2dbeb Background Color

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

This div background color is #e2dbeb


#e2dbeb Border Color

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

This div border color is #e2dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dbeb

#e2dbeb Color Palettes


Comments

No comments written yet.

Please login to write comment.