COLOR #E1DFED

HEX: #E1DFED RGB: (225,223,237)

Color info

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

RGB color model

#E1DFED color RGB value is (225,223,237).

RGB: (225,223,237) (88%, 87%, 93%)

RGB channels and saturation

R 225 of 255 = 88%
G 223 of 255 = 87%
B 237 of 255 = 93%

225
223
237

R + G + B ~ 89%. #E1DFED is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 223 + 237 = 685 (100%)
R 225 of 685 ~ 32.85%
G 223 of 685 ~ 32.55%
B 237 of 685 ~ 34.6'%

%32.85
%32.55
%34.6

CMYK color model

#E1DFED color CMYK value is (5,6,0,7).

  • cyan value is 5.06%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (5,6,0,7) C5M6Y0K7 (5%,6%,0%,7%) (0.05/0.06/0.00/0.07) 

CMYK percentages

%5.06
%5.91
%0
%7.06

Codes

Color #E1DFED in popluar color models

E1 DF ED
RGB 225 223 237
HSL 249° 28.00% 90.20%
HSB/HSV 249° 5.91% 92.94%
CMYK 5.06% 5.91% 0.00%
7.06%

Color #E1DFED in popluar number systems.

HEX E1 DF ED
Decimal 225 223 237
Binary 11100001 11011111 11101101
Octal 341 337 355

Shades and tints

Shades of #E1DFED

#E1DFED
(225,223,237)
#CDCBD8
(205,203,216)
#B9B7C3
(185,183,195)
#A5A3AE
(165,163,174)
#918F99
(145,143,153)
#7D7B84
(125,123,132)
#69676F
(105,103,111)
#55535A
(85,83,90)
#413F45
(65,63,69)
#2D2B30
(45,43,48)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #E1DFED

#E1DFED
(225,223,237)
#E3E1EE
(227,225,238)
#E5E3EF
(229,227,239)
#E7E5F0
(231,229,240)
#E9E7F1
(233,231,241)
#EBE9F2
(235,233,242)
#EDEBF3
(237,235,243)
#EFEDF4
(239,237,244)
#F1EFF5
(241,239,245)
#F3F1F6
(243,241,246)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DFED; }

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

This text font color is #E1DFED.

Background Color

.myBgColor { background-color: #E1DFED; }

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

This div background color is #E1DFED.

Border color

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

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

This div border color is #E1DFED.

Opacity

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

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

Text with #E1DFED 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 #E1DFED;}

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

This text has shadow with #E1DFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DFED.

Preview

Color preview on black background

This text has color #E1DFED on black background.


Color preview on white background

This text has color #E1DFED on white background.


Black color preview on #E1DFED background

This text has black color on #E1DFED background.


White color preview on #E1DFED background

This text has white color on #E1DFED background.


Related colors

Complementary color

Complementary color for #hex is #1E2012.


I love getcolorcode.com

Triadic colors

1 #EDE1DF and #DFEDE1 with #E1DFED are triadic colors.

2 #EDDFE1 and #DFE1ED with #E1DFED are triadic colors.