Color Hex Logo

#e1d3dc Color Hex

#E1D3DC
(225,211,220)
0 Favorites   0 Comments

Color spaces of #e1d3dc

RGB 225211220
HSL0.890.190.85
HSV321°88°
CMYK 0.000.060.02   0.12
XYZ67.263967.763477.2446
Yxy67.76340.31690.3192
Hunter Lab82.31851.79801.9875
CIE-Lab85.88806.3996-2.7055

#e1d3dc color RGB value is (225,211,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11010011 11011100
Octal 341 323 334
Decimal 225 211 220
Hex E1 D3 DC

RGB Percentages of Color #e1d3dc

%34.30
%32.16
%33.54

CMYK Percentages of Color #e1d3dc

%0
%6
%2
%12

Triadic Colors of #e1d3dc

#e1d3dc #dce1d3 #d3dce1

Analogous Colors of #e1d3dc

#e1d3dc #e1d3d5 #dfd3e1

Monochromatic Colors of #e1d3dc

#e1d3dc

Complementary Color

#e1d3dc #d3e1d8

#e1d3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1d3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1d3dc Color CSS Codes

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

#e1d3dc Text Font Color

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

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


#e1d3dc Background Color

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

This div background color is #e1d3dc


#e1d3dc Border Color

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

This div border color is #e1d3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1d3dc

#e1d3dc Color Palettes


Comments

No comments written yet.

Please login to write comment.