COLOR #E2DEFF

HEX: #E2DEFF RGB: (226,222,255)

Color info

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

RGB color model

#E2DEFF color RGB value is (226,222,255).

RGB: (226,222,255) (89%, 87%, 100%)

RGB channels and saturation

R 226 of 255 = 89%
G 222 of 255 = 87%
B 255 of 255 = 100%

226
222
255

R + G + B ~ 92%. #E2DEFF is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 222 + 255 = 703 (100%)
R 226 of 703 ~ 32.15%
G 222 of 703 ~ 31.58%
B 255 of 703 ~ 36.27'%

%32.15
%31.58
%36.27

CMYK color model

#E2DEFF color CMYK value is (11,13,0,0).

  • cyan value is 11.37%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (11,13,0,0)
C11M13Y0K0 (11%, 13%, 0%, 0%)
(0.11 / 0.13 / 0.00 / 0.00)

CMYK percentages

%11.37
%12.94
%0
%0

Codes

Color #E2DEFF in popluar color models

E2 DE FF
RGB 226 222 255
HSL 247° 100.00% 93.53%
HSB/HSV 247° 12.94% 100.00%
CMYK 11.37% 12.94% 0.00%
0.00%

Color #E2DEFF in popluar number systems.

HEX E2 DE FF
Decimal 226 222 255
Binary 11100010 11011110 11111111
Octal 342 336 377

Shades and tints

Shades of #E2DEFF

#E2DEFF
(226,222,255)
#CECAE8
(206,202,232)
#BAB6D1
(186,182,209)
#A6A2BA
(166,162,186)
#928EA3
(146,142,163)
#7E7A8C
(126,122,140)
#6A6675
(106,102,117)
#56525E
(86,82,94)
#423E47
(66,62,71)
#2E2A30
(46,42,48)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #E2DEFF

#E2DEFF
(226,222,255)
#E4E1FF
(228,225,255)
#E6E4FF
(230,228,255)
#E8E7FF
(232,231,255)
#EAEAFF
(234,234,255)
#ECEDFF
(236,237,255)
#EEF0FF
(238,240,255)
#F0F3FF
(240,243,255)
#F2F6FF
(242,246,255)
#F4F9FF
(244,249,255)
#F6FCFF
(246,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DEFF color. Also use rgb(226,222,255) instead hex code.

Text Font Color

.myTextColor { color: #E2DEFF; }

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

This text font color is #E2DEFF.

Background Color

.myBgColor { background-color: #E2DEFF; }

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

This div background color is #E2DEFF.

Border color

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

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

This div border color is #E2DEFF.

Opacity

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

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

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

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

This text has shadow with #E2DEFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DEFF.

Preview

Color preview on black background

This text has color #E2DEFF on black background.


Color preview on white background

This text has color #E2DEFF on white background.


Black color preview on #E2DEFF background

This text has black color on #E2DEFF background.


White color preview on #E2DEFF background

This text has white color on #E2DEFF background.


Related colors

Complementary color

Complementary color for #hex is #1D2100.


I love getcolorcode.com

Triadic colors

1 #FFE2DE and #DEFFE2 with #E2DEFF are triadic colors.

2 #FFDEE2 and #DEE2FF with #E2DEFF are triadic colors.