COLOR #E8CDE6

HEX: #E8CDE6
RGB: (232,205,230)

Color info

#E8CDE6 contains red, green and blue colors in about the same proportion. Web safe color of #E8CDE6 is #FFCCCC (or #FCC).

RGB color model

#E8CDE6 color RGB value is (232,205,230).

  • red value is 232;
  • green value is 205;
  • blue value is 230.
RGB:
(232,205,230)
(91%,80%,90%)

RGB channels and saturation

R 232 of 255 = 91%
G 205 of 255 = 80%
B 230 of 255 = 90%

232
205
230

R + G + B ~ 87%. #E8CDE6 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 205 + 230 = 667 (100%)
R 232 of 667 ~ 34.78%
G 205 of 667 ~ 30.73%
B 230 of 667 ~ 34.48%

%34.78
%30.73
%34.48

CMYK color model

#E8CDE6 color CMYK value is (0,12,1,9).

  • cyan value is 0.00%
  • magenta value is 11.64%
  • yellow value is 0.86%
  • key color value is 9.02%
CMYK:
(0,12,1,9)
C0M12Y1K9 
(0%,12%,1%,9%)
(0.00/0.12/0.01/0.09)	

CMYK percentages

%0
%11.64
%0.86
%9.02

Codes

Color #E8CDE6 in popluar color models

E8CDE6
RGB232205230
HSL304°36.99%85.69%
HSB/HSV304°11.64%90.98%
CMYK0.00%11.64%0.86%
9.02%

Color #E8CDE6 in popluar number systems.

HEXE8CDE6
Decimal232205230
Binary111010001100110111100110
Octal350315346

Shades and tints

Shades of #E8CDE6

#E8CDE6
(232,205,230)
#D3BBD2
(211,187,210)
#BEA9BE
(190,169,190)
#A997AA
(169,151,170)
#948596
(148,133,150)
#7F7382
(127,115,130)
#6A616E
(106,97,110)
#554F5A
(85,79,90)
#403D46
(64,61,70)
#2B2B32
(43,43,50)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #E8CDE6

#E8CDE6
(232,205,230)
#EAD1E8
(234,209,232)
#ECD5EA
(236,213,234)
#EED9EC
(238,217,236)
#F0DDEE
(240,221,238)
#F2E1F0
(242,225,240)
#F4E5F2
(244,229,242)
#F6E9F4
(246,233,244)
#F8EDF6
(248,237,246)
#FAF1F8
(250,241,248)
#FCF5FA
(252,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CDE6 color. Also use rgb(232,205,230) instead hex code.

Text Font Color

.myTextColor { color: #E8CDE6; }

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

This text font color is #E8CDE6.


Background Color

.myBgColor { background-color: #E8CDE6; }

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

This div background color is #E8CDE6.


Border color

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

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

This div border color is #E8CDE6.


Opacity

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

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

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

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

This text has shadow with #E8CDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CDE6 on black background.


Color preview on white background

This text has color #E8CDE6 on white background.



Black color preview on #E8CDE6 background

This text has black color on #E8CDE6 background.


White color preview on #E8CDE6 background

This text has white color on #E8CDE6 background.