COLOR #E2D7EB

HEX: #E2D7EB RGB: (226,215,235)

Color info

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

RGB color model

#E2D7EB color RGB value is (226,215,235).

RGB: (226,215,235) (89%, 84%, 92%)

RGB channels and saturation

R 226 of 255 = 89%
G 215 of 255 = 84%
B 235 of 255 = 92%

226
215
235

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

Portions of RGB colors in percentages

R + G + B = 226 + 215 + 235 = 676 (100%)
R 226 of 676 ~ 33.43%
G 215 of 676 ~ 31.8%
B 235 of 676 ~ 34.76'%

%33.43
%31.8
%34.76

CMYK color model

#E2D7EB color CMYK value is (4,9,0,8).

  • cyan value is 3.83%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (4,9,0,8) C4M9Y0K8 (4%,9%,0%,8%) (0.04/0.09/0.00/0.08) 

CMYK percentages

%3.83
%8.51
%0
%7.84

Codes

Color #E2D7EB in popluar color models

E2 D7 EB
RGB 226 215 235
HSL 273° 33.33% 88.24%
HSB/HSV 273° 8.51% 92.16%
CMYK 3.83% 8.51% 0.00%
7.84%

Color #E2D7EB in popluar number systems.

HEX E2 D7 EB
Decimal 226 215 235
Binary 11100010 11010111 11101011
Octal 342 327 353

Shades and tints

Shades of #E2D7EB

#E2D7EB
(226,215,235)
#CEC4D6
(206,196,214)
#BAB1C1
(186,177,193)
#A69EAC
(166,158,172)
#928B97
(146,139,151)
#7E7882
(126,120,130)
#6A656D
(106,101,109)
#565258
(86,82,88)
#423F43
(66,63,67)
#2E2C2E
(46,44,46)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #E2D7EB

#E2D7EB
(226,215,235)
#E4DAEC
(228,218,236)
#E6DDED
(230,221,237)
#E8E0EE
(232,224,238)
#EAE3EF
(234,227,239)
#ECE6F0
(236,230,240)
#EEE9F1
(238,233,241)
#F0ECF2
(240,236,242)
#F2EFF3
(242,239,243)
#F4F2F4
(244,242,244)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D7EB color. Also use rgb(226,215,235) instead hex code.

Text Font Color

.myTextColor { color: #E2D7EB; }

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

This text font color is #E2D7EB.

Background Color

.myBgColor { background-color: #E2D7EB; }

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

This div background color is #E2D7EB.

Border color

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

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

This div border color is #E2D7EB.

Opacity

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

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

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

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

This text has shadow with #E2D7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D7EB.

Preview

Color preview on black background

This text has color #E2D7EB on black background.


Color preview on white background

This text has color #E2D7EB on white background.


Black color preview on #E2D7EB background

This text has black color on #E2D7EB background.


White color preview on #E2D7EB background

This text has white color on #E2D7EB background.


Related colors

Complementary color

Complementary color for #hex is #1D2814.


I love getcolorcode.com

Triadic colors

1 #EBE2D7 and #D7EBE2 with #E2D7EB are triadic colors.

2 #EBD7E2 and #D7E2EB with #E2D7EB are triadic colors.