COLOR #E2DCF0

HEX: #E2DCF0 RGB: (226,220,240)

Color info

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

RGB color model

#E2DCF0 color RGB value is (226,220,240).

RGB: (226,220,240) (89%, 86%, 94%)

RGB channels and saturation

R 226 of 255 = 89%
G 220 of 255 = 86%
B 240 of 255 = 94%

226
220
240

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

Portions of RGB colors in percentages

R + G + B = 226 + 220 + 240 = 686 (100%)
R 226 of 686 ~ 32.94%
G 220 of 686 ~ 32.07%
B 240 of 686 ~ 34.99'%

%32.94
%32.07
%34.99

CMYK color model

#E2DCF0 color CMYK value is (6,8,0,6).

  • cyan value is 5.83%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (6,8,0,6)
C6M8Y0K6 (6%, 8%, 0%, 6%)
(0.06 / 0.08 / 0.00 / 0.06)

CMYK percentages

%5.83
%8.33
%0
%5.88

Codes

Color #E2DCF0 in popluar color models

E2 DC F0
RGB 226 220 240
HSL 258° 40.00% 90.20%
HSB/HSV 258° 8.33% 94.12%
CMYK 5.83% 8.33% 0.00%
5.88%

Color #E2DCF0 in popluar number systems.

HEX E2 DC F0
Decimal 226 220 240
Binary 11100010 11011100 11110000
Octal 342 334 360

Shades and tints

Shades of #E2DCF0

#E2DCF0
(226,220,240)
#CEC8DB
(206,200,219)
#BAB4C6
(186,180,198)
#A6A0B1
(166,160,177)
#928C9C
(146,140,156)
#7E7887
(126,120,135)
#6A6472
(106,100,114)
#56505D
(86,80,93)
#423C48
(66,60,72)
#2E2833
(46,40,51)
#1A141E
(26,20,30)
#000000
(0,0,0)

Tints of #E2DCF0

#E2DCF0
(226,220,240)
#E4DFF1
(228,223,241)
#E6E2F2
(230,226,242)
#E8E5F3
(232,229,243)
#EAE8F4
(234,232,244)
#ECEBF5
(236,235,245)
#EEEEF6
(238,238,246)
#F0F1F7
(240,241,247)
#F2F4F8
(242,244,248)
#F4F7F9
(244,247,249)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DCF0 color. Also use rgb(226,220,240) instead hex code.

Text Font Color

.myTextColor { color: #E2DCF0; }

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

This text font color is #E2DCF0.

Background Color

.myBgColor { background-color: #E2DCF0; }

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

This div background color is #E2DCF0.

Border color

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

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

This div border color is #E2DCF0.

Opacity

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

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

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

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

This text has shadow with #E2DCF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DCF0.

Preview

Color preview on black background

This text has color #E2DCF0 on black background.


Color preview on white background

This text has color #E2DCF0 on white background.


Black color preview on #E2DCF0 background

This text has black color on #E2DCF0 background.


White color preview on #E2DCF0 background

This text has white color on #E2DCF0 background.


Related colors

Complementary color

Complementary color for #hex is #1D230F.


I love getcolorcode.com

Triadic colors

1 #F0E2DC and #DCF0E2 with #E2DCF0 are triadic colors.

2 #F0DCE2 and #DCE2F0 with #E2DCF0 are triadic colors.