Color Hex Logo

#e2d6df Color Hex

#E2D6DF
(226,214,223)
0 Favorites   0 Comments

Color spaces of #e2d6df

RGB 226214223
HSL0.880.170.86
HSV315°89°
CMYK 0.000.050.01   0.11
XYZ68.729969.589679.6217
Yxy69.58960.31540.3193
Hunter Lab83.42041.08021.8041
CIE-Lab86.79525.7031-2.9527

#e2d6df color RGB value is (226,214,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11010110 11011111
Octal 342 326 337
Decimal 226 214 223
Hex E2 D6 DF

RGB Percentages of Color #e2d6df

%34.09
%32.28
%33.63

CMYK Percentages of Color #e2d6df

%0
%5
%1
%11

Triadic Colors of #e2d6df

#e2d6df #dfe2d6 #d6dfe2

Analogous Colors of #e2d6df

#e2d6df #e2d6d9 #dfd6e2

Monochromatic Colors of #e2d6df

#e2d6df

Complementary Color

#e2d6df #d6e2d9

#e2d6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2d6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2d6df Color CSS Codes

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

#e2d6df Text Font Color

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

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


#e2d6df Background Color

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

This div background color is #e2d6df


#e2d6df Border Color

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

This div border color is #e2d6df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,214,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2d6df


Comments

No comments written yet.

Please login to write comment.