COLOR #E2DBEC

HEX: #E2DBEC RGB: (226,219,236)

Color info

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

RGB color model

#E2DBEC color RGB value is (226,219,236).

RGB: (226,219,236) (89%, 86%, 93%)

RGB channels and saturation

R 226 of 255 = 89%
G 219 of 255 = 86%
B 236 of 255 = 93%

226
219
236

R + G + B ~ 89%. #E2DBEC is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 219 + 236 = 681 (100%)
R 226 of 681 ~ 33.19%
G 219 of 681 ~ 32.16%
B 236 of 681 ~ 34.65'%

%33.19
%32.16
%34.65

CMYK color model

#E2DBEC color CMYK value is (4,7,0,7).

  • cyan value is 4.24%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (4,7,0,7)
C4M7Y0K7 (4%, 7%, 0%, 7%)
(0.04 / 0.07 / 0.00 / 0.07)

CMYK percentages

%4.24
%7.2
%0
%7.45

Codes

Color #E2DBEC in popluar color models

E2 DB EC
RGB 226 219 236
HSL 265° 30.91% 89.22%
HSB/HSV 265° 7.20% 92.55%
CMYK 4.24% 7.20% 0.00%
7.45%

Color #E2DBEC in popluar number systems.

HEX E2 DB EC
Decimal 226 219 236
Binary 11100010 11011011 11101100
Octal 342 333 354

Shades and tints

Shades of #E2DBEC

#E2DBEC
(226,219,236)
#CEC8D7
(206,200,215)
#BAB5C2
(186,181,194)
#A6A2AD
(166,162,173)
#928F98
(146,143,152)
#7E7C83
(126,124,131)
#6A696E
(106,105,110)
#565659
(86,86,89)
#424344
(66,67,68)
#2E302F
(46,48,47)
#1A1D1A
(26,29,26)
#000000
(0,0,0)

Tints of #E2DBEC

#E2DBEC
(226,219,236)
#E4DEED
(228,222,237)
#E6E1EE
(230,225,238)
#E8E4EF
(232,228,239)
#EAE7F0
(234,231,240)
#ECEAF1
(236,234,241)
#EEEDF2
(238,237,242)
#F0F0F3
(240,240,243)
#F2F3F4
(242,243,244)
#F4F6F5
(244,246,245)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DBEC color. Also use rgb(226,219,236) instead hex code.

Text Font Color

.myTextColor { color: #E2DBEC; }

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

This text font color is #E2DBEC.

Background Color

.myBgColor { background-color: #E2DBEC; }

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

This div background color is #E2DBEC.

Border color

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

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

This div border color is #E2DBEC.

Opacity

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

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

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

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

This text has shadow with #E2DBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DBEC.

Preview

Color preview on black background

This text has color #E2DBEC on black background.


Color preview on white background

This text has color #E2DBEC on white background.


Black color preview on #E2DBEC background

This text has black color on #E2DBEC background.


White color preview on #E2DBEC background

This text has white color on #E2DBEC background.


Related colors

Complementary color

Complementary color for #hex is #1D2413.


I love getcolorcode.com

Triadic colors

1 #ECE2DB and #DBECE2 with #E2DBEC are triadic colors.

2 #ECDBE2 and #DBE2EC with #E2DBEC are triadic colors.