COLOR #E8DFEE

HEX: #E8DFEE RGB: (232,223,238)

Color info

#E8DFEE contains red, green and blue colors in about the same proportion. Web safe color of #E8DFEE is #FFCCFF (or #FCF).

RGB color model

#E8DFEE color RGB value is (232,223,238).

RGB: (232,223,238) (91%, 87%, 93%)

RGB channels and saturation

R 232 of 255 = 91%
G 223 of 255 = 87%
B 238 of 255 = 93%

232
223
238

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

Portions of RGB colors in percentages

R + G + B = 232 + 223 + 238 = 693 (100%)
R 232 of 693 ~ 33.48%
G 223 of 693 ~ 32.18%
B 238 of 693 ~ 34.34'%

%33.48
%32.18
%34.34

CMYK color model

#E8DFEE color CMYK value is (3,6,0,7).

  • cyan value is 2.52%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (3,6,0,7)
C3M6Y0K7 (3%, 6%, 0%, 7%)
(0.03 / 0.06 / 0.00 / 0.07)

CMYK percentages

%2.52
%6.3
%0
%6.67

Codes

Color #E8DFEE in popluar color models

E8 DF EE
RGB 232 223 238
HSL 276° 30.61% 90.39%
HSB/HSV 276° 6.30% 93.33%
CMYK 2.52% 6.30% 0.00%
6.67%

Color #E8DFEE in popluar number systems.

HEX E8 DF EE
Decimal 232 223 238
Binary 11101000 11011111 11101110
Octal 350 337 356

Shades and tints

Shades of #E8DFEE

#E8DFEE
(232,223,238)
#D3CBD9
(211,203,217)
#BEB7C4
(190,183,196)
#A9A3AF
(169,163,175)
#948F9A
(148,143,154)
#7F7B85
(127,123,133)
#6A6770
(106,103,112)
#55535B
(85,83,91)
#403F46
(64,63,70)
#2B2B31
(43,43,49)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #E8DFEE

#E8DFEE
(232,223,238)
#EAE1EF
(234,225,239)
#ECE3F0
(236,227,240)
#EEE5F1
(238,229,241)
#F0E7F2
(240,231,242)
#F2E9F3
(242,233,243)
#F4EBF4
(244,235,244)
#F6EDF5
(246,237,245)
#F8EFF6
(248,239,246)
#FAF1F7
(250,241,247)
#FCF3F8
(252,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8DFEE color. Also use rgb(232,223,238) instead hex code.

Text Font Color

.myTextColor { color: #E8DFEE; }

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

This text font color is #E8DFEE.

Background Color

.myBgColor { background-color: #E8DFEE; }

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

This div background color is #E8DFEE.

Border color

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

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

This div border color is #E8DFEE.

Opacity

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

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

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

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

This text has shadow with #E8DFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8DFEE.

Preview

Color preview on black background

This text has color #E8DFEE on black background.


Color preview on white background

This text has color #E8DFEE on white background.


Black color preview on #E8DFEE background

This text has black color on #E8DFEE background.


White color preview on #E8DFEE background

This text has white color on #E8DFEE background.


Related colors

Complementary color

Complementary color for #hex is #172011.


I love getcolorcode.com

Triadic colors

1 #EEE8DF and #DFEEE8 with #E8DFEE are triadic colors.

2 #EEDFE8 and #DFE8EE with #E8DFEE are triadic colors.