COLOR #E3DAF6

HEX: #E3DAF6 RGB: (227,218,246)

Color info

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

RGB color model

#E3DAF6 color RGB value is (227,218,246).

RGB: (227,218,246) (89%, 85%, 96%)

RGB channels and saturation

R 227 of 255 = 89%
G 218 of 255 = 85%
B 246 of 255 = 96%

227
218
246

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

Portions of RGB colors in percentages

R + G + B = 227 + 218 + 246 = 691 (100%)
R 227 of 691 ~ 32.85%
G 218 of 691 ~ 31.55%
B 246 of 691 ~ 35.6'%

%32.85
%31.55
%35.6

CMYK color model

#E3DAF6 color CMYK value is (8,11,0,4).

  • cyan value is 7.72%
  • magenta value is 11.38%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (8,11,0,4)
C8M11Y0K4 (8%, 11%, 0%, 4%)
(0.08 / 0.11 / 0.00 / 0.04)

CMYK percentages

%7.72
%11.38
%0
%3.53

Codes

Color #E3DAF6 in popluar color models

E3 DA F6
RGB 227 218 246
HSL 259° 60.87% 90.98%
HSB/HSV 259° 11.38% 96.47%
CMYK 7.72% 11.38% 0.00%
3.53%

Color #E3DAF6 in popluar number systems.

HEX E3 DA F6
Decimal 227 218 246
Binary 11100011 11011010 11110110
Octal 343 332 366

Shades and tints

Shades of #E3DAF6

#E3DAF6
(227,218,246)
#CFC7E0
(207,199,224)
#BBB4CA
(187,180,202)
#A7A1B4
(167,161,180)
#938E9E
(147,142,158)
#7F7B88
(127,123,136)
#6B6872
(107,104,114)
#57555C
(87,85,92)
#434246
(67,66,70)
#2F2F30
(47,47,48)
#1B1C1A
(27,28,26)
#000000
(0,0,0)

Tints of #E3DAF6

#E3DAF6
(227,218,246)
#E5DDF6
(229,221,246)
#E7E0F6
(231,224,246)
#E9E3F6
(233,227,246)
#EBE6F6
(235,230,246)
#EDE9F6
(237,233,246)
#EFECF6
(239,236,246)
#F1EFF6
(241,239,246)
#F3F2F6
(243,242,246)
#F5F5F6
(245,245,246)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DAF6 color. Also use rgb(227,218,246) instead hex code.

Text Font Color

.myTextColor { color: #E3DAF6; }

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

This text font color is #E3DAF6.

Background Color

.myBgColor { background-color: #E3DAF6; }

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

This div background color is #E3DAF6.

Border color

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

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

This div border color is #E3DAF6.

Opacity

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

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

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

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

This text has shadow with #E3DAF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DAF6.

Preview

Color preview on black background

This text has color #E3DAF6 on black background.


Color preview on white background

This text has color #E3DAF6 on white background.


Black color preview on #E3DAF6 background

This text has black color on #E3DAF6 background.


White color preview on #E3DAF6 background

This text has white color on #E3DAF6 background.


Related colors

Complementary color

Complementary color for #hex is #1C2509.


I love getcolorcode.com

Triadic colors

1 #F6E3DA and #DAF6E3 with #E3DAF6 are triadic colors.

2 #F6DAE3 and #DAE3F6 with #E3DAF6 are triadic colors.