COLOR #E3DDED

HEX: #E3DDED
RGB: (227,221,237)

Color info

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

RGB color model

#E3DDED color RGB value is (227,221,237).

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

RGB channels and saturation

R 227 of 255 = 89%
G 221 of 255 = 87%
B 237 of 255 = 93%

227
221
237

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

Portions of RGB colors in percentages

R + G + B =
227 + 221 + 237 = 685 (100%)
R 227 of 685 ~ 33.14%
G 221 of 685 ~ 32.26%
B 237 of 685 ~ 34.6%

%33.14
%32.26
%34.6

CMYK color model

#E3DDED color CMYK value is (4,7,0,7).

  • cyan value is 4.22%
  • magenta value is 6.75%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(4,7,0,7)
C4M7Y0K7 
(4%,7%,0%,7%)
(0.04/0.07/0.00/0.07)	

CMYK percentages

%4.22
%6.75
%0
%7.06

Codes

Color #E3DDED in popluar color models

E3DDED
RGB227221237
HSL263°30.77%89.80%
HSB/HSV263°6.75%92.94%
CMYK4.22%6.75%0.00%
7.06%

Color #E3DDED in popluar number systems.

HEXE3DDED
Decimal227221237
Binary111000111101110111101101
Octal343335355

Shades and tints

Shades of #E3DDED

#E3DDED
(227,221,237)
#CFC9D8
(207,201,216)
#BBB5C3
(187,181,195)
#A7A1AE
(167,161,174)
#938D99
(147,141,153)
#7F7984
(127,121,132)
#6B656F
(107,101,111)
#57515A
(87,81,90)
#433D45
(67,61,69)
#2F2930
(47,41,48)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #E3DDED

#E3DDED
(227,221,237)
#E5E0EE
(229,224,238)
#E7E3EF
(231,227,239)
#E9E6F0
(233,230,240)
#EBE9F1
(235,233,241)
#EDECF2
(237,236,242)
#EFEFF3
(239,239,243)
#F1F2F4
(241,242,244)
#F3F5F5
(243,245,245)
#F5F8F6
(245,248,246)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DDED; }

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

This text font color is #E3DDED.


Background Color

.myBgColor { background-color: #E3DDED; }

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

This div background color is #E3DDED.


Border color

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

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

This div border color is #E3DDED.


Opacity

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

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

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

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

This text has shadow with #E3DDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DDED on black background.


Color preview on white background

This text has color #E3DDED on white background.



Black color preview on #E3DDED background

This text has black color on #E3DDED background.


White color preview on #E3DDED background

This text has white color on #E3DDED background.