Color Hex Logo

#e1ddc9 Color Hex

#E1DDC9
(225,221,201)
0 Favorites   0 Comments

Color spaces of #e1ddc9

RGB 225221201
HSL0.140.290.84
HSV50°11°88°
CMYK 0.000.020.11   0.12
XYZ67.450471.937565.5886
Yxy71.93750.32910.3510
Hunter Lab84.8160-6.474813.5219
CIE-Lab87.9385-2.027410.2953

#e1ddc9 color RGB value is (225,221,201).

#e1ddc9 hex color red value is 225, green value is 221 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #e1ddc9 hue: 0.14 , saturation: 0.29 and the lightness value of e1ddc9 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011101 11001001
Octal 341 335 311
Decimal 225 221 201
Hex E1 DD C9

RGB Percentages of Color #e1ddc9

%34.78
%34.16
%31.07

CMYK Percentages of Color #e1ddc9

%0
%2
%11
%12

Triadic Colors of #e1ddc9

#e1ddc9 #c9e1dd #ddc9e1

Analogous Colors of #e1ddc9

#e1ddc9 #d9e1c9 #e1d1c9

Monochromatic Colors of #e1ddc9

#e1ddc9

Complementary Color

#e1ddc9 #c9cde1

#e1ddc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ddc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ddc9 Color CSS Codes

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

#e1ddc9 Text Font Color

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

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


#e1ddc9 Background Color

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

This div background color is #e1ddc9


#e1ddc9 Border Color

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

This div border color is #e1ddc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ddc9

#e1ddc9 Color Palettes


Comments

No comments written yet.

Please login to write comment.