Color Hex Logo

#e2dbdf Color Hex

#E2DBDF
(226,219,223)
0 Favorites   0 Comments

Color spaces of #e2dbdf

RGB 226219223
HSL0.900.110.87
HSV326°89°
CMYK 0.000.030.01   0.11
XYZ70.014872.159580.0500
Yxy72.15950.31510.3247
Hunter Lab84.9467-1.53363.5905
CIE-Lab88.04533.0941-1.1198

#e2dbdf color RGB value is (226,219,223).

#e2dbdf hex color red value is 226, green value is 219 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e2dbdf hue: 0.90 , saturation: 0.11 and the lightness value of e2dbdf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011011 11011111
Octal 342 333 337
Decimal 226 219 223
Hex E2 DB DF

RGB Percentages of Color #e2dbdf

%33.83
%32.78
%33.38

CMYK Percentages of Color #e2dbdf

%0
%3
%1
%11

Triadic Colors of #e2dbdf

#e2dbdf #dfe2db #dbdfe2

Analogous Colors of #e2dbdf

#e2dbdf #e2dbdc #e2dbe2

Monochromatic Colors of #e2dbdf

#e2dbdf

Complementary Color

#e2dbdf #dbe2de

#e2dbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dbdf Color CSS Codes

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

#e2dbdf Text Font Color

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

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


#e2dbdf Background Color

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

This div background color is #e2dbdf


#e2dbdf Border Color

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

This div border color is #e2dbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dbdf


Comments

No comments written yet.

Please login to write comment.