COLOR #E6E5F4

HEX: #E6E5F4 RGB: (230,229,244)

Color info

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

RGB color model

#E6E5F4 color RGB value is (230,229,244).

RGB: (230,229,244) (90%, 90%, 96%)

RGB channels and saturation

R 230 of 255 = 90%
G 229 of 255 = 90%
B 244 of 255 = 96%

230
229
244

R + G + B ~ 92%. #E6E5F4 is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 229 + 244 = 703 (100%)
R 230 of 703 ~ 32.72%
G 229 of 703 ~ 32.57%
B 244 of 703 ~ 34.71'%

%32.72
%32.57
%34.71

CMYK color model

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

  • cyan value is 5.74%
  • magenta value is 6.15%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK: (6,6,0,4) C6M6Y0K4 (6%,6%,0%,4%) (0.06/0.06/0.00/0.04) 

CMYK percentages

%5.74
%6.15
%0
%4.31

Codes

Color #E6E5F4 in popluar color models

E6 E5 F4
RGB 230 229 244
HSL 244° 40.54% 92.75%
HSB/HSV 244° 6.15% 95.69%
CMYK 5.74% 6.15% 0.00%
4.31%

Color #E6E5F4 in popluar number systems.

HEX E6 E5 F4
Decimal 230 229 244
Binary 11100110 11100101 11110100
Octal 346 345 364

Shades and tints

Shades of #E6E5F4

#E6E5F4
(230,229,244)
#D2D1DE
(210,209,222)
#BEBDC8
(190,189,200)
#AAA9B2
(170,169,178)
#96959C
(150,149,156)
#828186
(130,129,134)
#6E6D70
(110,109,112)
#5A595A
(90,89,90)
#464544
(70,69,68)
#32312E
(50,49,46)
#1E1D18
(30,29,24)
#000000
(0,0,0)

Tints of #E6E5F4

#E6E5F4
(230,229,244)
#E8E7F5
(232,231,245)
#EAE9F6
(234,233,246)
#ECEBF7
(236,235,247)
#EEEDF8
(238,237,248)
#F0EFF9
(240,239,249)
#F2F1FA
(242,241,250)
#F4F3FB
(244,243,251)
#F6F5FC
(246,245,252)
#F8F7FD
(248,247,253)
#FAF9FE
(250,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E5F4 color. Also use rgb(230,229,244) instead hex code.

Text Font Color

.myTextColor { color: #E6E5F4; }

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

This text font color is #E6E5F4.

Background Color

.myBgColor { background-color: #E6E5F4; }

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

This div background color is #E6E5F4.

Border color

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

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

This div border color is #E6E5F4.

Opacity

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

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

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

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

This text has shadow with #E6E5F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E5F4.

Preview

Color preview on black background

This text has color #E6E5F4 on black background.


Color preview on white background

This text has color #E6E5F4 on white background.


Black color preview on #E6E5F4 background

This text has black color on #E6E5F4 background.


White color preview on #E6E5F4 background

This text has white color on #E6E5F4 background.


Related colors

Complementary color

Complementary color for #hex is #191A0B.


I love getcolorcode.com

Triadic colors

1 #F4E6E5 and #E5F4E6 with #E6E5F4 are triadic colors.

2 #F4E5E6 and #E5E6F4 with #E6E5F4 are triadic colors.