COLOR #E7DDFA

HEX: #E7DDFA
RGB: (231,221,250)

Color info

#E7DDFA contains red, green and blue colors in about the same proportion. Web safe color of #E7DDFA is #FFCCFF (or #FCF).

RGB color model

#E7DDFA color RGB value is (231,221,250).

  • red value is 231;
  • green value is 221;
  • blue value is 250.
RGB:
(231,221,250)
(91%,87%,98%)

RGB channels and saturation

R 231 of 255 = 91%
G 221 of 255 = 87%
B 250 of 255 = 98%

231
221
250

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

Portions of RGB colors in percentages

R + G + B =
231 + 221 + 250 = 702 (100%)
R 231 of 702 ~ 32.91%
G 221 of 702 ~ 31.48%
B 250 of 702 ~ 35.61%

%32.91
%31.48
%35.61

CMYK color model

#E7DDFA color CMYK value is (8,12,0,2).

  • cyan value is 7.60%
  • magenta value is 11.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(8,12,0,2)
C8M12Y0K2 
(8%,12%,0%,2%)
(0.08/0.12/0.00/0.02)	

CMYK percentages

%7.6
%11.6
%0
%1.96

Codes

Color #E7DDFA in popluar color models

E7DDFA
RGB231221250
HSL261°74.36%92.35%
HSB/HSV261°11.60%98.04%
CMYK7.60%11.60%0.00%
1.96%

Color #E7DDFA in popluar number systems.

HEXE7DDFA
Decimal231221250
Binary111001111101110111111010
Octal347335372

Shades and tints

Shades of #E7DDFA

#E7DDFA
(231,221,250)
#D2C9E4
(210,201,228)
#BDB5CE
(189,181,206)
#A8A1B8
(168,161,184)
#938DA2
(147,141,162)
#7E798C
(126,121,140)
#696576
(105,101,118)
#545160
(84,81,96)
#3F3D4A
(63,61,74)
#2A2934
(42,41,52)
#15151E
(21,21,30)
#000000
(0,0,0)

Tints of #E7DDFA

#E7DDFA
(231,221,250)
#E9E0FA
(233,224,250)
#EBE3FA
(235,227,250)
#EDE6FA
(237,230,250)
#EFE9FA
(239,233,250)
#F1ECFA
(241,236,250)
#F3EFFA
(243,239,250)
#F5F2FA
(245,242,250)
#F7F5FA
(247,245,250)
#F9F8FA
(249,248,250)
#FBFBFA
(251,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DDFA color. Also use rgb(231,221,250) instead hex code.

Text Font Color

.myTextColor { color: #E7DDFA; }

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

This text font color is #E7DDFA.


Background Color

.myBgColor { background-color: #E7DDFA; }

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

This div background color is #E7DDFA.


Border color

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

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

This div border color is #E7DDFA.


Opacity

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

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

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

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

This text has shadow with #E7DDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DDFA on black background.


Color preview on white background

This text has color #E7DDFA on white background.



Black color preview on #E7DDFA background

This text has black color on #E7DDFA background.


White color preview on #E7DDFA background

This text has white color on #E7DDFA background.