COLOR #E1DDF7

HEX: #E1DDF7 RGB: (225,221,247)

Color info

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

RGB color model

#E1DDF7 color RGB value is (225,221,247).

RGB: (225,221,247) (88%, 87%, 97%)

RGB channels and saturation

R 225 of 255 = 88%
G 221 of 255 = 87%
B 247 of 255 = 97%

225
221
247

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

Portions of RGB colors in percentages

R + G + B = 225 + 221 + 247 = 693 (100%)
R 225 of 693 ~ 32.47%
G 221 of 693 ~ 31.89%
B 247 of 693 ~ 35.64'%

%32.47
%31.89
%35.64

CMYK color model

#E1DDF7 color CMYK value is (9,11,0,3).

  • cyan value is 8.91%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (9,11,0,3)
C9M11Y0K3 (9%, 11%, 0%, 3%)
(0.09 / 0.11 / 0.00 / 0.03)

CMYK percentages

%8.91
%10.53
%0
%3.14

Codes

Color #E1DDF7 in popluar color models

E1 DD F7
RGB 225 221 247
HSL 249° 61.90% 91.76%
HSB/HSV 249° 10.53% 96.86%
CMYK 8.91% 10.53% 0.00%
3.14%

Color #E1DDF7 in popluar number systems.

HEX E1 DD F7
Decimal 225 221 247
Binary 11100001 11011101 11110111
Octal 341 335 367

Shades and tints

Shades of #E1DDF7

#E1DDF7
(225,221,247)
#CDC9E1
(205,201,225)
#B9B5CB
(185,181,203)
#A5A1B5
(165,161,181)
#918D9F
(145,141,159)
#7D7989
(125,121,137)
#696573
(105,101,115)
#55515D
(85,81,93)
#413D47
(65,61,71)
#2D2931
(45,41,49)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #E1DDF7

#E1DDF7
(225,221,247)
#E3E0F7
(227,224,247)
#E5E3F7
(229,227,247)
#E7E6F7
(231,230,247)
#E9E9F7
(233,233,247)
#EBECF7
(235,236,247)
#EDEFF7
(237,239,247)
#EFF2F7
(239,242,247)
#F1F5F7
(241,245,247)
#F3F8F7
(243,248,247)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DDF7 color. Also use rgb(225,221,247) instead hex code.

Text Font Color

.myTextColor { color: #E1DDF7; }

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

This text font color is #E1DDF7.

Background Color

.myBgColor { background-color: #E1DDF7; }

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

This div background color is #E1DDF7.

Border color

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

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

This div border color is #E1DDF7.

Opacity

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

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

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

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

This text has shadow with #E1DDF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DDF7.

Preview

Color preview on black background

This text has color #E1DDF7 on black background.


Color preview on white background

This text has color #E1DDF7 on white background.


Black color preview on #E1DDF7 background

This text has black color on #E1DDF7 background.


White color preview on #E1DDF7 background

This text has white color on #E1DDF7 background.


Related colors

Complementary color

Complementary color for #hex is #1E2208.


I love getcolorcode.com

Triadic colors

1 #F7E1DD and #DDF7E1 with #E1DDF7 are triadic colors.

2 #F7DDE1 and #DDE1F7 with #E1DDF7 are triadic colors.