COLOR #E6DEF5

HEX: #E6DEF5
RGB: (230,222,245)

Color info

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

RGB color model

#E6DEF5 color RGB value is (230,222,245).

  • red value is 230;
  • green value is 222;
  • blue value is 245.
RGB:
(230,222,245)
(90%,87%,96%)

RGB channels and saturation

R 230 of 255 = 90%
G 222 of 255 = 87%
B 245 of 255 = 96%

230
222
245

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

Portions of RGB colors in percentages

R + G + B =
230 + 222 + 245 = 697 (100%)
R 230 of 697 ~ 33%
G 222 of 697 ~ 31.85%
B 245 of 697 ~ 35.15%

%33
%31.85
%35.15

CMYK color model

#E6DEF5 color CMYK value is (6,9,0,4).

  • cyan value is 6.12%
  • magenta value is 9.39%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(6,9,0,4)
C6M9Y0K4 
(6%,9%,0%,4%)
(0.06/0.09/0.00/0.04)	

CMYK percentages

%6.12
%9.39
%0
%3.92

Codes

Color #E6DEF5 in popluar color models

E6DEF5
RGB230222245
HSL261°53.49%91.57%
HSB/HSV261°9.39%96.08%
CMYK6.12%9.39%0.00%
3.92%

Color #E6DEF5 in popluar number systems.

HEXE6DEF5
Decimal230222245
Binary111001101101111011110101
Octal346336365

Shades and tints

Shades of #E6DEF5

#E6DEF5
(230,222,245)
#D2CADF
(210,202,223)
#BEB6C9
(190,182,201)
#AAA2B3
(170,162,179)
#968E9D
(150,142,157)
#827A87
(130,122,135)
#6E6671
(110,102,113)
#5A525B
(90,82,91)
#463E45
(70,62,69)
#322A2F
(50,42,47)
#1E1619
(30,22,25)
#000000
(0,0,0)

Tints of #E6DEF5

#E6DEF5
(230,222,245)
#E8E1F5
(232,225,245)
#EAE4F5
(234,228,245)
#ECE7F5
(236,231,245)
#EEEAF5
(238,234,245)
#F0EDF5
(240,237,245)
#F2F0F5
(242,240,245)
#F4F3F5
(244,243,245)
#F6F6F5
(246,246,245)
#F8F9F5
(248,249,245)
#FAFCF5
(250,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DEF5 color. Also use rgb(230,222,245) instead hex code.

Text Font Color

.myTextColor { color: #E6DEF5; }

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

This text font color is #E6DEF5.


Background Color

.myBgColor { background-color: #E6DEF5; }

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

This div background color is #E6DEF5.


Border color

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

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

This div border color is #E6DEF5.


Opacity

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

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

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

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

This text has shadow with #E6DEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DEF5 on black background.


Color preview on white background

This text has color #E6DEF5 on white background.



Black color preview on #E6DEF5 background

This text has black color on #E6DEF5 background.


White color preview on #E6DEF5 background

This text has white color on #E6DEF5 background.