COLOR #E2DEE3

HEX: #E2DEE3 RGB: (226,222,227)

Color info

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

RGB color model

#E2DEE3 color RGB value is (226,222,227).

RGB: (226,222,227) (89%, 87%, 89%)

RGB channels and saturation

R 226 of 255 = 89%
G 222 of 255 = 87%
B 227 of 255 = 89%

226
222
227

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

Portions of RGB colors in percentages

R + G + B = 226 + 222 + 227 = 675 (100%)
R 226 of 675 ~ 33.48%
G 222 of 675 ~ 32.89%
B 227 of 675 ~ 33.63'%

%33.48
%32.89
%33.63

CMYK color model

#E2DEE3 color CMYK value is (0,2,0,11).

  • cyan value is 0.44%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (0,2,0,11)
C0M2Y0K11 (0%, 2%, 0%, 11%)
(0.00 / 0.02 / 0.00 / 0.11)

CMYK percentages

%0.44
%2.2
%0
%10.98

Codes

Color #E2DEE3 in popluar color models

E2 DE E3
RGB 226 222 227
HSL 288° 8.20% 88.04%
HSB/HSV 288° 2.20% 89.02%
CMYK 0.44% 2.20% 0.00%
10.98%

Color #E2DEE3 in popluar number systems.

HEX E2 DE E3
Decimal 226 222 227
Binary 11100010 11011110 11100011
Octal 342 336 343

Shades and tints

Shades of #E2DEE3

#E2DEE3
(226,222,227)
#CECACF
(206,202,207)
#BAB6BB
(186,182,187)
#A6A2A7
(166,162,167)
#928E93
(146,142,147)
#7E7A7F
(126,122,127)
#6A666B
(106,102,107)
#565257
(86,82,87)
#423E43
(66,62,67)
#2E2A2F
(46,42,47)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #E2DEE3

#E2DEE3
(226,222,227)
#E4E1E5
(228,225,229)
#E6E4E7
(230,228,231)
#E8E7E9
(232,231,233)
#EAEAEB
(234,234,235)
#ECEDED
(236,237,237)
#EEF0EF
(238,240,239)
#F0F3F1
(240,243,241)
#F2F6F3
(242,246,243)
#F4F9F5
(244,249,245)
#F6FCF7
(246,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DEE3 color. Also use rgb(226,222,227) instead hex code.

Text Font Color

.myTextColor { color: #E2DEE3; }

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

This text font color is #E2DEE3.

Background Color

.myBgColor { background-color: #E2DEE3; }

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

This div background color is #E2DEE3.

Border color

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

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

This div border color is #E2DEE3.

Opacity

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

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

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

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

This text has shadow with #E2DEE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DEE3.

Preview

Color preview on black background

This text has color #E2DEE3 on black background.


Color preview on white background

This text has color #E2DEE3 on white background.


Black color preview on #E2DEE3 background

This text has black color on #E2DEE3 background.


White color preview on #E2DEE3 background

This text has white color on #E2DEE3 background.


Related colors

Complementary color

Complementary color for #hex is #1D211C.


I love getcolorcode.com

Triadic colors

1 #E3E2DE and #DEE3E2 with #E2DEE3 are triadic colors.

2 #E3DEE2 and #DEE2E3 with #E2DEE3 are triadic colors.