COLOR #E1DEEF

HEX: #E1DEEF RGB: (225,222,239)

Color info

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

RGB color model

#E1DEEF color RGB value is (225,222,239).

RGB: (225,222,239) (88%, 87%, 94%)

RGB channels and saturation

R 225 of 255 = 88%
G 222 of 255 = 87%
B 239 of 255 = 94%

225
222
239

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

Portions of RGB colors in percentages

R + G + B = 225 + 222 + 239 = 686 (100%)
R 225 of 686 ~ 32.8%
G 222 of 686 ~ 32.36%
B 239 of 686 ~ 34.84'%

%32.8
%32.36
%34.84

CMYK color model

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

  • cyan value is 5.86%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (6,7,0,6)
C6M7Y0K6 (6%, 7%, 0%, 6%)
(0.06 / 0.07 / 0.00 / 0.06)

CMYK percentages

%5.86
%7.11
%0
%6.27

Codes

Color #E1DEEF in popluar color models

E1 DE EF
RGB 225 222 239
HSL 251° 34.69% 90.39%
HSB/HSV 251° 7.11% 93.73%
CMYK 5.86% 7.11% 0.00%
6.27%

Color #E1DEEF in popluar number systems.

HEX E1 DE EF
Decimal 225 222 239
Binary 11100001 11011110 11101111
Octal 341 336 357

Shades and tints

Shades of #E1DEEF

#E1DEEF
(225,222,239)
#CDCADA
(205,202,218)
#B9B6C5
(185,182,197)
#A5A2B0
(165,162,176)
#918E9B
(145,142,155)
#7D7A86
(125,122,134)
#696671
(105,102,113)
#55525C
(85,82,92)
#413E47
(65,62,71)
#2D2A32
(45,42,50)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #E1DEEF

#E1DEEF
(225,222,239)
#E3E1F0
(227,225,240)
#E5E4F1
(229,228,241)
#E7E7F2
(231,231,242)
#E9EAF3
(233,234,243)
#EBEDF4
(235,237,244)
#EDF0F5
(237,240,245)
#EFF3F6
(239,243,246)
#F1F6F7
(241,246,247)
#F3F9F8
(243,249,248)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DEEF color. Also use rgb(225,222,239) instead hex code.

Text Font Color

.myTextColor { color: #E1DEEF; }

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

This text font color is #E1DEEF.

Background Color

.myBgColor { background-color: #E1DEEF; }

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

This div background color is #E1DEEF.

Border color

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

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

This div border color is #E1DEEF.

Opacity

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

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

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

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

This text has shadow with #E1DEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DEEF.

Preview

Color preview on black background

This text has color #E1DEEF on black background.


Color preview on white background

This text has color #E1DEEF on white background.


Black color preview on #E1DEEF background

This text has black color on #E1DEEF background.


White color preview on #E1DEEF background

This text has white color on #E1DEEF background.


Related colors

Complementary color

Complementary color for #hex is #1E2110.


I love getcolorcode.com

Triadic colors

1 #EFE1DE and #DEEFE1 with #E1DEEF are triadic colors.

2 #EFDEE1 and #DEE1EF with #E1DEEF are triadic colors.