COLOR #E2C6DD

HEX: #E2C6DD
RGB: (226,198,221)

Color info

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

RGB color model

#E2C6DD color RGB value is (226,198,221).

  • red value is 226;
  • green value is 198;
  • blue value is 221.
RGB:
(226,198,221)
(89%,78%,87%)

RGB channels and saturation

R 226 of 255 = 89%
G 198 of 255 = 78%
B 221 of 255 = 87%

226
198
221

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

Portions of RGB colors in percentages

R + G + B =
226 + 198 + 221 = 645 (100%)
R 226 of 645 ~ 35.04%
G 198 of 645 ~ 30.7%
B 221 of 645 ~ 34.26%

%35.04
%30.7
%34.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.39%
  • yellow value is 2.21%
  • key color value is 11.37%
CMYK:
(0,12,2,11)
C0M12Y2K11 
(0%,12%,2%,11%)
(0.00/0.12/0.02/0.11)	

CMYK percentages

%0
%12.39
%2.21
%11.37

Codes

Color #E2C6DD in popluar color models

E2C6DD
RGB226198221
HSL311°32.56%83.14%
HSB/HSV311°12.39%88.63%
CMYK0.00%12.39%2.21%
11.37%

Color #E2C6DD in popluar number systems.

HEXE2C6DD
Decimal226198221
Binary111000101100011011011101
Octal342306335

Shades and tints

Shades of #E2C6DD

#E2C6DD
(226,198,221)
#CEB4C9
(206,180,201)
#BAA2B5
(186,162,181)
#A690A1
(166,144,161)
#927E8D
(146,126,141)
#7E6C79
(126,108,121)
#6A5A65
(106,90,101)
#564851
(86,72,81)
#42363D
(66,54,61)
#2E2429
(46,36,41)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #E2C6DD

#E2C6DD
(226,198,221)
#E4CBE0
(228,203,224)
#E6D0E3
(230,208,227)
#E8D5E6
(232,213,230)
#EADAE9
(234,218,233)
#ECDFEC
(236,223,236)
#EEE4EF
(238,228,239)
#F0E9F2
(240,233,242)
#F2EEF5
(242,238,245)
#F4F3F8
(244,243,248)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C6DD color. Also use rgb(226,198,221) instead hex code.

Text Font Color

.myTextColor { color: #E2C6DD; }

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

This text font color is #E2C6DD.


Background Color

.myBgColor { background-color: #E2C6DD; }

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

This div background color is #E2C6DD.


Border color

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

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

This div border color is #E2C6DD.


Opacity

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

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

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

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

This text has shadow with #E2C6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C6DD on black background.


Color preview on white background

This text has color #E2C6DD on white background.



Black color preview on #E2C6DD background

This text has black color on #E2C6DD background.


White color preview on #E2C6DD background

This text has white color on #E2C6DD background.