COLOR #E2D1DF

HEX: #E2D1DF
RGB: (226,209,223)

Color info

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

RGB color model

#E2D1DF color RGB value is (226,209,223).

  • red value is 226;
  • green value is 209;
  • blue value is 223.
RGB: (226,209,223) (89%,82%,87%)

RGB channels and saturation

R 226 of 255 = 89%
G 209 of 255 = 82%
B 223 of 255 = 87%

226
209
223

R + G + B ~ 86%. #E2D1DF is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 209 + 223 = 658 (100%)
R 226 of 658 ~ 34.35%
G 209 of 658 ~ 31.76%
B 223 of 658 ~ 33.89%

%34.35
%31.76
%33.89

CMYK color model

#E2D1DF color CMYK value is (0,8,1,11).

  • cyan value is 0.00%
  • magenta value is 7.52%
  • yellow value is 1.33%
  • key color value is 11.37%
CMYK: (0,8,1,11) C0M8Y1K11 (0%,8%,1%,11%) (0.00/0.08/0.01/0.11)

CMYK percentages

%0
%7.52
%1.33
%11.37

Codes

Color #E2D1DF in popluar color models

E2D1DF
RGB226209223
HSL311°22.67%85.29%
HSB/HSV311°7.52%88.63%
CMYK0.00%7.52%1.33%
11.37%

Color #E2D1DF in popluar number systems.

HEXE2D1DF
Decimal226209223
Binary111000101101000111011111
Octal342321337

Shades and tints

Shades of #E2D1DF

#E2D1DF
(226,209,223)
#CEBECB
(206,190,203)
#BAABB7
(186,171,183)
#A698A3
(166,152,163)
#92858F
(146,133,143)
#7E727B
(126,114,123)
#6A5F67
(106,95,103)
#564C53
(86,76,83)
#42393F
(66,57,63)
#2E262B
(46,38,43)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #E2D1DF

#E2D1DF
(226,209,223)
#E4D5E1
(228,213,225)
#E6D9E3
(230,217,227)
#E8DDE5
(232,221,229)
#EAE1E7
(234,225,231)
#ECE5E9
(236,229,233)
#EEE9EB
(238,233,235)
#F0EDED
(240,237,237)
#F2F1EF
(242,241,239)
#F4F5F1
(244,245,241)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D1DF; }

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

This text font color is #E2D1DF.


Background Color

.myBgColor { background-color: #E2D1DF; }

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

This div background color is #E2D1DF.


Border color

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

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

This div border color is #E2D1DF.


Opacity

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

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

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

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

This text has shadow with #E2D1DF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E2D1DF on black background.


Color preview on white background

This text has color #E2D1DF on white background.



Black color preview on #E2D1DF background

This text has black color on #E2D1DF background.


White color preview on #E2D1DF background

This text has white color on #E2D1DF background.