COLOR #E2DFFA

HEX: #E2DFFA
RGB: (226,223,250)

Color info

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

RGB color model

#E2DFFA color RGB value is (226,223,250).

  • red value is 226;
  • green value is 223;
  • blue value is 250.
RGB: (226,223,250) (89%,87%,98%)

RGB channels and saturation

R 226 of 255 = 89%
G 223 of 255 = 87%
B 250 of 255 = 98%

226
223
250

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

Portions of RGB colors in percentages

R + G + B =
226 + 223 + 250 = 699 (100%)
R 226 of 699 ~ 32.33%
G 223 of 699 ~ 31.9%
B 250 of 699 ~ 35.77%

%32.33
%31.9
%35.77

CMYK color model

#E2DFFA color CMYK value is (10,11,0,2).

  • cyan value is 9.60%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (10,11,0,2) C10M11Y0K2 (10%,11%,0%,2%) (0.10/0.11/0.00/0.02)

CMYK percentages

%9.6
%10.8
%0
%1.96

Codes

Color #E2DFFA in popluar color models

E2DFFA
RGB226223250
HSL247°72.97%92.75%
HSB/HSV247°10.80%98.04%
CMYK9.60%10.80%0.00%
1.96%

Color #E2DFFA in popluar number systems.

HEXE2DFFA
Decimal226223250
Binary111000101101111111111010
Octal342337372

Shades and tints

Shades of #E2DFFA

#E2DFFA
(226,223,250)
#CECBE4
(206,203,228)
#BAB7CE
(186,183,206)
#A6A3B8
(166,163,184)
#928FA2
(146,143,162)
#7E7B8C
(126,123,140)
#6A6776
(106,103,118)
#565360
(86,83,96)
#423F4A
(66,63,74)
#2E2B34
(46,43,52)
#1A171E
(26,23,30)
#000000
(0,0,0)

Tints of #E2DFFA

#E2DFFA
(226,223,250)
#E4E1FA
(228,225,250)
#E6E3FA
(230,227,250)
#E8E5FA
(232,229,250)
#EAE7FA
(234,231,250)
#ECE9FA
(236,233,250)
#EEEBFA
(238,235,250)
#F0EDFA
(240,237,250)
#F2EFFA
(242,239,250)
#F4F1FA
(244,241,250)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DFFA color. Also use rgb(226,223,250) instead hex code.

Text Font Color

.myTextColor { color: #E2DFFA; }

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

This text font color is #E2DFFA.


Background Color

.myBgColor { background-color: #E2DFFA; }

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

This div background color is #E2DFFA.


Border color

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

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

This div border color is #E2DFFA.


Opacity

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

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

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

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

This text has shadow with #E2DFFA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E2DFFA on black background.


Color preview on white background

This text has color #E2DFFA on white background.



Black color preview on #E2DFFA background

This text has black color on #E2DFFA background.


White color preview on #E2DFFA background

This text has white color on #E2DFFA background.