Color Hex Logo

#e1dedb Color Hex

#E1DEDB
(225,222,219)
0 Favorites   0 Comments

Color spaces of #e1dedb

RGB 225222219
HSL0.080.090.87
HSV30°88°
CMYK 0.000.010.03   0.12
XYZ69.958873.364677.4914
Yxy73.36460.31680.3322
Hunter Lab85.6531-4.09986.3168
CIE-Lab88.62130.49091.8173

#e1dedb color RGB value is (225,222,219).

#e1dedb hex color red value is 225, green value is 222 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e1dedb hue: 0.08 , saturation: 0.09 and the lightness value of e1dedb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011110 11011011
Octal 341 336 333
Decimal 225 222 219
Hex E1 DE DB

RGB Percentages of Color #e1dedb

%33.78
%33.33
%32.88

CMYK Percentages of Color #e1dedb

%0
%1
%3
%12

Triadic Colors of #e1dedb

#e1dedb #dbe1de #dedbe1

Analogous Colors of #e1dedb

#e1dedb #e1e1db #e1dbdb

Monochromatic Colors of #e1dedb

#e1dedb

Complementary Color

#e1dedb #dbdee1

#e1dedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dedb Color CSS Codes

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

#e1dedb Text Font Color

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

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


#e1dedb Background Color

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

This div background color is #e1dedb


#e1dedb Border Color

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

This div border color is #e1dedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,222,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dedb


Comments

No comments written yet.

Please login to write comment.