COLOR #E2DCFB

HEX: #E2DCFB RGB: (226,220,251)

Color info

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

RGB color model

#E2DCFB color RGB value is (226,220,251).

RGB: (226,220,251) (89%, 86%, 98%)

RGB channels and saturation

R 226 of 255 = 89%
G 220 of 255 = 86%
B 251 of 255 = 98%

226
220
251

R + G + B ~ 91%. #E2DCFB is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 220 + 251 = 697 (100%)
R 226 of 697 ~ 32.42%
G 220 of 697 ~ 31.56%
B 251 of 697 ~ 36.01'%

%32.42
%31.56
%36.01

CMYK color model

#E2DCFB color CMYK value is (10,12,0,2).

  • cyan value is 9.96%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (10,12,0,2)
C10M12Y0K2 (10%, 12%, 0%, 2%)
(0.10 / 0.12 / 0.00 / 0.02)

CMYK percentages

%9.96
%12.35
%0
%1.57

Codes

Color #E2DCFB in popluar color models

E2 DC FB
RGB 226 220 251
HSL 252° 79.49% 92.35%
HSB/HSV 252° 12.35% 98.43%
CMYK 9.96% 12.35% 0.00%
1.57%

Color #E2DCFB in popluar number systems.

HEX E2 DC FB
Decimal 226 220 251
Binary 11100010 11011100 11111011
Octal 342 334 373

Shades and tints

Shades of #E2DCFB

#E2DCFB
(226,220,251)
#CEC8E5
(206,200,229)
#BAB4CF
(186,180,207)
#A6A0B9
(166,160,185)
#928CA3
(146,140,163)
#7E788D
(126,120,141)
#6A6477
(106,100,119)
#565061
(86,80,97)
#423C4B
(66,60,75)
#2E2835
(46,40,53)
#1A141F
(26,20,31)
#000000
(0,0,0)

Tints of #E2DCFB

#E2DCFB
(226,220,251)
#E4DFFB
(228,223,251)
#E6E2FB
(230,226,251)
#E8E5FB
(232,229,251)
#EAE8FB
(234,232,251)
#ECEBFB
(236,235,251)
#EEEEFB
(238,238,251)
#F0F1FB
(240,241,251)
#F2F4FB
(242,244,251)
#F4F7FB
(244,247,251)
#F6FAFB
(246,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DCFB color. Also use rgb(226,220,251) instead hex code.

Text Font Color

.myTextColor { color: #E2DCFB; }

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

This text font color is #E2DCFB.

Background Color

.myBgColor { background-color: #E2DCFB; }

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

This div background color is #E2DCFB.

Border color

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

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

This div border color is #E2DCFB.

Opacity

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

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

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

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

This text has shadow with #E2DCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DCFB.

Preview

Color preview on black background

This text has color #E2DCFB on black background.


Color preview on white background

This text has color #E2DCFB on white background.


Black color preview on #E2DCFB background

This text has black color on #E2DCFB background.


White color preview on #E2DCFB background

This text has white color on #E2DCFB background.


Related colors

Complementary color

Complementary color for #hex is #1D2304.


I love getcolorcode.com

Triadic colors

1 #FBE2DC and #DCFBE2 with #E2DCFB are triadic colors.

2 #FBDCE2 and #DCE2FB with #E2DCFB are triadic colors.