Color Hex Logo

#e2d6dd Color Hex

#E2D6DD
(226,214,221)
0 Favorites   0 Comments

Color spaces of #e2d6dd

RGB 226214221
HSL0.900.170.86
HSV325°89°
CMYK 0.000.050.02   0.11
XYZ68.461769.482378.2097
Yxy69.48230.31670.3214
Hunter Lab83.35600.73192.7198
CIE-Lab86.74235.3464-1.9723

#e2d6dd color RGB value is (226,214,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11010110 11011101
Octal 342 326 335
Decimal 226 214 221
Hex E2 D6 DD

RGB Percentages of Color #e2d6dd

%34.19
%32.38
%33.43

CMYK Percentages of Color #e2d6dd

%0
%5
%2
%11

Triadic Colors of #e2d6dd

#e2d6dd #dde2d6 #d6dde2

Analogous Colors of #e2d6dd

#e2d6dd #e2d6d7 #e1d6e2

Monochromatic Colors of #e2d6dd

#e2d6dd

Complementary Color

#e2d6dd #d6e2db

#e2d6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2d6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2d6dd Color CSS Codes

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

#e2d6dd Text Font Color

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

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


#e2d6dd Background Color

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

This div background color is #e2d6dd


#e2d6dd Border Color

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

This div border color is #e2d6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2d6dd


Comments

No comments written yet.

Please login to write comment.