COLOR #E2C9DE

HEX: #E2C9DE RGB: (226,201,222)

Color info

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

RGB color model

#E2C9DE color RGB value is (226,201,222).

RGB: (226,201,222) (89%, 79%, 87%)

RGB channels and saturation

R 226 of 255 = 89%
G 201 of 255 = 79%
B 222 of 255 = 87%

226
201
222

R + G + B ~ 85%. #E2C9DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 201 + 222 = 649 (100%)
R 226 of 649 ~ 34.82%
G 201 of 649 ~ 30.97%
B 222 of 649 ~ 34.21'%

%34.82
%30.97
%34.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 1.77%
  • key color value is 11.37%

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

CMYK percentages

%0
%11.06
%1.77
%11.37

Codes

Color #E2C9DE in popluar color models

E2 C9 DE
RGB 226 201 222
HSL 310° 30.12% 83.73%
HSB/HSV 310° 11.06% 88.63%
CMYK 0.00% 11.06% 1.77%
11.37%

Color #E2C9DE in popluar number systems.

HEX E2 C9 DE
Decimal 226 201 222
Binary 11100010 11001001 11011110
Octal 342 311 336

Shades and tints

Shades of #E2C9DE

#E2C9DE
(226,201,222)
#CEB7CA
(206,183,202)
#BAA5B6
(186,165,182)
#A693A2
(166,147,162)
#92818E
(146,129,142)
#7E6F7A
(126,111,122)
#6A5D66
(106,93,102)
#564B52
(86,75,82)
#42393E
(66,57,62)
#2E272A
(46,39,42)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #E2C9DE

#E2C9DE
(226,201,222)
#E4CDE1
(228,205,225)
#E6D1E4
(230,209,228)
#E8D5E7
(232,213,231)
#EAD9EA
(234,217,234)
#ECDDED
(236,221,237)
#EEE1F0
(238,225,240)
#F0E5F3
(240,229,243)
#F2E9F6
(242,233,246)
#F4EDF9
(244,237,249)
#F6F1FC
(246,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2C9DE; }

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

This text font color is #E2C9DE.

Background Color

.myBgColor { background-color: #E2C9DE; }

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

This div background color is #E2C9DE.

Border color

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

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

This div border color is #E2C9DE.

Opacity

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

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

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

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

This text has shadow with #E2C9DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C9DE.

Preview

Color preview on black background

This text has color #E2C9DE on black background.


Color preview on white background

This text has color #E2C9DE on white background.


Black color preview on #E2C9DE background

This text has black color on #E2C9DE background.


White color preview on #E2C9DE background

This text has white color on #E2C9DE background.


Related colors

Complementary color

Complementary color for #hex is #1D3621.


I love getcolorcode.com

Triadic colors

1 #DEE2C9 and #C9DEE2 with #E2C9DE are triadic colors.

2 #DEC9E2 and #C9E2DE with #E2C9DE are triadic colors.