COLOR #E2DDDF

HEX: #E2DDDF RGB: (226,221,223)

Color info

#E2DDDF contains red, green and blue colors in about the same proportion. Web safe color of #E2DDDF is #CCCCCC (or #CCC).

RGB color model

#E2DDDF color RGB value is (226,221,223).

RGB: (226,221,223) (89%, 87%, 87%)

RGB channels and saturation

R 226 of 255 = 89%
G 221 of 255 = 87%
B 223 of 255 = 87%

226
221
223

R + G + B ~ 88%. #E2DDDF is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 221 + 223 = 670 (100%)
R 226 of 670 ~ 33.73%
G 221 of 670 ~ 32.99%
B 223 of 670 ~ 33.28'%

%33.73
%32.99
%33.28

CMYK color model

#E2DDDF color CMYK value is (0,2,1,11).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 1.33%
  • key color value is 11.37%

CMYK: (0,2,1,11)
C0M2Y1K11 (0%, 2%, 1%, 11%)
(0.00 / 0.02 / 0.01 / 0.11)

CMYK percentages

%0
%2.21
%1.33
%11.37

Codes

Color #E2DDDF in popluar color models

E2 DD DF
RGB 226 221 223
HSL 336° 7.94% 87.65%
HSB/HSV 336° 2.21% 88.63%
CMYK 0.00% 2.21% 1.33%
11.37%

Color #E2DDDF in popluar number systems.

HEX E2 DD DF
Decimal 226 221 223
Binary 11100010 11011101 11011111
Octal 342 335 337

Shades and tints

Shades of #E2DDDF

#E2DDDF
(226,221,223)
#CEC9CB
(206,201,203)
#BAB5B7
(186,181,183)
#A6A1A3
(166,161,163)
#928D8F
(146,141,143)
#7E797B
(126,121,123)
#6A6567
(106,101,103)
#565153
(86,81,83)
#423D3F
(66,61,63)
#2E292B
(46,41,43)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #E2DDDF

#E2DDDF
(226,221,223)
#E4E0E1
(228,224,225)
#E6E3E3
(230,227,227)
#E8E6E5
(232,230,229)
#EAE9E7
(234,233,231)
#ECECE9
(236,236,233)
#EEEFEB
(238,239,235)
#F0F2ED
(240,242,237)
#F2F5EF
(242,245,239)
#F4F8F1
(244,248,241)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DDDF color. Also use rgb(226,221,223) instead hex code.

Text Font Color

.myTextColor { color: #E2DDDF; }

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

This text font color is #E2DDDF.

Background Color

.myBgColor { background-color: #E2DDDF; }

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

This div background color is #E2DDDF.

Border color

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

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

This div border color is #E2DDDF.

Opacity

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

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

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

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

This text has shadow with #E2DDDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DDDF.

Preview

Color preview on black background

This text has color #E2DDDF on black background.


Color preview on white background

This text has color #E2DDDF on white background.


Black color preview on #E2DDDF background

This text has black color on #E2DDDF background.


White color preview on #E2DDDF background

This text has white color on #E2DDDF background.


Related colors

Complementary color

Complementary color for #hex is #1D2220.


I love getcolorcode.com

Triadic colors

1 #DFE2DD and #DDDFE2 with #E2DDDF are triadic colors.

2 #DFDDE2 and #DDE2DF with #E2DDDF are triadic colors.