COLOR #E5DEFA

HEX: #E5DEFA RGB: (229,222,250)

Color info

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

RGB color model

#E5DEFA color RGB value is (229,222,250).

RGB: (229,222,250) (90%, 87%, 98%)

RGB channels and saturation

R 229 of 255 = 90%
G 222 of 255 = 87%
B 250 of 255 = 98%

229
222
250

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

Portions of RGB colors in percentages

R + G + B = 229 + 222 + 250 = 701 (100%)
R 229 of 701 ~ 32.67%
G 222 of 701 ~ 31.67%
B 250 of 701 ~ 35.66'%

%32.67
%31.67
%35.66

CMYK color model

#E5DEFA color CMYK value is (8,11,0,2).

  • cyan value is 8.40%
  • magenta value is 11.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (8,11,0,2)
C8M11Y0K2 (8%, 11%, 0%, 2%)
(0.08 / 0.11 / 0.00 / 0.02)

CMYK percentages

%8.4
%11.2
%0
%1.96

Codes

Color #E5DEFA in popluar color models

E5 DE FA
RGB 229 222 250
HSL 255° 73.68% 92.55%
HSB/HSV 255° 11.20% 98.04%
CMYK 8.40% 11.20% 0.00%
1.96%

Color #E5DEFA in popluar number systems.

HEX E5 DE FA
Decimal 229 222 250
Binary 11100101 11011110 11111010
Octal 345 336 372

Shades and tints

Shades of #E5DEFA

#E5DEFA
(229,222,250)
#D1CAE4
(209,202,228)
#BDB6CE
(189,182,206)
#A9A2B8
(169,162,184)
#958EA2
(149,142,162)
#817A8C
(129,122,140)
#6D6676
(109,102,118)
#595260
(89,82,96)
#453E4A
(69,62,74)
#312A34
(49,42,52)
#1D161E
(29,22,30)
#000000
(0,0,0)

Tints of #E5DEFA

#E5DEFA
(229,222,250)
#E7E1FA
(231,225,250)
#E9E4FA
(233,228,250)
#EBE7FA
(235,231,250)
#EDEAFA
(237,234,250)
#EFEDFA
(239,237,250)
#F1F0FA
(241,240,250)
#F3F3FA
(243,243,250)
#F5F6FA
(245,246,250)
#F7F9FA
(247,249,250)
#F9FCFA
(249,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DEFA color. Also use rgb(229,222,250) instead hex code.

Text Font Color

.myTextColor { color: #E5DEFA; }

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

This text font color is #E5DEFA.

Background Color

.myBgColor { background-color: #E5DEFA; }

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

This div background color is #E5DEFA.

Border color

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

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

This div border color is #E5DEFA.

Opacity

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

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

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

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

This text has shadow with #E5DEFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DEFA.

Preview

Color preview on black background

This text has color #E5DEFA on black background.


Color preview on white background

This text has color #E5DEFA on white background.


Black color preview on #E5DEFA background

This text has black color on #E5DEFA background.


White color preview on #E5DEFA background

This text has white color on #E5DEFA background.


Related colors

Complementary color

Complementary color for #hex is #1A2105.


I love getcolorcode.com

Triadic colors

1 #FAE5DE and #DEFAE5 with #E5DEFA are triadic colors.

2 #FADEE5 and #DEE5FA with #E5DEFA are triadic colors.