COLOR #E4DCFB

HEX: #E4DCFB RGB: (228,220,251)

Color info

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

RGB color model

#E4DCFB color RGB value is (228,220,251).

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

RGB channels and saturation

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

228
220
251

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

Portions of RGB colors in percentages

R + G + B = 228 + 220 + 251 = 699 (100%)
R 228 of 699 ~ 32.62%
G 220 of 699 ~ 31.47%
B 251 of 699 ~ 35.91'%

%32.62
%31.47
%35.91

CMYK color model

#E4DCFB color CMYK value is (9,12,0,2).

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

CMYK: (9,12,0,2)
C9M12Y0K2 (9%, 12%, 0%, 2%)
(0.09 / 0.12 / 0.00 / 0.02)

CMYK percentages

%9.16
%12.35
%0
%1.57

Codes

Color #E4DCFB in popluar color models

E4 DC FB
RGB 228 220 251
HSL 255° 79.49% 92.35%
HSB/HSV 255° 12.35% 98.43%
CMYK 9.16% 12.35% 0.00%
1.57%

Color #E4DCFB in popluar number systems.

HEX E4 DC FB
Decimal 228 220 251
Binary 11100100 11011100 11111011
Octal 344 334 373

Shades and tints

Shades of #E4DCFB

#E4DCFB
(228,220,251)
#D0C8E5
(208,200,229)
#BCB4CF
(188,180,207)
#A8A0B9
(168,160,185)
#948CA3
(148,140,163)
#80788D
(128,120,141)
#6C6477
(108,100,119)
#585061
(88,80,97)
#443C4B
(68,60,75)
#302835
(48,40,53)
#1C141F
(28,20,31)
#000000
(0,0,0)

Tints of #E4DCFB

#E4DCFB
(228,220,251)
#E6DFFB
(230,223,251)
#E8E2FB
(232,226,251)
#EAE5FB
(234,229,251)
#ECE8FB
(236,232,251)
#EEEBFB
(238,235,251)
#F0EEFB
(240,238,251)
#F2F1FB
(242,241,251)
#F4F4FB
(244,244,251)
#F6F7FB
(246,247,251)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DCFB; }

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

This text font color is #E4DCFB.

Background Color

.myBgColor { background-color: #E4DCFB; }

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

This div background color is #E4DCFB.

Border color

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

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

This div border color is #E4DCFB.

Opacity

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

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

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

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

This text has shadow with #E4DCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DCFB.

Preview

Color preview on black background

This text has color #E4DCFB on black background.


Color preview on white background

This text has color #E4DCFB on white background.


Black color preview on #E4DCFB background

This text has black color on #E4DCFB background.


White color preview on #E4DCFB background

This text has white color on #E4DCFB background.


Related colors

Complementary color

Complementary color for #hex is #1B2304.


I love getcolorcode.com

Triadic colors

1 #FBE4DC and #DCFBE4 with #E4DCFB are triadic colors.

2 #FBDCE4 and #DCE4FB with #E4DCFB are triadic colors.