Color Hex Logo

#e1dbdc Color Hex

#E1DBDC
(225,219,220)
0 Favorites   0 Comments

Color spaces of #e1dbdc

RGB 225219220
HSL0.970.090.87
HSV350°88°
CMYK 0.000.030.02   0.12
XYZ69.301171.837977.9237
Yxy71.83790.31640.3279
Hunter Lab84.7572-2.37604.8203
CIE-Lab87.89052.22170.2259

#e1dbdc color RGB value is (225,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011011 11011100
Octal 341 333 334
Decimal 225 219 220
Hex E1 DB DC

RGB Percentages of Color #e1dbdc

%33.89
%32.98
%33.13

CMYK Percentages of Color #e1dbdc

%0
%3
%2
%12

Triadic Colors of #e1dbdc

#e1dbdc #dce1db #dbdce1

Analogous Colors of #e1dbdc

#e1dbdc #e1dddb #e1dbdf

Monochromatic Colors of #e1dbdc

#e1dbdc

Complementary Color

#e1dbdc #dbe1e0

#e1dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dbdc Color CSS Codes

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

#e1dbdc Text Font Color

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

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


#e1dbdc Background Color

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

This div background color is #e1dbdc


#e1dbdc Border Color

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

This div border color is #e1dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dbdc


Comments

No comments written yet.

Please login to write comment.