COLOR #E2DEEB

HEX: #E2DEEB RGB: (226,222,235)

Color info

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

RGB color model

#E2DEEB color RGB value is (226,222,235).

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

RGB channels and saturation

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

226
222
235

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

Portions of RGB colors in percentages

R + G + B = 226 + 222 + 235 = 683 (100%)
R 226 of 683 ~ 33.09%
G 222 of 683 ~ 32.5%
B 235 of 683 ~ 34.41'%

%33.09
%32.5
%34.41

CMYK color model

#E2DEEB color CMYK value is (4,6,0,8).

  • cyan value is 3.83%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (4,6,0,8) C4M6Y0K8 (4%,6%,0%,8%) (0.04/0.06/0.00/0.08) 

CMYK percentages

%3.83
%5.53
%0
%7.84

Codes

Color #E2DEEB in popluar color models

E2 DE EB
RGB 226 222 235
HSL 258° 24.53% 89.61%
HSB/HSV 258° 5.53% 92.16%
CMYK 3.83% 5.53% 0.00%
7.84%

Color #E2DEEB in popluar number systems.

HEX E2 DE EB
Decimal 226 222 235
Binary 11100010 11011110 11101011
Octal 342 336 353

Shades and tints

Shades of #E2DEEB

#E2DEEB
(226,222,235)
#CECAD6
(206,202,214)
#BAB6C1
(186,182,193)
#A6A2AC
(166,162,172)
#928E97
(146,142,151)
#7E7A82
(126,122,130)
#6A666D
(106,102,109)
#565258
(86,82,88)
#423E43
(66,62,67)
#2E2A2E
(46,42,46)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #E2DEEB

#E2DEEB
(226,222,235)
#E4E1EC
(228,225,236)
#E6E4ED
(230,228,237)
#E8E7EE
(232,231,238)
#EAEAEF
(234,234,239)
#ECEDF0
(236,237,240)
#EEF0F1
(238,240,241)
#F0F3F2
(240,243,242)
#F2F6F3
(242,246,243)
#F4F9F4
(244,249,244)
#F6FCF5
(246,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DEEB; }

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

This text font color is #E2DEEB.

Background Color

.myBgColor { background-color: #E2DEEB; }

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

This div background color is #E2DEEB.

Border color

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

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

This div border color is #E2DEEB.

Opacity

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

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

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

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

This text has shadow with #E2DEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DEEB.

Preview

Color preview on black background

This text has color #E2DEEB on black background.


Color preview on white background

This text has color #E2DEEB on white background.


Black color preview on #E2DEEB background

This text has black color on #E2DEEB background.


White color preview on #E2DEEB background

This text has white color on #E2DEEB background.


Related colors

Complementary color

Complementary color for #hex is #1D2114.


I love getcolorcode.com

Triadic colors

1 #EBE2DE and #DEEBE2 with #E2DEEB are triadic colors.

2 #EBDEE2 and #DEE2EB with #E2DEEB are triadic colors.