COLOR #E2DFFD

HEX: #E2DFFD RGB: (226,223,253)

Color info

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

RGB color model

#E2DFFD color RGB value is (226,223,253).

RGB: (226,223,253) (89%, 87%, 99%)

RGB channels and saturation

R 226 of 255 = 89%
G 223 of 255 = 87%
B 253 of 255 = 99%

226
223
253

R + G + B ~ 92%. #E2DFFD is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 223 + 253 = 702 (100%)
R 226 of 702 ~ 32.19%
G 223 of 702 ~ 31.77%
B 253 of 702 ~ 36.04'%

%32.19
%31.77
%36.04

CMYK color model

#E2DFFD color CMYK value is (11,12,0,1).

  • cyan value is 10.67%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (11,12,0,1)
C11M12Y0K1 (11%, 12%, 0%, 1%)
(0.11 / 0.12 / 0.00 / 0.01)

CMYK percentages

%10.67
%11.86
%0
%0.78

Codes

Color #E2DFFD in popluar color models

E2 DF FD
RGB 226 223 253
HSL 246° 88.24% 93.33%
HSB/HSV 246° 11.86% 99.22%
CMYK 10.67% 11.86% 0.00%
0.78%

Color #E2DFFD in popluar number systems.

HEX E2 DF FD
Decimal 226 223 253
Binary 11100010 11011111 11111101
Octal 342 337 375

Shades and tints

Shades of #E2DFFD

#E2DFFD
(226,223,253)
#CECBE6
(206,203,230)
#BAB7CF
(186,183,207)
#A6A3B8
(166,163,184)
#928FA1
(146,143,161)
#7E7B8A
(126,123,138)
#6A6773
(106,103,115)
#56535C
(86,83,92)
#423F45
(66,63,69)
#2E2B2E
(46,43,46)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #E2DFFD

#E2DFFD
(226,223,253)
#E4E1FD
(228,225,253)
#E6E3FD
(230,227,253)
#E8E5FD
(232,229,253)
#EAE7FD
(234,231,253)
#ECE9FD
(236,233,253)
#EEEBFD
(238,235,253)
#F0EDFD
(240,237,253)
#F2EFFD
(242,239,253)
#F4F1FD
(244,241,253)
#F6F3FD
(246,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DFFD; }

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

This text font color is #E2DFFD.

Background Color

.myBgColor { background-color: #E2DFFD; }

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

This div background color is #E2DFFD.

Border color

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

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

This div border color is #E2DFFD.

Opacity

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

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

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

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

This text has shadow with #E2DFFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DFFD.

Preview

Color preview on black background

This text has color #E2DFFD on black background.


Color preview on white background

This text has color #E2DFFD on white background.


Black color preview on #E2DFFD background

This text has black color on #E2DFFD background.


White color preview on #E2DFFD background

This text has white color on #E2DFFD background.


Related colors

Complementary color

Complementary color for #hex is #1D2002.


I love getcolorcode.com

Triadic colors

1 #FDE2DF and #DFFDE2 with #E2DFFD are triadic colors.

2 #FDDFE2 and #DFE2FD with #E2DFFD are triadic colors.