COLOR #E1DFF5

HEX: #E1DFF5 RGB: (225,223,245)

Color info

#E1DFF5 contains red, green and blue colors in about the same proportion. Web safe color of #E1DFF5 is #CCCCFF (or #CCF).

RGB color model

#E1DFF5 color RGB value is (225,223,245).

RGB: (225,223,245) (88%, 87%, 96%)

RGB channels and saturation

R 225 of 255 = 88%
G 223 of 255 = 87%
B 245 of 255 = 96%

225
223
245

R + G + B ~ 90%. #E1DFF5 is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 223 + 245 = 693 (100%)
R 225 of 693 ~ 32.47%
G 223 of 693 ~ 32.18%
B 245 of 693 ~ 35.35'%

%32.47
%32.18
%35.35

CMYK color model

#E1DFF5 color CMYK value is (8,9,0,4).

  • cyan value is 8.16%
  • magenta value is 8.98%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (8,9,0,4)
C8M9Y0K4 (8%, 9%, 0%, 4%)
(0.08 / 0.09 / 0.00 / 0.04)

CMYK percentages

%8.16
%8.98
%0
%3.92

Codes

Color #E1DFF5 in popluar color models

E1 DF F5
RGB 225 223 245
HSL 245° 52.38% 91.76%
HSB/HSV 245° 8.98% 96.08%
CMYK 8.16% 8.98% 0.00%
3.92%

Color #E1DFF5 in popluar number systems.

HEX E1 DF F5
Decimal 225 223 245
Binary 11100001 11011111 11110101
Octal 341 337 365

Shades and tints

Shades of #E1DFF5

#E1DFF5
(225,223,245)
#CDCBDF
(205,203,223)
#B9B7C9
(185,183,201)
#A5A3B3
(165,163,179)
#918F9D
(145,143,157)
#7D7B87
(125,123,135)
#696771
(105,103,113)
#55535B
(85,83,91)
#413F45
(65,63,69)
#2D2B2F
(45,43,47)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #E1DFF5

#E1DFF5
(225,223,245)
#E3E1F5
(227,225,245)
#E5E3F5
(229,227,245)
#E7E5F5
(231,229,245)
#E9E7F5
(233,231,245)
#EBE9F5
(235,233,245)
#EDEBF5
(237,235,245)
#EFEDF5
(239,237,245)
#F1EFF5
(241,239,245)
#F3F1F5
(243,241,245)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DFF5 color. Also use rgb(225,223,245) instead hex code.

Text Font Color

.myTextColor { color: #E1DFF5; }

<p style="color:#E1DFF5">This sample text font color is #E1DFF5.</p>

This text font color is #E1DFF5.

Background Color

.myBgColor { background-color: #E1DFF5; }

<div style="background-color:#E1DFF5">Inner text</div>

This div background color is #E1DFF5.

Border color

.myBorderColor { border: 1px solid #E1DFF5; }

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

This div border color is #E1DFF5.

Opacity

.myOpacity80 { color: #E1DFF5; opacity: 0.8; }

<p style="color:#E1DFF5;opacity:0.8;">80%</p>

Text with #E1DFF5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E1DFF5;}

<p style="text-shadow: 3px 3px 1px #E1DFF5">Text here.</p>

This text has shadow with #E1DFF5 color.


.textShadow {text-shadow: 3px 3px 1px #E1DFF5', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E1DFF5, 5px 5px 20px red">Text here.</p>

This text has shadow with #E1DFF5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1DFF5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E1DFF5, Direction=45, Strength=4)">Text</p>

This text has shadow with #E1DFF5 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1DFF5;
-webkit-box-shadow: 1px 1px 3px 2px #E1DFF5;
box-shadow: 1px 1px 3px 2px #E1DFF5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1DFF5; -webkit-box-shadow: 1px 1px 3px 2px #E1DFF5; box-shadow:1px 1px 3px 2px #E1DFF5;">
Div content here
</div>

This div box has shadow with color #E1DFF5.

Preview

Color preview on black background

This text has color #E1DFF5 on black background.


Color preview on white background

This text has color #E1DFF5 on white background.


Black color preview on #E1DFF5 background

This text has black color on #E1DFF5 background.


White color preview on #E1DFF5 background

This text has white color on #E1DFF5 background.


Related colors

Complementary color

Complementary color for #hex is #1E200A.


I love getcolorcode.com

Triadic colors

1 #F5E1DF and #DFF5E1 with #E1DFF5 are triadic colors.

2 #F5DFE1 and #DFE1F5 with #E1DFF5 are triadic colors.