COLOR #E2DBF1

HEX: #E2DBF1
RGB: (226,219,241)

Color info

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

RGB color model

#E2DBF1 color RGB value is (226,219,241).

  • red value is 226;
  • green value is 219;
  • blue value is 241.
RGB:
(226,219,241)
(89%,86%,95%)

RGB channels and saturation

R 226 of 255 = 89%
G 219 of 255 = 86%
B 241 of 255 = 95%

226
219
241

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

Portions of RGB colors in percentages

R + G + B =
226 + 219 + 241 = 686 (100%)
R 226 of 686 ~ 32.94%
G 219 of 686 ~ 31.92%
B 241 of 686 ~ 35.13%

%32.94
%31.92
%35.13

CMYK color model

#E2DBF1 color CMYK value is (6,9,0,5).

  • cyan value is 6.22%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(6,9,0,5)
C6M9Y0K5 
(6%,9%,0%,5%)
(0.06/0.09/0.00/0.05)	

CMYK percentages

%6.22
%9.13
%0
%5.49

Codes

Color #E2DBF1 in popluar color models

E2DBF1
RGB226219241
HSL259°44.00%90.20%
HSB/HSV259°9.13%94.51%
CMYK6.22%9.13%0.00%
5.49%

Color #E2DBF1 in popluar number systems.

HEXE2DBF1
Decimal226219241
Binary111000101101101111110001
Octal342333361

Shades and tints

Shades of #E2DBF1

#E2DBF1
(226,219,241)
#CEC8DC
(206,200,220)
#BAB5C7
(186,181,199)
#A6A2B2
(166,162,178)
#928F9D
(146,143,157)
#7E7C88
(126,124,136)
#6A6973
(106,105,115)
#56565E
(86,86,94)
#424349
(66,67,73)
#2E3034
(46,48,52)
#1A1D1F
(26,29,31)
#000000
(0,0,0)

Tints of #E2DBF1

#E2DBF1
(226,219,241)
#E4DEF2
(228,222,242)
#E6E1F3
(230,225,243)
#E8E4F4
(232,228,244)
#EAE7F5
(234,231,245)
#ECEAF6
(236,234,246)
#EEEDF7
(238,237,247)
#F0F0F8
(240,240,248)
#F2F3F9
(242,243,249)
#F4F6FA
(244,246,250)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DBF1 color. Also use rgb(226,219,241) instead hex code.

Text Font Color

.myTextColor { color: #E2DBF1; }

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

This text font color is #E2DBF1.


Background Color

.myBgColor { background-color: #E2DBF1; }

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

This div background color is #E2DBF1.


Border color

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

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

This div border color is #E2DBF1.


Opacity

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

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

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

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

This text has shadow with #E2DBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DBF1 on black background.


Color preview on white background

This text has color #E2DBF1 on white background.



Black color preview on #E2DBF1 background

This text has black color on #E2DBF1 background.


White color preview on #E2DBF1 background

This text has white color on #E2DBF1 background.