COLOR #E2DFEC

HEX: #E2DFEC RGB: (226,223,236)

Color info

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

RGB color model

#E2DFEC color RGB value is (226,223,236).

RGB: (226,223,236) (89%, 87%, 93%)

RGB channels and saturation

R 226 of 255 = 89%
G 223 of 255 = 87%
B 236 of 255 = 93%

226
223
236

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

Portions of RGB colors in percentages

R + G + B = 226 + 223 + 236 = 685 (100%)
R 226 of 685 ~ 32.99%
G 223 of 685 ~ 32.55%
B 236 of 685 ~ 34.45'%

%32.99
%32.55
%34.45

CMYK color model

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

  • cyan value is 4.24%
  • magenta value is 5.51%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (4,6,0,7) C4M6Y0K7 (4%,6%,0%,7%) (0.04/0.06/0.00/0.07) 

CMYK percentages

%4.24
%5.51
%0
%7.45

Codes

Color #E2DFEC in popluar color models

E2 DF EC
RGB 226 223 236
HSL 254° 25.49% 90.00%
HSB/HSV 254° 5.51% 92.55%
CMYK 4.24% 5.51% 0.00%
7.45%

Color #E2DFEC in popluar number systems.

HEX E2 DF EC
Decimal 226 223 236
Binary 11100010 11011111 11101100
Octal 342 337 354

Shades and tints

Shades of #E2DFEC

#E2DFEC
(226,223,236)
#CECBD7
(206,203,215)
#BAB7C2
(186,183,194)
#A6A3AD
(166,163,173)
#928F98
(146,143,152)
#7E7B83
(126,123,131)
#6A676E
(106,103,110)
#565359
(86,83,89)
#423F44
(66,63,68)
#2E2B2F
(46,43,47)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #E2DFEC

#E2DFEC
(226,223,236)
#E4E1ED
(228,225,237)
#E6E3EE
(230,227,238)
#E8E5EF
(232,229,239)
#EAE7F0
(234,231,240)
#ECE9F1
(236,233,241)
#EEEBF2
(238,235,242)
#F0EDF3
(240,237,243)
#F2EFF4
(242,239,244)
#F4F1F5
(244,241,245)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DFEC; }

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

This text font color is #E2DFEC.

Background Color

.myBgColor { background-color: #E2DFEC; }

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

This div background color is #E2DFEC.

Border color

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

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

This div border color is #E2DFEC.

Opacity

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

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

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

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

This text has shadow with #E2DFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DFEC.

Preview

Color preview on black background

This text has color #E2DFEC on black background.


Color preview on white background

This text has color #E2DFEC on white background.


Black color preview on #E2DFEC background

This text has black color on #E2DFEC background.


White color preview on #E2DFEC background

This text has white color on #E2DFEC background.


Related colors

Complementary color

Complementary color for #hex is #1D2013.


I love getcolorcode.com

Triadic colors

1 #ECE2DF and #DFECE2 with #E2DFEC are triadic colors.

2 #ECDFE2 and #DFE2EC with #E2DFEC are triadic colors.