COLOR #E2CDEB

HEX: #E2CDEB
RGB: (226,205,235)

Color info

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

RGB color model

#E2CDEB color RGB value is (226,205,235).

  • red value is 226;
  • green value is 205;
  • blue value is 235.
RGB:
(226,205,235)
(89%,80%,92%)

RGB channels and saturation

R 226 of 255 = 89%
G 205 of 255 = 80%
B 235 of 255 = 92%

226
205
235

R + G + B ~ 87%. #E2CDEB is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 205 + 235 = 666 (100%)
R 226 of 666 ~ 33.93%
G 205 of 666 ~ 30.78%
B 235 of 666 ~ 35.29%

%33.93
%30.78
%35.29

CMYK color model

#E2CDEB color CMYK value is (4,13,0,8).

  • cyan value is 3.83%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(4,13,0,8)
C4M13Y0K8 
(4%,13%,0%,8%)
(0.04/0.13/0.00/0.08)	

CMYK percentages

%3.83
%12.77
%0
%7.84

Codes

Color #E2CDEB in popluar color models

E2CDEB
RGB226205235
HSL282°42.86%86.27%
HSB/HSV282°12.77%92.16%
CMYK3.83%12.77%0.00%
7.84%

Color #E2CDEB in popluar number systems.

HEXE2CDEB
Decimal226205235
Binary111000101100110111101011
Octal342315353

Shades and tints

Shades of #E2CDEB

#E2CDEB
(226,205,235)
#CEBBD6
(206,187,214)
#BAA9C1
(186,169,193)
#A697AC
(166,151,172)
#928597
(146,133,151)
#7E7382
(126,115,130)
#6A616D
(106,97,109)
#564F58
(86,79,88)
#423D43
(66,61,67)
#2E2B2E
(46,43,46)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #E2CDEB

#E2CDEB
(226,205,235)
#E4D1EC
(228,209,236)
#E6D5ED
(230,213,237)
#E8D9EE
(232,217,238)
#EADDEF
(234,221,239)
#ECE1F0
(236,225,240)
#EEE5F1
(238,229,241)
#F0E9F2
(240,233,242)
#F2EDF3
(242,237,243)
#F4F1F4
(244,241,244)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2CDEB; }

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

This text font color is #E2CDEB.


Background Color

.myBgColor { background-color: #E2CDEB; }

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

This div background color is #E2CDEB.


Border color

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

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

This div border color is #E2CDEB.


Opacity

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

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

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

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

This text has shadow with #E2CDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CDEB on black background.


Color preview on white background

This text has color #E2CDEB on white background.



Black color preview on #E2CDEB background

This text has black color on #E2CDEB background.


White color preview on #E2CDEB background

This text has white color on #E2CDEB background.