COLOR #E3DFF4

HEX: #E3DFF4 RGB: (227,223,244)

Color info

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

RGB color model

#E3DFF4 color RGB value is (227,223,244).

RGB: (227,223,244) (89%, 87%, 96%)

RGB channels and saturation

R 227 of 255 = 89%
G 223 of 255 = 87%
B 244 of 255 = 96%

227
223
244

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

Portions of RGB colors in percentages

R + G + B = 227 + 223 + 244 = 694 (100%)
R 227 of 694 ~ 32.71%
G 223 of 694 ~ 32.13%
B 244 of 694 ~ 35.16'%

%32.71
%32.13
%35.16

CMYK color model

#E3DFF4 color CMYK value is (7,9,0,4).

  • cyan value is 6.97%
  • magenta value is 8.61%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK: (7,9,0,4) C7M9Y0K4 (7%,9%,0%,4%) (0.07/0.09/0.00/0.04) 

CMYK percentages

%6.97
%8.61
%0
%4.31

Codes

Color #E3DFF4 in popluar color models

E3 DF F4
RGB 227 223 244
HSL 251° 48.84% 91.57%
HSB/HSV 251° 8.61% 95.69%
CMYK 6.97% 8.61% 0.00%
4.31%

Color #E3DFF4 in popluar number systems.

HEX E3 DF F4
Decimal 227 223 244
Binary 11100011 11011111 11110100
Octal 343 337 364

Shades and tints

Shades of #E3DFF4

#E3DFF4
(227,223,244)
#CFCBDE
(207,203,222)
#BBB7C8
(187,183,200)
#A7A3B2
(167,163,178)
#938F9C
(147,143,156)
#7F7B86
(127,123,134)
#6B6770
(107,103,112)
#57535A
(87,83,90)
#433F44
(67,63,68)
#2F2B2E
(47,43,46)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #E3DFF4

#E3DFF4
(227,223,244)
#E5E1F5
(229,225,245)
#E7E3F6
(231,227,246)
#E9E5F7
(233,229,247)
#EBE7F8
(235,231,248)
#EDE9F9
(237,233,249)
#EFEBFA
(239,235,250)
#F1EDFB
(241,237,251)
#F3EFFC
(243,239,252)
#F5F1FD
(245,241,253)
#F7F3FE
(247,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DFF4 color. Also use rgb(227,223,244) instead hex code.

Text Font Color

.myTextColor { color: #E3DFF4; }

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

This text font color is #E3DFF4.

Background Color

.myBgColor { background-color: #E3DFF4; }

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

This div background color is #E3DFF4.

Border color

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

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

This div border color is #E3DFF4.

Opacity

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

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

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

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

This text has shadow with #E3DFF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DFF4.

Preview

Color preview on black background

This text has color #E3DFF4 on black background.


Color preview on white background

This text has color #E3DFF4 on white background.


Black color preview on #E3DFF4 background

This text has black color on #E3DFF4 background.


White color preview on #E3DFF4 background

This text has white color on #E3DFF4 background.


Related colors

Complementary color

Complementary color for #hex is #1C200B.


I love getcolorcode.com

Triadic colors

1 #F4E3DF and #DFF4E3 with #E3DFF4 are triadic colors.

2 #F4DFE3 and #DFE3F4 with #E3DFF4 are triadic colors.