COLOR #E8DFEB

HEX: #E8DFEB
RGB: (232,223,235)

Color info

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

RGB color model

#E8DFEB color RGB value is (232,223,235).

  • red value is 232;
  • green value is 223;
  • blue value is 235.
RGB:
(232,223,235)
(91%,87%,92%)

RGB channels and saturation

R 232 of 255 = 91%
G 223 of 255 = 87%
B 235 of 255 = 92%

232
223
235

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

Portions of RGB colors in percentages

R + G + B =
232 + 223 + 235 = 690 (100%)
R 232 of 690 ~ 33.62%
G 223 of 690 ~ 32.32%
B 235 of 690 ~ 34.06%

%33.62
%32.32
%34.06

CMYK color model

#E8DFEB color CMYK value is (1,5,0,8).

  • cyan value is 1.28%
  • magenta value is 5.11%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(1,5,0,8)
C1M5Y0K8 
(1%,5%,0%,8%)
(0.01/0.05/0.00/0.08)	

CMYK percentages

%1.28
%5.11
%0
%7.84

Codes

Color #E8DFEB in popluar color models

E8DFEB
RGB232223235
HSL285°23.08%89.80%
HSB/HSV285°5.11%92.16%
CMYK1.28%5.11%0.00%
7.84%

Color #E8DFEB in popluar number systems.

HEXE8DFEB
Decimal232223235
Binary111010001101111111101011
Octal350337353

Shades and tints

Shades of #E8DFEB

#E8DFEB
(232,223,235)
#D3CBD6
(211,203,214)
#BEB7C1
(190,183,193)
#A9A3AC
(169,163,172)
#948F97
(148,143,151)
#7F7B82
(127,123,130)
#6A676D
(106,103,109)
#555358
(85,83,88)
#403F43
(64,63,67)
#2B2B2E
(43,43,46)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #E8DFEB

#E8DFEB
(232,223,235)
#EAE1EC
(234,225,236)
#ECE3ED
(236,227,237)
#EEE5EE
(238,229,238)
#F0E7EF
(240,231,239)
#F2E9F0
(242,233,240)
#F4EBF1
(244,235,241)
#F6EDF2
(246,237,242)
#F8EFF3
(248,239,243)
#FAF1F4
(250,241,244)
#FCF3F5
(252,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DFEB; }

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

This text font color is #E8DFEB.


Background Color

.myBgColor { background-color: #E8DFEB; }

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

This div background color is #E8DFEB.


Border color

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

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

This div border color is #E8DFEB.


Opacity

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

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

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

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

This text has shadow with #E8DFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DFEB on black background.


Color preview on white background

This text has color #E8DFEB on white background.



Black color preview on #E8DFEB background

This text has black color on #E8DFEB background.


White color preview on #E8DFEB background

This text has white color on #E8DFEB background.