Color Hex Logo

#e1dbde Color Hex

#E1DBDE
(225,219,222)
0 Favorites   0 Comments

Color spaces of #e1dbde

RGB 225219222
HSL0.920.090.87
HSV330°88°
CMYK 0.000.030.01   0.12
XYZ69.567771.944579.3273
Yxy71.94450.31500.3258
Hunter Lab84.8201-2.03323.9236
CIE-Lab87.94192.5767-0.7533

#e1dbde color RGB value is (225,219,222).

#e1dbde hex color red value is 225, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e1dbde hue: 0.92 , saturation: 0.09 and the lightness value of e1dbde is 0.87.

The process color (four color CMYK) of #e1dbde color hex is 0.00, 0.03, 0.01, 0.12. Web safe color of #e1dbde is #cccccc. Color #e1dbde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011011 11011110
Octal 341 333 336
Decimal 225 219 222
Hex E1 DB DE

RGB Percentages of Color #e1dbde

%33.78
%32.88
%33.33

CMYK Percentages of Color #e1dbde

%0
%3
%1
%12

Triadic Colors of #e1dbde

#e1dbde #dee1db #dbdee1

Analogous Colors of #e1dbde

#e1dbde #e1dbdb #e1dbe1

Monochromatic Colors of #e1dbde

#e1dbde

Complementary Color

#e1dbde #dbe1de

#e1dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dbde Color CSS Codes

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

#e1dbde Text Font Color

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

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


#e1dbde Background Color

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

This div background color is #e1dbde


#e1dbde Border Color

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

This div border color is #e1dbde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,219,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dbde

#e1dbde Color Palettes


Comments

No comments written yet.

Please login to write comment.