Color Hex Logo

#e1dddb Color Hex

#E1DDDB
(225,221,219)
1 Favorites   0 Comments

Color spaces of #e1dddb

RGB 225221219
HSL0.060.090.87
HSV20°88°
CMYK 0.000.020.03   0.12
XYZ69.694072.834977.4031
Yxy72.83490.31690.3312
Hunter Lab85.3434-3.58235.9666
CIE-Lab88.36891.00851.4500

#e1dddb color RGB value is (225,221,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011101 11011011
Octal 341 335 333
Decimal 225 221 219
Hex E1 DD DB

RGB Percentages of Color #e1dddb

%33.83
%33.23
%32.93

CMYK Percentages of Color #e1dddb

%0
%2
%3
%12

Triadic Colors of #e1dddb

#e1dddb #dbe1dd #dddbe1

Analogous Colors of #e1dddb

#e1dddb #e1e0db #e1dbdc

Monochromatic Colors of #e1dddb

#e1dddb

Complementary Color

#e1dddb #dbdfe1

#e1dddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dddb Color CSS Codes

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

#e1dddb Text Font Color

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

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


#e1dddb Background Color

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

This div background color is #e1dddb


#e1dddb Border Color

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

This div border color is #e1dddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dddb

#e1dddb Color Palettes


Comments

No comments written yet.

Please login to write comment.