COLOR #E2D2F6

HEX: #E2D2F6 RGB: (226,210,246)

Color info

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

RGB color model

#E2D2F6 color RGB value is (226,210,246).

RGB: (226,210,246) (89%, 82%, 96%)

RGB channels and saturation

R 226 of 255 = 89%
G 210 of 255 = 82%
B 246 of 255 = 96%

226
210
246

R + G + B ~ 89%. #E2D2F6 is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 210 + 246 = 682 (100%)
R 226 of 682 ~ 33.14%
G 210 of 682 ~ 30.79%
B 246 of 682 ~ 36.07'%

%33.14
%30.79
%36.07

CMYK color model

#E2D2F6 color CMYK value is (8,15,0,4).

  • cyan value is 8.13%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (8,15,0,4) C8M15Y0K4 (8%,15%,0%,4%) (0.08/0.15/0.00/0.04) 

CMYK percentages

%8.13
%14.63
%0
%3.53

Codes

Color #E2D2F6 in popluar color models

E2 D2 F6
RGB 226 210 246
HSL 267° 66.67% 89.41%
HSB/HSV 267° 14.63% 96.47%
CMYK 8.13% 14.63% 0.00%
3.53%

Color #E2D2F6 in popluar number systems.

HEX E2 D2 F6
Decimal 226 210 246
Binary 11100010 11010010 11110110
Octal 342 322 366

Shades and tints

Shades of #E2D2F6

#E2D2F6
(226,210,246)
#CEBFE0
(206,191,224)
#BAACCA
(186,172,202)
#A699B4
(166,153,180)
#92869E
(146,134,158)
#7E7388
(126,115,136)
#6A6072
(106,96,114)
#564D5C
(86,77,92)
#423A46
(66,58,70)
#2E2730
(46,39,48)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #E2D2F6

#E2D2F6
(226,210,246)
#E4D6F6
(228,214,246)
#E6DAF6
(230,218,246)
#E8DEF6
(232,222,246)
#EAE2F6
(234,226,246)
#ECE6F6
(236,230,246)
#EEEAF6
(238,234,246)
#F0EEF6
(240,238,246)
#F2F2F6
(242,242,246)
#F4F6F6
(244,246,246)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D2F6 color. Also use rgb(226,210,246) instead hex code.

Text Font Color

.myTextColor { color: #E2D2F6; }

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

This text font color is #E2D2F6.

Background Color

.myBgColor { background-color: #E2D2F6; }

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

This div background color is #E2D2F6.

Border color

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

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

This div border color is #E2D2F6.

Opacity

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

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

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

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

This text has shadow with #E2D2F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D2F6.

Preview

Color preview on black background

This text has color #E2D2F6 on black background.


Color preview on white background

This text has color #E2D2F6 on white background.


Black color preview on #E2D2F6 background

This text has black color on #E2D2F6 background.


White color preview on #E2D2F6 background

This text has white color on #E2D2F6 background.


Related colors

Complementary color

Complementary color for #hex is #1D2D09.


I love getcolorcode.com

Triadic colors

1 #F6E2D2 and #D2F6E2 with #E2D2F6 are triadic colors.

2 #F6D2E2 and #D2E2F6 with #E2D2F6 are triadic colors.