COLOR #E2D2FC

HEX: #E2D2FC RGB: (226,210,252)

Color info

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

RGB color model

#E2D2FC color RGB value is (226,210,252).

RGB: (226,210,252) (89%, 82%, 99%)

RGB channels and saturation

R 226 of 255 = 89%
G 210 of 255 = 82%
B 252 of 255 = 99%

226
210
252

R + G + B ~ 90%. #E2D2FC is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 210 + 252 = 688 (100%)
R 226 of 688 ~ 32.85%
G 210 of 688 ~ 30.52%
B 252 of 688 ~ 36.63'%

%32.85
%30.52
%36.63

CMYK color model

#E2D2FC color CMYK value is (10,17,0,1).

  • cyan value is 10.32%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK: (10,17,0,1) C10M17Y0K1 (10%,17%,0%,1%) (0.10/0.17/0.00/0.01) 

CMYK percentages

%10.32
%16.67
%0
%1.18

Codes

Color #E2D2FC in popluar color models

E2 D2 FC
RGB 226 210 252
HSL 263° 87.50% 90.59%
HSB/HSV 263° 16.67% 98.82%
CMYK 10.32% 16.67% 0.00%
1.18%

Color #E2D2FC in popluar number systems.

HEX E2 D2 FC
Decimal 226 210 252
Binary 11100010 11010010 11111100
Octal 342 322 374

Shades and tints

Shades of #E2D2FC

#E2D2FC
(226,210,252)
#CEBFE6
(206,191,230)
#BAACD0
(186,172,208)
#A699BA
(166,153,186)
#9286A4
(146,134,164)
#7E738E
(126,115,142)
#6A6078
(106,96,120)
#564D62
(86,77,98)
#423A4C
(66,58,76)
#2E2736
(46,39,54)
#1A1420
(26,20,32)
#000000
(0,0,0)

Tints of #E2D2FC

#E2D2FC
(226,210,252)
#E4D6FC
(228,214,252)
#E6DAFC
(230,218,252)
#E8DEFC
(232,222,252)
#EAE2FC
(234,226,252)
#ECE6FC
(236,230,252)
#EEEAFC
(238,234,252)
#F0EEFC
(240,238,252)
#F2F2FC
(242,242,252)
#F4F6FC
(244,246,252)
#F6FAFC
(246,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D2FC; }

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

This text font color is #E2D2FC.

Background Color

.myBgColor { background-color: #E2D2FC; }

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

This div background color is #E2D2FC.

Border color

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

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

This div border color is #E2D2FC.

Opacity

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

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

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

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

This text has shadow with #E2D2FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D2FC.

Preview

Color preview on black background

This text has color #E2D2FC on black background.


Color preview on white background

This text has color #E2D2FC on white background.


Black color preview on #E2D2FC background

This text has black color on #E2D2FC background.


White color preview on #E2D2FC background

This text has white color on #E2D2FC background.


Related colors

Complementary color

Complementary color for #hex is #1D2D03.


I love getcolorcode.com

Triadic colors

1 #FCE2D2 and #D2FCE2 with #E2D2FC are triadic colors.

2 #FCD2E2 and #D2E2FC with #E2D2FC are triadic colors.