COLOR #E2DAEF

HEX: #E2DAEF RGB: (226,218,239)

Color info

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

RGB color model

#E2DAEF color RGB value is (226,218,239).

RGB: (226,218,239) (89%, 85%, 94%)

RGB channels and saturation

R 226 of 255 = 89%
G 218 of 255 = 85%
B 239 of 255 = 94%

226
218
239

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

Portions of RGB colors in percentages

R + G + B = 226 + 218 + 239 = 683 (100%)
R 226 of 683 ~ 33.09%
G 218 of 683 ~ 31.92%
B 239 of 683 ~ 34.99'%

%33.09
%31.92
%34.99

CMYK color model

#E2DAEF color CMYK value is (5,9,0,6).

  • cyan value is 5.44%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (5,9,0,6)
C5M9Y0K6 (5%, 9%, 0%, 6%)
(0.05 / 0.09 / 0.00 / 0.06)

CMYK percentages

%5.44
%8.79
%0
%6.27

Codes

Color #E2DAEF in popluar color models

E2 DA EF
RGB 226 218 239
HSL 263° 39.62% 89.61%
HSB/HSV 263° 8.79% 93.73%
CMYK 5.44% 8.79% 0.00%
6.27%

Color #E2DAEF in popluar number systems.

HEX E2 DA EF
Decimal 226 218 239
Binary 11100010 11011010 11101111
Octal 342 332 357

Shades and tints

Shades of #E2DAEF

#E2DAEF
(226,218,239)
#CEC7DA
(206,199,218)
#BAB4C5
(186,180,197)
#A6A1B0
(166,161,176)
#928E9B
(146,142,155)
#7E7B86
(126,123,134)
#6A6871
(106,104,113)
#56555C
(86,85,92)
#424247
(66,66,71)
#2E2F32
(46,47,50)
#1A1C1D
(26,28,29)
#000000
(0,0,0)

Tints of #E2DAEF

#E2DAEF
(226,218,239)
#E4DDF0
(228,221,240)
#E6E0F1
(230,224,241)
#E8E3F2
(232,227,242)
#EAE6F3
(234,230,243)
#ECE9F4
(236,233,244)
#EEECF5
(238,236,245)
#F0EFF6
(240,239,246)
#F2F2F7
(242,242,247)
#F4F5F8
(244,245,248)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DAEF color. Also use rgb(226,218,239) instead hex code.

Text Font Color

.myTextColor { color: #E2DAEF; }

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

This text font color is #E2DAEF.

Background Color

.myBgColor { background-color: #E2DAEF; }

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

This div background color is #E2DAEF.

Border color

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

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

This div border color is #E2DAEF.

Opacity

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

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

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

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

This text has shadow with #E2DAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DAEF.

Preview

Color preview on black background

This text has color #E2DAEF on black background.


Color preview on white background

This text has color #E2DAEF on white background.


Black color preview on #E2DAEF background

This text has black color on #E2DAEF background.


White color preview on #E2DAEF background

This text has white color on #E2DAEF background.


Related colors

Complementary color

Complementary color for #hex is #1D2510.


I love getcolorcode.com

Triadic colors

1 #EFE2DA and #DAEFE2 with #E2DAEF are triadic colors.

2 #EFDAE2 and #DAE2EF with #E2DAEF are triadic colors.