Color Hex Logo

#e1dfde Color Hex

#E1DFDE
(225,223,222)
0 Favorites   0 Comments

Color spaces of #e1dfde

RGB 225223222
HSL0.060.050.88
HSV20°88°
CMYK 0.000.010.01   0.12
XYZ70.623874.056879.6794
Yxy74.05680.31480.3301
Hunter Lab86.0563-4.10885.3428
CIE-Lab88.94930.50290.7178

#e1dfde color RGB value is (225,223,222).

#e1dfde hex color red value is 225, green value is 223 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e1dfde hue: 0.06 , saturation: 0.05 and the lightness value of e1dfde is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011111 11011110
Octal 341 337 336
Decimal 225 223 222
Hex E1 DF DE

RGB Percentages of Color #e1dfde

%33.58
%33.28
%33.13

CMYK Percentages of Color #e1dfde

%0
%1
%1
%12

Triadic Colors of #e1dfde

#e1dfde #dee1df #dfdee1

Analogous Colors of #e1dfde

#e1dfde #e1e1de #e1dedf

Monochromatic Colors of #e1dfde

#e1dfde

Complementary Color

#e1dfde #dee0e1

#e1dfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dfde Color CSS Codes

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

#e1dfde Text Font Color

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

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


#e1dfde Background Color

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

This div background color is #e1dfde


#e1dfde Border Color

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

This div border color is #e1dfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dfde

#e1dfde Color Palettes


Comments

No comments written yet.

Please login to write comment.