COLOR #E7DDED

HEX: #E7DDED
RGB: (231,221,237)

Color info

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

RGB color model

#E7DDED color RGB value is (231,221,237).

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

RGB channels and saturation

R 231 of 255 = 91%
G 221 of 255 = 87%
B 237 of 255 = 93%

231
221
237

R + G + B ~ 90%. #E7DDED is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 221 + 237 = 689 (100%)
R 231 of 689 ~ 33.53%
G 221 of 689 ~ 32.08%
B 237 of 689 ~ 34.4%

%33.53
%32.08
%34.4

CMYK color model

#E7DDED color CMYK value is (3,7,0,7).

  • cyan value is 2.53%
  • magenta value is 6.75%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(3,7,0,7)
C3M7Y0K7 
(3%,7%,0%,7%)
(0.03/0.07/0.00/0.07)	

CMYK percentages

%2.53
%6.75
%0
%7.06

Codes

Color #E7DDED in popluar color models

E7DDED
RGB231221237
HSL278°30.77%89.80%
HSB/HSV278°6.75%92.94%
CMYK2.53%6.75%0.00%
7.06%

Color #E7DDED in popluar number systems.

HEXE7DDED
Decimal231221237
Binary111001111101110111101101
Octal347335355

Shades and tints

Shades of #E7DDED

#E7DDED
(231,221,237)
#D2C9D8
(210,201,216)
#BDB5C3
(189,181,195)
#A8A1AE
(168,161,174)
#938D99
(147,141,153)
#7E7984
(126,121,132)
#69656F
(105,101,111)
#54515A
(84,81,90)
#3F3D45
(63,61,69)
#2A2930
(42,41,48)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #E7DDED

#E7DDED
(231,221,237)
#E9E0EE
(233,224,238)
#EBE3EF
(235,227,239)
#EDE6F0
(237,230,240)
#EFE9F1
(239,233,241)
#F1ECF2
(241,236,242)
#F3EFF3
(243,239,243)
#F5F2F4
(245,242,244)
#F7F5F5
(247,245,245)
#F9F8F6
(249,248,246)
#FBFBF7
(251,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DDED; }

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

This text font color is #E7DDED.


Background Color

.myBgColor { background-color: #E7DDED; }

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

This div background color is #E7DDED.


Border color

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

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

This div border color is #E7DDED.


Opacity

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

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

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

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

This text has shadow with #E7DDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DDED on black background.


Color preview on white background

This text has color #E7DDED on white background.



Black color preview on #E7DDED background

This text has black color on #E7DDED background.


White color preview on #E7DDED background

This text has white color on #E7DDED background.