COLOR #E2BEDF

HEX: #E2BEDF RGB: (226,190,223)

Color info

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

RGB color model

#E2BEDF color RGB value is (226,190,223).

RGB: (226,190,223) (89%, 75%, 87%)

RGB channels and saturation

R 226 of 255 = 89%
G 190 of 255 = 75%
B 223 of 255 = 87%

226
190
223

R + G + B ~ 84%. #E2BEDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 190 + 223 = 639 (100%)
R 226 of 639 ~ 35.37%
G 190 of 639 ~ 29.73%
B 223 of 639 ~ 34.9'%

%35.37
%29.73
%34.9

CMYK color model

#E2BEDF color CMYK value is (0,16,1,11).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 1.33%
  • key color value is 11.37%
CMYK: (0,16,1,11) C0M16Y1K11 (0%,16%,1%,11%) (0.00/0.16/0.01/0.11) 

CMYK percentages

%0
%15.93
%1.33
%11.37

Codes

Color #E2BEDF in popluar color models

E2 BE DF
RGB 226 190 223
HSL 305° 38.30% 81.57%
HSB/HSV 305° 15.93% 88.63%
CMYK 0.00% 15.93% 1.33%
11.37%

Color #E2BEDF in popluar number systems.

HEX E2 BE DF
Decimal 226 190 223
Binary 11100010 10111110 11011111
Octal 342 276 337

Shades and tints

Shades of #E2BEDF

#E2BEDF
(226,190,223)
#CEADCB
(206,173,203)
#BA9CB7
(186,156,183)
#A68BA3
(166,139,163)
#927A8F
(146,122,143)
#7E697B
(126,105,123)
#6A5867
(106,88,103)
#564753
(86,71,83)
#42363F
(66,54,63)
#2E252B
(46,37,43)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #E2BEDF

#E2BEDF
(226,190,223)
#E4C3E1
(228,195,225)
#E6C8E3
(230,200,227)
#E8CDE5
(232,205,229)
#EAD2E7
(234,210,231)
#ECD7E9
(236,215,233)
#EEDCEB
(238,220,235)
#F0E1ED
(240,225,237)
#F2E6EF
(242,230,239)
#F4EBF1
(244,235,241)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BEDF color. Also use rgb(226,190,223) instead hex code.

Text Font Color

.myTextColor { color: #E2BEDF; }

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

This text font color is #E2BEDF.

Background Color

.myBgColor { background-color: #E2BEDF; }

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

This div background color is #E2BEDF.

Border color

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

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

This div border color is #E2BEDF.

Opacity

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

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

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

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

This text has shadow with #E2BEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2BEDF.

Preview

Color preview on black background

This text has color #E2BEDF on black background.


Color preview on white background

This text has color #E2BEDF on white background.


Black color preview on #E2BEDF background

This text has black color on #E2BEDF background.


White color preview on #E2BEDF background

This text has white color on #E2BEDF background.


Related colors

Complementary color

Complementary color for #hex is #1D4120.


I love getcolorcode.com

Triadic colors

1 #DFE2BE and #BEDFE2 with #E2BEDF are triadic colors.

2 #DFBEE2 and #BEE2DF with #E2BEDF are triadic colors.