COLOR #E2CDD5

HEX: #E2CDD5 RGB: (226,205,213)

Color info

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

RGB color model

#E2CDD5 color RGB value is (226,205,213).

RGB: (226,205,213) (89%, 80%, 84%)

RGB channels and saturation

R 226 of 255 = 89%
G 205 of 255 = 80%
B 213 of 255 = 84%

226
205
213

R + G + B ~ 84%. #E2CDD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 205 + 213 = 644 (100%)
R 226 of 644 ~ 35.09%
G 205 of 644 ~ 31.83%
B 213 of 644 ~ 33.07'%

%35.09
%31.83
%33.07

CMYK color model

#E2CDD5 color CMYK value is (0,9,6,11).

  • cyan value is 0.00%
  • magenta value is 9.29%
  • yellow value is 5.75%
  • key color value is 11.37%

CMYK: (0,9,6,11)
C0M9Y6K11 (0%, 9%, 6%, 11%)
(0.00 / 0.09 / 0.06 / 0.11)

CMYK percentages

%0
%9.29
%5.75
%11.37

Codes

Color #E2CDD5 in popluar color models

E2 CD D5
RGB 226 205 213
HSL 337° 26.58% 84.51%
HSB/HSV 337° 9.29% 88.63%
CMYK 0.00% 9.29% 5.75%
11.37%

Color #E2CDD5 in popluar number systems.

HEX E2 CD D5
Decimal 226 205 213
Binary 11100010 11001101 11010101
Octal 342 315 325

Shades and tints

Shades of #E2CDD5

#E2CDD5
(226,205,213)
#CEBBC2
(206,187,194)
#BAA9AF
(186,169,175)
#A6979C
(166,151,156)
#928589
(146,133,137)
#7E7376
(126,115,118)
#6A6163
(106,97,99)
#564F50
(86,79,80)
#423D3D
(66,61,61)
#2E2B2A
(46,43,42)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #E2CDD5

#E2CDD5
(226,205,213)
#E4D1D8
(228,209,216)
#E6D5DB
(230,213,219)
#E8D9DE
(232,217,222)
#EADDE1
(234,221,225)
#ECE1E4
(236,225,228)
#EEE5E7
(238,229,231)
#F0E9EA
(240,233,234)
#F2EDED
(242,237,237)
#F4F1F0
(244,241,240)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2CDD5 color. Also use rgb(226,205,213) instead hex code.

Text Font Color

.myTextColor { color: #E2CDD5; }

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

This text font color is #E2CDD5.

Background Color

.myBgColor { background-color: #E2CDD5; }

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

This div background color is #E2CDD5.

Border color

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

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

This div border color is #E2CDD5.

Opacity

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

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

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

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

This text has shadow with #E2CDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2CDD5.

Preview

Color preview on black background

This text has color #E2CDD5 on black background.


Color preview on white background

This text has color #E2CDD5 on white background.


Black color preview on #E2CDD5 background

This text has black color on #E2CDD5 background.


White color preview on #E2CDD5 background

This text has white color on #E2CDD5 background.


Related colors

Complementary color

Complementary color for #hex is #1D322A.


I love getcolorcode.com

Triadic colors

1 #D5E2CD and #CDD5E2 with #E2CDD5 are triadic colors.

2 #D5CDE2 and #CDE2D5 with #E2CDD5 are triadic colors.