Color Hex Logo

#e1dedf Color Hex

#E1DEDF
(225,222,223)
1 Favorites   0 Comments

Color spaces of #e1dedf

RGB 225222223
HSL0.940.050.88
HSV340°88°
CMYK 0.000.010.01   0.12
XYZ70.491973.577880.2987
Yxy73.57780.31420.3279
Hunter Lab85.7775-3.41944.5412
CIE-Lab88.72261.1982-0.1389

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

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

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

Base Numbers

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

RGB Percentages of Color #e1dedf

%33.58
%33.13
%33.28

CMYK Percentages of Color #e1dedf

%0
%1
%1
%12

Triadic Colors of #e1dedf

#e1dedf #dfe1de #dedfe1

Analogous Colors of #e1dedf

#e1dedf #e1dfde #e1dee1

Monochromatic Colors of #e1dedf

#e1dedf

Complementary Color

#e1dedf #dee1e0

#e1dedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dedf Color CSS Codes

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

#e1dedf Text Font Color

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

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


#e1dedf Background Color

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

This div background color is #e1dedf


#e1dedf Border Color

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

This div border color is #e1dedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dedf


Comments

No comments written yet.

Please login to write comment.