COLOR #E2DBF8

HEX: #E2DBF8
RGB: (226,219,248)

Color info

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

RGB color model

#E2DBF8 color RGB value is (226,219,248).

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

RGB channels and saturation

R 226 of 255 = 89%
G 219 of 255 = 86%
B 248 of 255 = 97%

226
219
248

R + G + B ~ 91%. #E2DBF8 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 219 + 248 = 693 (100%)
R 226 of 693 ~ 32.61%
G 219 of 693 ~ 31.6%
B 248 of 693 ~ 35.79%

%32.61
%31.6
%35.79

CMYK color model

#E2DBF8 color CMYK value is (9,12,0,3).

  • cyan value is 8.87%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(9,12,0,3)
C9M12Y0K3 
(9%,12%,0%,3%)
(0.09/0.12/0.00/0.03)	

CMYK percentages

%8.87
%11.69
%0
%2.75

Codes

Color #E2DBF8 in popluar color models

E2DBF8
RGB226219248
HSL254°67.44%91.57%
HSB/HSV254°11.69%97.25%
CMYK8.87%11.69%0.00%
2.75%

Color #E2DBF8 in popluar number systems.

HEXE2DBF8
Decimal226219248
Binary111000101101101111111000
Octal342333370

Shades and tints

Shades of #E2DBF8

#E2DBF8
(226,219,248)
#CEC8E2
(206,200,226)
#BAB5CC
(186,181,204)
#A6A2B6
(166,162,182)
#928FA0
(146,143,160)
#7E7C8A
(126,124,138)
#6A6974
(106,105,116)
#56565E
(86,86,94)
#424348
(66,67,72)
#2E3032
(46,48,50)
#1A1D1C
(26,29,28)
#000000
(0,0,0)

Tints of #E2DBF8

#E2DBF8
(226,219,248)
#E4DEF8
(228,222,248)
#E6E1F8
(230,225,248)
#E8E4F8
(232,228,248)
#EAE7F8
(234,231,248)
#ECEAF8
(236,234,248)
#EEEDF8
(238,237,248)
#F0F0F8
(240,240,248)
#F2F3F8
(242,243,248)
#F4F6F8
(244,246,248)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DBF8; }

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

This text font color is #E2DBF8.


Background Color

.myBgColor { background-color: #E2DBF8; }

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

This div background color is #E2DBF8.


Border color

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

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

This div border color is #E2DBF8.


Opacity

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

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

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

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

This text has shadow with #E2DBF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DBF8 on black background.


Color preview on white background

This text has color #E2DBF8 on white background.



Black color preview on #E2DBF8 background

This text has black color on #E2DBF8 background.


White color preview on #E2DBF8 background

This text has white color on #E2DBF8 background.