Color Hex Logo

#e1dbec Color Hex

#E1DBEC
(225,219,236)
0 Favorites   0 Comments

Color spaces of #e1dbec

RGB 225219236
HSL0.730.310.89
HSV261°93°
CMYK 0.050.070.00   0.07
XYZ71.523272.726789.6249
Yxy72.72670.30580.3110
Hunter Lab85.28000.4657-2.6148
CIE-Lab88.31725.1419-7.5787

#e1dbec color RGB value is (225,219,236).

#e1dbec hex color red value is 225, green value is 219 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e1dbec hue: 0.73 , saturation: 0.31 and the lightness value of e1dbec is 0.89.

The process color (four color CMYK) of #e1dbec color hex is 0.05, 0.07, 0.00, 0.07. Web safe color of #e1dbec is #ccccff. Color #e1dbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011011 11101100
Octal 341 333 354
Decimal 225 219 236
Hex E1 DB EC

RGB Percentages of Color #e1dbec

%33.09
%32.21
%34.71

CMYK Percentages of Color #e1dbec

%5
%7
%0
%7

Triadic Colors of #e1dbec

#e1dbec #ece1db #dbece1

Analogous Colors of #e1dbec

#e1dbec #eadbec #dbdeec

Monochromatic Colors of #e1dbec

#e1dbec

Complementary Color

#e1dbec #e6ecdb

#e1dbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dbec Color CSS Codes

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

#e1dbec Text Font Color

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

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


#e1dbec Background Color

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

This div background color is #e1dbec


#e1dbec Border Color

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

This div border color is #e1dbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dbec

#e1dbec Color Palettes


Comments

No comments written yet.

Please login to write comment.