Color Hex Logo

#e2d0df Color Hex

#E2D0DF
(226,208,223)
0 Favorites   0 Comments

Color spaces of #e2d0df

RGB 226208223
HSL0.860.240.85
HSV310°89°
CMYK 0.000.080.01   0.11
XYZ67.239266.608279.1248
Yxy66.60820.31570.3128
Hunter Lab81.61384.2366-0.3521
CIE-Lab85.30578.8549-5.1451

#e2d0df color RGB value is (226,208,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11010000 11011111
Octal 342 320 337
Decimal 226 208 223
Hex E2 D0 DF

RGB Percentages of Color #e2d0df

%34.40
%31.66
%33.94

CMYK Percentages of Color #e2d0df

%0
%8
%1
%11

Triadic Colors of #e2d0df

#e2d0df #dfe2d0 #d0dfe2

Analogous Colors of #e2d0df

#e2d0df #e2d0d6 #dcd0e2

Monochromatic Colors of #e2d0df

#e2d0df

Complementary Color

#e2d0df #d0e2d3

#e2d0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2d0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2d0df Color CSS Codes

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

#e2d0df Text Font Color

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

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


#e2d0df Background Color

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

This div background color is #e2d0df


#e2d0df Border Color

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

This div border color is #e2d0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2d0df


Comments

No comments written yet.

Please login to write comment.