Color Hex Logo

#e4d1ee Color Hex

#E4D1EE
(228,209,238)
0 Favorites   0 Comments

Color spaces of #e4d1ee

RGB 228209238
HSL0.780.460.88
HSV279°12°93°
CMYK 0.040.120.00   0.07
XYZ70.228068.268090.3645
Yxy68.26800.30690.2983
Hunter Lab82.62457.1262-7.0070
CIE-Lab86.140311.7633-11.8462

#e4d1ee color RGB value is (228,209,238).

#e4d1ee hex color red value is 228, green value is 209 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e4d1ee hue: 0.78 , saturation: 0.46 and the lightness value of e4d1ee is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11010001 11101110
Octal 344 321 356
Decimal 228 209 238
Hex E4 D1 EE

RGB Percentages of Color #e4d1ee

%33.78
%30.96
%35.26

CMYK Percentages of Color #e4d1ee

%4
%12
%0
%7

Triadic Colors of #e4d1ee

#e4d1ee #eee4d1 #d1eee4

Analogous Colors of #e4d1ee

#e4d1ee #eed1ea #d6d1ee

Monochromatic Colors of #e4d1ee

#e4d1ee

Complementary Color

#e4d1ee #dbeed1

#e4d1ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4d1ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4d1ee Color CSS Codes

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

#e4d1ee Text Font Color

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

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


#e4d1ee Background Color

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

This div background color is #e4d1ee


#e4d1ee Border Color

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

This div border color is #e4d1ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,209,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4d1ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4d1ee;
  -webkit-box-shadow: 1px 1px 3px 2px #e4d1ee;
  box-shadow:         1px 1px 3px 2px #e4d1ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,209,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4d1ee


Comments

No comments written yet.

Please login to write comment.