COLOR #E4DFF3

HEX: #E4DFF3 RGB: (228,223,243)

Color info

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

RGB color model

#E4DFF3 color RGB value is (228,223,243).

RGB: (228,223,243) (89%, 87%, 95%)

RGB channels and saturation

R 228 of 255 = 89%
G 223 of 255 = 87%
B 243 of 255 = 95%

228
223
243

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

Portions of RGB colors in percentages

R + G + B = 228 + 223 + 243 = 694 (100%)
R 228 of 694 ~ 32.85%
G 223 of 694 ~ 32.13%
B 243 of 694 ~ 35.01'%

%32.85
%32.13
%35.01

CMYK color model

#E4DFF3 color CMYK value is (6,8,0,5).

  • cyan value is 6.17%
  • magenta value is 8.23%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (6,8,0,5)
C6M8Y0K5 (6%, 8%, 0%, 5%)
(0.06 / 0.08 / 0.00 / 0.05)

CMYK percentages

%6.17
%8.23
%0
%4.71

Codes

Color #E4DFF3 in popluar color models

E4 DF F3
RGB 228 223 243
HSL 255° 45.45% 91.37%
HSB/HSV 255° 8.23% 95.29%
CMYK 6.17% 8.23% 0.00%
4.71%

Color #E4DFF3 in popluar number systems.

HEX E4 DF F3
Decimal 228 223 243
Binary 11100100 11011111 11110011
Octal 344 337 363

Shades and tints

Shades of #E4DFF3

#E4DFF3
(228,223,243)
#D0CBDD
(208,203,221)
#BCB7C7
(188,183,199)
#A8A3B1
(168,163,177)
#948F9B
(148,143,155)
#807B85
(128,123,133)
#6C676F
(108,103,111)
#585359
(88,83,89)
#443F43
(68,63,67)
#302B2D
(48,43,45)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #E4DFF3

#E4DFF3
(228,223,243)
#E6E1F4
(230,225,244)
#E8E3F5
(232,227,245)
#EAE5F6
(234,229,246)
#ECE7F7
(236,231,247)
#EEE9F8
(238,233,248)
#F0EBF9
(240,235,249)
#F2EDFA
(242,237,250)
#F4EFFB
(244,239,251)
#F6F1FC
(246,241,252)
#F8F3FD
(248,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DFF3 color. Also use rgb(228,223,243) instead hex code.

Text Font Color

.myTextColor { color: #E4DFF3; }

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

This text font color is #E4DFF3.

Background Color

.myBgColor { background-color: #E4DFF3; }

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

This div background color is #E4DFF3.

Border color

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

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

This div border color is #E4DFF3.

Opacity

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

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

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

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

This text has shadow with #E4DFF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DFF3.

Preview

Color preview on black background

This text has color #E4DFF3 on black background.


Color preview on white background

This text has color #E4DFF3 on white background.


Black color preview on #E4DFF3 background

This text has black color on #E4DFF3 background.


White color preview on #E4DFF3 background

This text has white color on #E4DFF3 background.


Related colors

Complementary color

Complementary color for #hex is #1B200C.


I love getcolorcode.com

Triadic colors

1 #F3E4DF and #DFF3E4 with #E4DFF3 are triadic colors.

2 #F3DFE4 and #DFE4F3 with #E4DFF3 are triadic colors.