COLOR #E2C2CD

HEX: #E2C2CD RGB: (226,194,205)

Color info

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

RGB color model

#E2C2CD color RGB value is (226,194,205).

RGB: (226,194,205) (89%, 76%, 80%)

RGB channels and saturation

R 226 of 255 = 89%
G 194 of 255 = 76%
B 205 of 255 = 80%

226
194
205

R + G + B ~ 82%. #E2C2CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 194 + 205 = 625 (100%)
R 226 of 625 ~ 36.16%
G 194 of 625 ~ 31.04%
B 205 of 625 ~ 32.8'%

%36.16
%31.04
%32.8

CMYK color model

#E2C2CD color CMYK value is (0,14,9,11).

  • cyan value is 0.00%
  • magenta value is 14.16%
  • yellow value is 9.29%
  • key color value is 11.37%

CMYK: (0,14,9,11)
C0M14Y9K11 (0%, 14%, 9%, 11%)
(0.00 / 0.14 / 0.09 / 0.11)

CMYK percentages

%0
%14.16
%9.29
%11.37

Codes

Color #E2C2CD in popluar color models

E2 C2 CD
RGB 226 194 205
HSL 339° 35.56% 82.35%
HSB/HSV 339° 14.16% 88.63%
CMYK 0.00% 14.16% 9.29%
11.37%

Color #E2C2CD in popluar number systems.

HEX E2 C2 CD
Decimal 226 194 205
Binary 11100010 11000010 11001101
Octal 342 302 315

Shades and tints

Shades of #E2C2CD

#E2C2CD
(226,194,205)
#CEB1BB
(206,177,187)
#BAA0A9
(186,160,169)
#A68F97
(166,143,151)
#927E85
(146,126,133)
#7E6D73
(126,109,115)
#6A5C61
(106,92,97)
#564B4F
(86,75,79)
#423A3D
(66,58,61)
#2E292B
(46,41,43)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #E2C2CD

#E2C2CD
(226,194,205)
#E4C7D1
(228,199,209)
#E6CCD5
(230,204,213)
#E8D1D9
(232,209,217)
#EAD6DD
(234,214,221)
#ECDBE1
(236,219,225)
#EEE0E5
(238,224,229)
#F0E5E9
(240,229,233)
#F2EAED
(242,234,237)
#F4EFF1
(244,239,241)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C2CD color. Also use rgb(226,194,205) instead hex code.

Text Font Color

.myTextColor { color: #E2C2CD; }

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

This text font color is #E2C2CD.

Background Color

.myBgColor { background-color: #E2C2CD; }

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

This div background color is #E2C2CD.

Border color

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

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

This div border color is #E2C2CD.

Opacity

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

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

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

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

This text has shadow with #E2C2CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C2CD.

Preview

Color preview on black background

This text has color #E2C2CD on black background.


Color preview on white background

This text has color #E2C2CD on white background.


Black color preview on #E2C2CD background

This text has black color on #E2C2CD background.


White color preview on #E2C2CD background

This text has white color on #E2C2CD background.


Related colors

Complementary color

Complementary color for #hex is #1D3D32.


I love getcolorcode.com

Triadic colors

1 #CDE2C2 and #C2CDE2 with #E2C2CD are triadic colors.

2 #CDC2E2 and #C2E2CD with #E2C2CD are triadic colors.