Color Hex Logo

#e7dcec Color Hex

#E7DCEC
(231,220,236)
0 Favorites   0 Comments

Color spaces of #e7dcec

RGB 231220236
HSL0.780.300.89
HSV281°93°
CMYK 0.020.070.00   0.07
XYZ73.688574.231589.8012
Yxy74.23150.31000.3123
Hunter Lab86.15771.8905-1.4869
CIE-Lab89.03186.6057-6.4695

#e7dcec color RGB value is (231,220,236).

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

The process color (four color CMYK) of #e7dcec color hex is 0.02, 0.07, 0.00, 0.07. Web safe color of #e7dcec is #ffccff. Color #e7dcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011100 11101100
Octal 347 334 354
Decimal 231 220 236
Hex E7 DC EC

RGB Percentages of Color #e7dcec

%33.62
%32.02
%34.35

CMYK Percentages of Color #e7dcec

%2
%7
%0
%7

Triadic Colors of #e7dcec

#e7dcec #ece7dc #dcece7

Analogous Colors of #e7dcec

#e7dcec #ecdce9 #dfdcec

Monochromatic Colors of #e7dcec

#e7dcec

Complementary Color

#e7dcec #e1ecdc

#e7dcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7dcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7dcec Color CSS Codes

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

#e7dcec Text Font Color

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

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


#e7dcec Background Color

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

This div background color is #e7dcec


#e7dcec Border Color

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

This div border color is #e7dcec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,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 #e7dcec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7dcec


Comments

No comments written yet.

Please login to write comment.