color codes Logo

#e2d7dd color codes

#E2D7DD
(226,215,221)
0 Favorites   0 Comments

Color spaces of #e2d7dd

RGB 226215221
HSL0.910.160.86
HSV327°89°
CMYK 0.000.050.02   0.11
XYZ68.715669.990178.2943
Yxy69.99010.31670.3225
Hunter Lab83.66010.20883.0748
CIE-Lab86.99204.8236-1.6064

#e2d7dd color RGB value is (226,215,221).

#e2d7dd hex color red value is 226, green value is 215 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e2d7dd hue: 0.91 , saturation: 0.16 and the lightness value of e2d7dd is 0.86.

The process color (four color CMYK) of #e2d7dd color code is 0.00, 0.05, 0.02, 0.11. Web safe color of #e2d7dd is #cccccc. Color #e2d7dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11010111 11011101
Octal 342 327 335
Decimal 226 215 221
Hex E2 D7 DD

RGB Percentages of Color #e2d7dd

%34.14
%32.48
%33.38

CMYK Percentages of Color #e2d7dd

%0
%5
%2
%11

Triadic Colors of #e2d7dd

#e2d7dd #dde2d7 #d7dde2

Analogous Colors of #e2d7dd

#e2d7dd #e2d7d8 #e2d7e2

Monochromatic Colors of #e2d7dd

#e2d7dd

Complementary Color

#e2d7dd #d7e2dc

#e2d7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2d7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2d7dd Color CSS Codes

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

#e2d7dd Text Font Color

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

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


#e2d7dd Background Color

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

This div background color is #e2d7dd


#e2d7dd Border Color

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

This div border color is #e2d7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2d7dd


Comments

No comments written yet.

Please login to write comment.