COLOR #E1DFEE

HEX: #E1DFEE RGB: (225,223,238)

Color info

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

RGB color model

#E1DFEE color RGB value is (225,223,238).

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

RGB channels and saturation

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

225
223
238

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

Portions of RGB colors in percentages

R + G + B = 225 + 223 + 238 = 686 (100%)
R 225 of 686 ~ 32.8%
G 223 of 686 ~ 32.51%
B 238 of 686 ~ 34.69'%

%32.8
%32.51
%34.69

CMYK color model

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

  • cyan value is 5.46%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (5,6,0,7)
C5M6Y0K7 (5%, 6%, 0%, 7%)
(0.05 / 0.06 / 0.00 / 0.07)

CMYK percentages

%5.46
%6.3
%0
%6.67

Codes

Color #E1DFEE in popluar color models

E1 DF EE
RGB 225 223 238
HSL 248° 30.61% 90.39%
HSB/HSV 248° 6.30% 93.33%
CMYK 5.46% 6.30% 0.00%
6.67%

Color #E1DFEE in popluar number systems.

HEX E1 DF EE
Decimal 225 223 238
Binary 11100001 11011111 11101110
Octal 341 337 356

Shades and tints

Shades of #E1DFEE

#E1DFEE
(225,223,238)
#CDCBD9
(205,203,217)
#B9B7C4
(185,183,196)
#A5A3AF
(165,163,175)
#918F9A
(145,143,154)
#7D7B85
(125,123,133)
#696770
(105,103,112)
#55535B
(85,83,91)
#413F46
(65,63,70)
#2D2B31
(45,43,49)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #E1DFEE

#E1DFEE
(225,223,238)
#E3E1EF
(227,225,239)
#E5E3F0
(229,227,240)
#E7E5F1
(231,229,241)
#E9E7F2
(233,231,242)
#EBE9F3
(235,233,243)
#EDEBF4
(237,235,244)
#EFEDF5
(239,237,245)
#F1EFF6
(241,239,246)
#F3F1F7
(243,241,247)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DFEE; }

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

This text font color is #E1DFEE.

Background Color

.myBgColor { background-color: #E1DFEE; }

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

This div background color is #E1DFEE.

Border color

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

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

This div border color is #E1DFEE.

Opacity

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

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

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

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

This text has shadow with #E1DFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DFEE.

Preview

Color preview on black background

This text has color #E1DFEE on black background.


Color preview on white background

This text has color #E1DFEE on white background.


Black color preview on #E1DFEE background

This text has black color on #E1DFEE background.


White color preview on #E1DFEE background

This text has white color on #E1DFEE background.


Related colors

Complementary color

Complementary color for #hex is #1E2011.


I love getcolorcode.com

Triadic colors

1 #EEE1DF and #DFEEE1 with #E1DFEE are triadic colors.

2 #EEDFE1 and #DFE1EE with #E1DFEE are triadic colors.