COLOR #E2DAF6

HEX: #E2DAF6
RGB: (226,218,246)

Color info

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

RGB color model

#E2DAF6 color RGB value is (226,218,246).

  • red value is 226;
  • green value is 218;
  • blue value is 246.
RGB:
(226,218,246)
(89%,85%,96%)

RGB channels and saturation

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

226
218
246

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

Portions of RGB colors in percentages

R + G + B =
226 + 218 + 246 = 690 (100%)
R 226 of 690 ~ 32.75%
G 218 of 690 ~ 31.59%
B 246 of 690 ~ 35.65%

%32.75
%31.59
%35.65

CMYK color model

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

  • cyan value is 8.13%
  • 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

%8.13
%11.38
%0
%3.53

Codes

Color #E2DAF6 in popluar color models

E2DAF6
RGB226218246
HSL257°60.87%90.98%
HSB/HSV257°11.38%96.47%
CMYK8.13%11.38%0.00%
3.53%

Color #E2DAF6 in popluar number systems.

HEXE2DAF6
Decimal226218246
Binary111000101101101011110110
Octal342332366

Shades and tints

Shades of #E2DAF6

#E2DAF6
(226,218,246)
#CEC7E0
(206,199,224)
#BAB4CA
(186,180,202)
#A6A1B4
(166,161,180)
#928E9E
(146,142,158)
#7E7B88
(126,123,136)
#6A6872
(106,104,114)
#56555C
(86,85,92)
#424246
(66,66,70)
#2E2F30
(46,47,48)
#1A1C1A
(26,28,26)
#000000
(0,0,0)

Tints of #E2DAF6

#E2DAF6
(226,218,246)
#E4DDF6
(228,221,246)
#E6E0F6
(230,224,246)
#E8E3F6
(232,227,246)
#EAE6F6
(234,230,246)
#ECE9F6
(236,233,246)
#EEECF6
(238,236,246)
#F0EFF6
(240,239,246)
#F2F2F6
(242,242,246)
#F4F5F6
(244,245,246)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DAF6; }

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

This text font color is #E2DAF6.


Background Color

.myBgColor { background-color: #E2DAF6; }

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

This div background color is #E2DAF6.


Border color

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

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

This div border color is #E2DAF6.


Opacity

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

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

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

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

This text has shadow with #E2DAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DAF6 on black background.


Color preview on white background

This text has color #E2DAF6 on white background.



Black color preview on #E2DAF6 background

This text has black color on #E2DAF6 background.


White color preview on #E2DAF6 background

This text has white color on #E2DAF6 background.