Color Hex Logo

#e1dcec Color Hex

#E1DCEC
(225,220,236)
0 Favorites   0 Comments

Color spaces of #e1dcec

RGB 225220236
HSL0.720.300.89
HSV259°93°
CMYK 0.050.070.00   0.07
XYZ71.784973.250189.7121
Yxy73.25010.30580.3120
Hunter Lab85.5863-0.0603-2.2378
CIE-Lab88.56694.6198-7.2090

#e1dcec color RGB value is (225,220,236).

#e1dcec hex color red value is 225, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e1dcec hue: 0.72 , saturation: 0.30 and the lightness value of e1dcec is 0.89.

The process color (four color CMYK) of #e1dcec color hex is 0.05, 0.07, 0.00, 0.07. Web safe color of #e1dcec is #ccccff. Color #e1dcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011100 11101100
Octal 341 334 354
Decimal 225 220 236
Hex E1 DC EC

RGB Percentages of Color #e1dcec

%33.04
%32.31
%34.65

CMYK Percentages of Color #e1dcec

%5
%7
%0
%7

Triadic Colors of #e1dcec

#e1dcec #ece1dc #dcece1

Analogous Colors of #e1dcec

#e1dcec #e9dcec #dcdfec

Monochromatic Colors of #e1dcec

#e1dcec

Complementary Color

#e1dcec #e7ecdc

#e1dcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dcec Color CSS Codes

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

#e1dcec Text Font Color

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

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


#e1dcec Background Color

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

This div background color is #e1dcec


#e1dcec Border Color

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

This div border color is #e1dcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dcec


Comments

No comments written yet.

Please login to write comment.