COLOR #E2D2ED

HEX: #E2D2ED RGB: (226,210,237)

Color info

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

RGB color model

#E2D2ED color RGB value is (226,210,237).

RGB: (226,210,237) (89%, 82%, 93%)

RGB channels and saturation

R 226 of 255 = 89%
G 210 of 255 = 82%
B 237 of 255 = 93%

226
210
237

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

Portions of RGB colors in percentages

R + G + B = 226 + 210 + 237 = 673 (100%)
R 226 of 673 ~ 33.58%
G 210 of 673 ~ 31.2%
B 237 of 673 ~ 35.22'%

%33.58
%31.2
%35.22

CMYK color model

#E2D2ED color CMYK value is (5,11,0,7).

  • cyan value is 4.64%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (5,11,0,7)
C5M11Y0K7 (5%, 11%, 0%, 7%)
(0.05 / 0.11 / 0.00 / 0.07)

CMYK percentages

%4.64
%11.39
%0
%7.06

Codes

Color #E2D2ED in popluar color models

E2 D2 ED
RGB 226 210 237
HSL 276° 42.86% 87.65%
HSB/HSV 276° 11.39% 92.94%
CMYK 4.64% 11.39% 0.00%
7.06%

Color #E2D2ED in popluar number systems.

HEX E2 D2 ED
Decimal 226 210 237
Binary 11100010 11010010 11101101
Octal 342 322 355

Shades and tints

Shades of #E2D2ED

#E2D2ED
(226,210,237)
#CEBFD8
(206,191,216)
#BAACC3
(186,172,195)
#A699AE
(166,153,174)
#928699
(146,134,153)
#7E7384
(126,115,132)
#6A606F
(106,96,111)
#564D5A
(86,77,90)
#423A45
(66,58,69)
#2E2730
(46,39,48)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #E2D2ED

#E2D2ED
(226,210,237)
#E4D6EE
(228,214,238)
#E6DAEF
(230,218,239)
#E8DEF0
(232,222,240)
#EAE2F1
(234,226,241)
#ECE6F2
(236,230,242)
#EEEAF3
(238,234,243)
#F0EEF4
(240,238,244)
#F2F2F5
(242,242,245)
#F4F6F6
(244,246,246)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D2ED color. Also use rgb(226,210,237) instead hex code.

Text Font Color

.myTextColor { color: #E2D2ED; }

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

This text font color is #E2D2ED.

Background Color

.myBgColor { background-color: #E2D2ED; }

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

This div background color is #E2D2ED.

Border color

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

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

This div border color is #E2D2ED.

Opacity

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

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

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

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

This text has shadow with #E2D2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D2ED.

Preview

Color preview on black background

This text has color #E2D2ED on black background.


Color preview on white background

This text has color #E2D2ED on white background.


Black color preview on #E2D2ED background

This text has black color on #E2D2ED background.


White color preview on #E2D2ED background

This text has white color on #E2D2ED background.


Related colors

Complementary color

Complementary color for #hex is #1D2D12.


I love getcolorcode.com

Triadic colors

1 #EDE2D2 and #D2EDE2 with #E2D2ED are triadic colors.

2 #EDD2E2 and #D2E2ED with #E2D2ED are triadic colors.