COLOR #E3DCF5

HEX: #E3DCF5 RGB: (227,220,245)

Color info

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

RGB color model

#E3DCF5 color RGB value is (227,220,245).

RGB: (227,220,245) (89%, 86%, 96%)

RGB channels and saturation

R 227 of 255 = 89%
G 220 of 255 = 86%
B 245 of 255 = 96%

227
220
245

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

Portions of RGB colors in percentages

R + G + B = 227 + 220 + 245 = 692 (100%)
R 227 of 692 ~ 32.8%
G 220 of 692 ~ 31.79%
B 245 of 692 ~ 35.4'%

%32.8
%31.79
%35.4

CMYK color model

#E3DCF5 color CMYK value is (7,10,0,4).

  • cyan value is 7.35%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (7,10,0,4)
C7M10Y0K4 (7%, 10%, 0%, 4%)
(0.07 / 0.10 / 0.00 / 0.04)

CMYK percentages

%7.35
%10.2
%0
%3.92

Codes

Color #E3DCF5 in popluar color models

E3 DC F5
RGB 227 220 245
HSL 257° 55.56% 91.18%
HSB/HSV 257° 10.20% 96.08%
CMYK 7.35% 10.20% 0.00%
3.92%

Color #E3DCF5 in popluar number systems.

HEX E3 DC F5
Decimal 227 220 245
Binary 11100011 11011100 11110101
Octal 343 334 365

Shades and tints

Shades of #E3DCF5

#E3DCF5
(227,220,245)
#CFC8DF
(207,200,223)
#BBB4C9
(187,180,201)
#A7A0B3
(167,160,179)
#938C9D
(147,140,157)
#7F7887
(127,120,135)
#6B6471
(107,100,113)
#57505B
(87,80,91)
#433C45
(67,60,69)
#2F282F
(47,40,47)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #E3DCF5

#E3DCF5
(227,220,245)
#E5DFF5
(229,223,245)
#E7E2F5
(231,226,245)
#E9E5F5
(233,229,245)
#EBE8F5
(235,232,245)
#EDEBF5
(237,235,245)
#EFEEF5
(239,238,245)
#F1F1F5
(241,241,245)
#F3F4F5
(243,244,245)
#F5F7F5
(245,247,245)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DCF5 color. Also use rgb(227,220,245) instead hex code.

Text Font Color

.myTextColor { color: #E3DCF5; }

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

This text font color is #E3DCF5.

Background Color

.myBgColor { background-color: #E3DCF5; }

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

This div background color is #E3DCF5.

Border color

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

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

This div border color is #E3DCF5.

Opacity

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

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

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

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

This text has shadow with #E3DCF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DCF5.

Preview

Color preview on black background

This text has color #E3DCF5 on black background.


Color preview on white background

This text has color #E3DCF5 on white background.


Black color preview on #E3DCF5 background

This text has black color on #E3DCF5 background.


White color preview on #E3DCF5 background

This text has white color on #E3DCF5 background.


Related colors

Complementary color

Complementary color for #hex is #1C230A.


I love getcolorcode.com

Triadic colors

1 #F5E3DC and #DCF5E3 with #E3DCF5 are triadic colors.

2 #F5DCE3 and #DCE3F5 with #E3DCF5 are triadic colors.