COLOR #E1DBF6

HEX: #E1DBF6
RGB: (225,219,246)

Color info

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

RGB color model

#E1DBF6 color RGB value is (225,219,246).

  • red value is 225;
  • green value is 219;
  • blue value is 246.
RGB:
(225,219,246)
(88%,86%,96%)

RGB channels and saturation

R 225 of 255 = 88%
G 219 of 255 = 86%
B 246 of 255 = 96%

225
219
246

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

Portions of RGB colors in percentages

R + G + B =
225 + 219 + 246 = 690 (100%)
R 225 of 690 ~ 32.61%
G 219 of 690 ~ 31.74%
B 246 of 690 ~ 35.65%

%32.61
%31.74
%35.65

CMYK color model

#E1DBF6 color CMYK value is (9,11,0,4).

  • cyan value is 8.54%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(9,11,0,4)
C9M11Y0K4 
(9%,11%,0%,4%)
(0.09/0.11/0.00/0.04)	

CMYK percentages

%8.54
%10.98
%0
%3.53

Codes

Color #E1DBF6 in popluar color models

E1DBF6
RGB225219246
HSL253°60.00%91.18%
HSB/HSV253°10.98%96.47%
CMYK8.54%10.98%0.00%
3.53%

Color #E1DBF6 in popluar number systems.

HEXE1DBF6
Decimal225219246
Binary111000011101101111110110
Octal341333366

Shades and tints

Shades of #E1DBF6

#E1DBF6
(225,219,246)
#CDC8E0
(205,200,224)
#B9B5CA
(185,181,202)
#A5A2B4
(165,162,180)
#918F9E
(145,143,158)
#7D7C88
(125,124,136)
#696972
(105,105,114)
#55565C
(85,86,92)
#414346
(65,67,70)
#2D3030
(45,48,48)
#191D1A
(25,29,26)
#000000
(0,0,0)

Tints of #E1DBF6

#E1DBF6
(225,219,246)
#E3DEF6
(227,222,246)
#E5E1F6
(229,225,246)
#E7E4F6
(231,228,246)
#E9E7F6
(233,231,246)
#EBEAF6
(235,234,246)
#EDEDF6
(237,237,246)
#EFF0F6
(239,240,246)
#F1F3F6
(241,243,246)
#F3F6F6
(243,246,246)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DBF6 color. Also use rgb(225,219,246) instead hex code.

Text Font Color

.myTextColor { color: #E1DBF6; }

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

This text font color is #E1DBF6.


Background Color

.myBgColor { background-color: #E1DBF6; }

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

This div background color is #E1DBF6.


Border color

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

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

This div border color is #E1DBF6.


Opacity

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

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

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

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

This text has shadow with #E1DBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DBF6 on black background.


Color preview on white background

This text has color #E1DBF6 on white background.



Black color preview on #E1DBF6 background

This text has black color on #E1DBF6 background.


White color preview on #E1DBF6 background

This text has white color on #E1DBF6 background.