COLOR #E2DEEA

HEX: #E2DEEA RGB: (226,222,234)

Color info

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

RGB color model

#E2DEEA color RGB value is (226,222,234).

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

RGB channels and saturation

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

226
222
234

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

Portions of RGB colors in percentages

R + G + B = 226 + 222 + 234 = 682 (100%)
R 226 of 682 ~ 33.14%
G 222 of 682 ~ 32.55%
B 234 of 682 ~ 34.31'%

%33.14
%32.55
%34.31

CMYK color model

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

  • cyan value is 3.42%
  • magenta value is 5.13%
  • 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
%5.13
%0
%8.24

Codes

Color #E2DEEA in popluar color models

E2 DE EA
RGB 226 222 234
HSL 260° 22.22% 89.41%
HSB/HSV 260° 5.13% 91.76%
CMYK 3.42% 5.13% 0.00%
8.24%

Color #E2DEEA in popluar number systems.

HEX E2 DE EA
Decimal 226 222 234
Binary 11100010 11011110 11101010
Octal 342 336 352

Shades and tints

Shades of #E2DEEA

#E2DEEA
(226,222,234)
#CECAD5
(206,202,213)
#BAB6C0
(186,182,192)
#A6A2AB
(166,162,171)
#928E96
(146,142,150)
#7E7A81
(126,122,129)
#6A666C
(106,102,108)
#565257
(86,82,87)
#423E42
(66,62,66)
#2E2A2D
(46,42,45)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #E2DEEA

#E2DEEA
(226,222,234)
#E4E1EB
(228,225,235)
#E6E4EC
(230,228,236)
#E8E7ED
(232,231,237)
#EAEAEE
(234,234,238)
#ECEDEF
(236,237,239)
#EEF0F0
(238,240,240)
#F0F3F1
(240,243,241)
#F2F6F2
(242,246,242)
#F4F9F3
(244,249,243)
#F6FCF4
(246,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DEEA; }

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

This text font color is #E2DEEA.

Background Color

.myBgColor { background-color: #E2DEEA; }

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

This div background color is #E2DEEA.

Border color

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

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

This div border color is #E2DEEA.

Opacity

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

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

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

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

This text has shadow with #E2DEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DEEA.

Preview

Color preview on black background

This text has color #E2DEEA on black background.


Color preview on white background

This text has color #E2DEEA on white background.


Black color preview on #E2DEEA background

This text has black color on #E2DEEA background.


White color preview on #E2DEEA background

This text has white color on #E2DEEA background.


Related colors

Complementary color

Complementary color for #hex is #1D2115.


I love getcolorcode.com

Triadic colors

1 #EAE2DE and #DEEAE2 with #E2DEEA are triadic colors.

2 #EADEE2 and #DEE2EA with #E2DEEA are triadic colors.