COLOR #E3D2FF

HEX: #E3D2FF RGB: (227,210,255)

Color info

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

RGB color model

#E3D2FF color RGB value is (227,210,255).

RGB: (227,210,255) (89%, 82%, 100%)

RGB channels and saturation

R 227 of 255 = 89%
G 210 of 255 = 82%
B 255 of 255 = 100%

227
210
255

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

Portions of RGB colors in percentages

R + G + B = 227 + 210 + 255 = 692 (100%)
R 227 of 692 ~ 32.8%
G 210 of 692 ~ 30.35%
B 255 of 692 ~ 36.85'%

%32.8
%30.35
%36.85

CMYK color model

#E3D2FF color CMYK value is (11,18,0,0).

  • cyan value is 10.98%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (11,18,0,0)
C11M18Y0K0 (11%, 18%, 0%, 0%)
(0.11 / 0.18 / 0.00 / 0.00)

CMYK percentages

%10.98
%17.65
%0
%0

Codes

Color #E3D2FF in popluar color models

E3 D2 FF
RGB 227 210 255
HSL 263° 100.00% 91.18%
HSB/HSV 263° 17.65% 100.00%
CMYK 10.98% 17.65% 0.00%
0.00%

Color #E3D2FF in popluar number systems.

HEX E3 D2 FF
Decimal 227 210 255
Binary 11100011 11010010 11111111
Octal 343 322 377

Shades and tints

Shades of #E3D2FF

#E3D2FF
(227,210,255)
#CFBFE8
(207,191,232)
#BBACD1
(187,172,209)
#A799BA
(167,153,186)
#9386A3
(147,134,163)
#7F738C
(127,115,140)
#6B6075
(107,96,117)
#574D5E
(87,77,94)
#433A47
(67,58,71)
#2F2730
(47,39,48)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #E3D2FF

#E3D2FF
(227,210,255)
#E5D6FF
(229,214,255)
#E7DAFF
(231,218,255)
#E9DEFF
(233,222,255)
#EBE2FF
(235,226,255)
#EDE6FF
(237,230,255)
#EFEAFF
(239,234,255)
#F1EEFF
(241,238,255)
#F3F2FF
(243,242,255)
#F5F6FF
(245,246,255)
#F7FAFF
(247,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D2FF color. Also use rgb(227,210,255) instead hex code.

Text Font Color

.myTextColor { color: #E3D2FF; }

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

This text font color is #E3D2FF.

Background Color

.myBgColor { background-color: #E3D2FF; }

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

This div background color is #E3D2FF.

Border color

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

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

This div border color is #E3D2FF.

Opacity

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

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

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

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

This text has shadow with #E3D2FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D2FF.

Preview

Color preview on black background

This text has color #E3D2FF on black background.


Color preview on white background

This text has color #E3D2FF on white background.


Black color preview on #E3D2FF background

This text has black color on #E3D2FF background.


White color preview on #E3D2FF background

This text has white color on #E3D2FF background.


Related colors

Complementary color

Complementary color for #hex is #1C2D00.


I love getcolorcode.com

Triadic colors

1 #FFE3D2 and #D2FFE3 with #E3D2FF are triadic colors.

2 #FFD2E3 and #D2E3FF with #E3D2FF are triadic colors.