COLOR #E6DFEA

HEX: #E6DFEA RGB: (230,223,234)

Color info

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

RGB color model

#E6DFEA color RGB value is (230,223,234).

RGB: (230,223,234) (90%, 87%, 92%)

RGB channels and saturation

R 230 of 255 = 90%
G 223 of 255 = 87%
B 234 of 255 = 92%

230
223
234

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

Portions of RGB colors in percentages

R + G + B = 230 + 223 + 234 = 687 (100%)
R 230 of 687 ~ 33.48%
G 223 of 687 ~ 32.46%
B 234 of 687 ~ 34.06'%

%33.48
%32.46
%34.06

CMYK color model

#E6DFEA color CMYK value is (2,5,0,8).

  • cyan value is 1.71%
  • magenta value is 4.70%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (2,5,0,8)
C2M5Y0K8 (2%, 5%, 0%, 8%)
(0.02 / 0.05 / 0.00 / 0.08)

CMYK percentages

%1.71
%4.7
%0
%8.24

Codes

Color #E6DFEA in popluar color models

E6 DF EA
RGB 230 223 234
HSL 278° 20.75% 89.61%
HSB/HSV 278° 4.70% 91.76%
CMYK 1.71% 4.70% 0.00%
8.24%

Color #E6DFEA in popluar number systems.

HEX E6 DF EA
Decimal 230 223 234
Binary 11100110 11011111 11101010
Octal 346 337 352

Shades and tints

Shades of #E6DFEA

#E6DFEA
(230,223,234)
#D2CBD5
(210,203,213)
#BEB7C0
(190,183,192)
#AAA3AB
(170,163,171)
#968F96
(150,143,150)
#827B81
(130,123,129)
#6E676C
(110,103,108)
#5A5357
(90,83,87)
#463F42
(70,63,66)
#322B2D
(50,43,45)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #E6DFEA

#E6DFEA
(230,223,234)
#E8E1EB
(232,225,235)
#EAE3EC
(234,227,236)
#ECE5ED
(236,229,237)
#EEE7EE
(238,231,238)
#F0E9EF
(240,233,239)
#F2EBF0
(242,235,240)
#F4EDF1
(244,237,241)
#F6EFF2
(246,239,242)
#F8F1F3
(248,241,243)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DFEA color. Also use rgb(230,223,234) instead hex code.

Text Font Color

.myTextColor { color: #E6DFEA; }

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

This text font color is #E6DFEA.

Background Color

.myBgColor { background-color: #E6DFEA; }

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

This div background color is #E6DFEA.

Border color

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

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

This div border color is #E6DFEA.

Opacity

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

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

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

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

This text has shadow with #E6DFEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DFEA.

Preview

Color preview on black background

This text has color #E6DFEA on black background.


Color preview on white background

This text has color #E6DFEA on white background.


Black color preview on #E6DFEA background

This text has black color on #E6DFEA background.


White color preview on #E6DFEA background

This text has white color on #E6DFEA background.


Related colors

Complementary color

Complementary color for #hex is #192015.


I love getcolorcode.com

Triadic colors

1 #EAE6DF and #DFEAE6 with #E6DFEA are triadic colors.

2 #EADFE6 and #DFE6EA with #E6DFEA are triadic colors.