Color Hex Logo

#e1dedd Color Hex

#E1DEDD
(225,222,221)
0 Favorites   0 Comments

Color spaces of #e1dedd

RGB 225222221
HSL0.040.060.87
HSV15°88°
CMYK 0.000.010.02   0.12
XYZ70.223873.470678.8867
Yxy73.47060.31550.3301
Hunter Lab85.7150-3.76145.4337
CIE-Lab88.67170.84310.8388

#e1dedd color RGB value is (225,222,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011110 11011101
Octal 341 336 335
Decimal 225 222 221
Hex E1 DE DD

RGB Percentages of Color #e1dedd

%33.68
%33.23
%33.08

CMYK Percentages of Color #e1dedd

%0
%1
%2
%12

Triadic Colors of #e1dedd

#e1dedd #dde1de #dedde1

Analogous Colors of #e1dedd

#e1dedd #e1e0dd #e1ddde

Monochromatic Colors of #e1dedd

#e1dedd

Complementary Color

#e1dedd #dde0e1

#e1dedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dedd Color CSS Codes

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

#e1dedd Text Font Color

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

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


#e1dedd Background Color

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

This div background color is #e1dedd


#e1dedd Border Color

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

This div border color is #e1dedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dedd

#e1dedd Color Palettes


Comments

No comments written yet.

Please login to write comment.