COLOR #E2DFEA

HEX: #E2DFEA RGB: (226,223,234)

Color info

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

RGB color model

#E2DFEA color RGB value is (226,223,234).

RGB: (226,223,234) (89%, 87%, 92%)

RGB channels and saturation

R 226 of 255 = 89%
G 223 of 255 = 87%
B 234 of 255 = 92%

226
223
234

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

Portions of RGB colors in percentages

R + G + B = 226 + 223 + 234 = 683 (100%)
R 226 of 683 ~ 33.09%
G 223 of 683 ~ 32.65%
B 234 of 683 ~ 34.26'%

%33.09
%32.65
%34.26

CMYK color model

#E2DFEA color CMYK value is (3,5,0,8).

  • cyan value is 3.42%
  • magenta value is 4.70%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (3,5,0,8)
C3M5Y0K8 (3%, 5%, 0%, 8%)
(0.03 / 0.05 / 0.00 / 0.08)

CMYK percentages

%3.42
%4.7
%0
%8.24

Codes

Color #E2DFEA in popluar color models

E2 DF EA
RGB 226 223 234
HSL 256° 20.75% 89.61%
HSB/HSV 256° 4.70% 91.76%
CMYK 3.42% 4.70% 0.00%
8.24%

Color #E2DFEA in popluar number systems.

HEX E2 DF EA
Decimal 226 223 234
Binary 11100010 11011111 11101010
Octal 342 337 352

Shades and tints

Shades of #E2DFEA

#E2DFEA
(226,223,234)
#CECBD5
(206,203,213)
#BAB7C0
(186,183,192)
#A6A3AB
(166,163,171)
#928F96
(146,143,150)
#7E7B81
(126,123,129)
#6A676C
(106,103,108)
#565357
(86,83,87)
#423F42
(66,63,66)
#2E2B2D
(46,43,45)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #E2DFEA

#E2DFEA
(226,223,234)
#E4E1EB
(228,225,235)
#E6E3EC
(230,227,236)
#E8E5ED
(232,229,237)
#EAE7EE
(234,231,238)
#ECE9EF
(236,233,239)
#EEEBF0
(238,235,240)
#F0EDF1
(240,237,241)
#F2EFF2
(242,239,242)
#F4F1F3
(244,241,243)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DFEA color. Also use rgb(226,223,234) instead hex code.

Text Font Color

.myTextColor { color: #E2DFEA; }

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

This text font color is #E2DFEA.

Background Color

.myBgColor { background-color: #E2DFEA; }

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

This div background color is #E2DFEA.

Border color

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

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

This div border color is #E2DFEA.

Opacity

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

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

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

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

This text has shadow with #E2DFEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DFEA.

Preview

Color preview on black background

This text has color #E2DFEA on black background.


Color preview on white background

This text has color #E2DFEA on white background.


Black color preview on #E2DFEA background

This text has black color on #E2DFEA background.


White color preview on #E2DFEA background

This text has white color on #E2DFEA background.


Related colors

Complementary color

Complementary color for #hex is #1D2015.


I love getcolorcode.com

Triadic colors

1 #EAE2DF and #DFEAE2 with #E2DFEA are triadic colors.

2 #EADFE2 and #DFE2EA with #E2DFEA are triadic colors.