Color Hex Logo

#e1dcc6 Color Hex

#E1DCC6
(225,220,198)
0 Favorites   0 Comments

Color spaces of #e1dcc6

RGB 225220198
HSL0.140.310.83
HSV49°12°88°
CMYK 0.000.020.12   0.12
XYZ66.837671.271263.6601
Yxy71.27120.33130.3532
Hunter Lab84.4223-6.419514.3869
CIE-Lab87.6166-1.994611.4123

#e1dcc6 color RGB value is (225,220,198).

#e1dcc6 hex color red value is 225, green value is 220 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #e1dcc6 hue: 0.14 , saturation: 0.31 and the lightness value of e1dcc6 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011100 11000110
Octal 341 334 306
Decimal 225 220 198
Hex E1 DC C6

RGB Percentages of Color #e1dcc6

%34.99
%34.21
%30.79

CMYK Percentages of Color #e1dcc6

%0
%2
%12
%12

Triadic Colors of #e1dcc6

#e1dcc6 #c6e1dc #dcc6e1

Analogous Colors of #e1dcc6

#e1dcc6 #d9e1c6 #e1cfc6

Monochromatic Colors of #e1dcc6

#e1dcc6

Complementary Color

#e1dcc6 #c6cbe1

#e1dcc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dcc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dcc6 Color CSS Codes

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

#e1dcc6 Text Font Color

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

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


#e1dcc6 Background Color

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

This div background color is #e1dcc6


#e1dcc6 Border Color

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

This div border color is #e1dcc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dcc6

#e1dcc6 Color Palettes


Comments

No comments written yet.

Please login to write comment.