Color Hex Logo

#e3dcdd Color Hex

#E3DCDD
(227,220,221)
0 Favorites   0 Comments

Color spaces of #e3dcdd

RGB 227220221
HSL0.980.110.88
HSV351°89°
CMYK 0.000.030.03   0.11
XYZ70.322972.737878.7400
Yxy72.73780.31710.3279
Hunter Lab85.2865-2.06924.9615
CIE-Lab88.32252.56060.3482

#e3dcdd color RGB value is (227,220,221).

#e3dcdd hex color red value is 227, green value is 220 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e3dcdd hue: 0.98 , saturation: 0.11 and the lightness value of e3dcdd is 0.88.

The process color (four color CMYK) of #e3dcdd color hex is 0.00, 0.03, 0.03, 0.11. Web safe color of #e3dcdd is #cccccc. Color #e3dcdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11011100 11011101
Octal 343 334 335
Decimal 227 220 221
Hex E3 DC DD

RGB Percentages of Color #e3dcdd

%33.98
%32.93
%33.08

CMYK Percentages of Color #e3dcdd

%0
%3
%3
%11

Triadic Colors of #e3dcdd

#e3dcdd #dde3dc #dcdde3

Analogous Colors of #e3dcdd

#e3dcdd #e3dfdc #e3dce1

Monochromatic Colors of #e3dcdd

#e3dcdd

Complementary Color

#e3dcdd #dce3e2

#e3dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3dcdd Color CSS Codes

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

#e3dcdd Text Font Color

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

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


#e3dcdd Background Color

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

This div background color is #e3dcdd


#e3dcdd Border Color

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

This div border color is #e3dcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3dcdd


Comments

No comments written yet.

Please login to write comment.