Color Hex Logo

#e1dcce Color Hex

#E1DCCE
(225,220,206)
1 Favorites   0 Comments

Color spaces of #e1dcce

RGB 225220206
HSL0.120.240.85
HSV44°88°
CMYK 0.000.020.08   0.12
XYZ67.785171.650268.6497
Yxy71.65020.32580.3443
Hunter Lab84.6464-5.188011.1673
CIE-Lab87.7999-0.69377.4686

#e1dcce color RGB value is (225,220,206).

#e1dcce hex color red value is 225, green value is 220 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e1dcce hue: 0.12 , saturation: 0.24 and the lightness value of e1dcce is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011100 11001110
Octal 341 334 316
Decimal 225 220 206
Hex E1 DC CE

RGB Percentages of Color #e1dcce

%34.56
%33.79
%31.64

CMYK Percentages of Color #e1dcce

%0
%2
%8
%12

Triadic Colors of #e1dcce

#e1dcce #cee1dc #dccee1

Analogous Colors of #e1dcce

#e1dcce #dde1ce #e1d3ce

Monochromatic Colors of #e1dcce

#e1dcce

Complementary Color

#e1dcce #ced3e1

#e1dcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dcce Color CSS Codes

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

#e1dcce Text Font Color

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

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


#e1dcce Background Color

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

This div background color is #e1dcce


#e1dcce Border Color

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

This div border color is #e1dcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dcce

#e1dcce Color Palettes


Comments

No comments written yet.

Please login to write comment.