COLOR #E8CEEA

HEX: #E8CEEA RGB: (232,206,234)

Color info

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

RGB color model

#E8CEEA color RGB value is (232,206,234).

RGB: (232,206,234) (91%, 81%, 92%)

RGB channels and saturation

R 232 of 255 = 91%
G 206 of 255 = 81%
B 234 of 255 = 92%

232
206
234

R + G + B ~ 88%. #E8CEEA is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 206 + 234 = 672 (100%)
R 232 of 672 ~ 34.52%
G 206 of 672 ~ 30.65%
B 234 of 672 ~ 34.82'%

%34.52
%30.65
%34.82

CMYK color model

#E8CEEA color CMYK value is (1,12,0,8).

  • cyan value is 0.85%
  • magenta value is 11.97%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (1,12,0,8)
C1M12Y0K8 (1%, 12%, 0%, 8%)
(0.01 / 0.12 / 0.00 / 0.08)

CMYK percentages

%0.85
%11.97
%0
%8.24

Codes

Color #E8CEEA in popluar color models

E8 CE EA
RGB 232 206 234
HSL 296° 40.00% 86.27%
HSB/HSV 296° 11.97% 91.76%
CMYK 0.85% 11.97% 0.00%
8.24%

Color #E8CEEA in popluar number systems.

HEX E8 CE EA
Decimal 232 206 234
Binary 11101000 11001110 11101010
Octal 350 316 352

Shades and tints

Shades of #E8CEEA

#E8CEEA
(232,206,234)
#D3BCD5
(211,188,213)
#BEAAC0
(190,170,192)
#A998AB
(169,152,171)
#948696
(148,134,150)
#7F7481
(127,116,129)
#6A626C
(106,98,108)
#555057
(85,80,87)
#403E42
(64,62,66)
#2B2C2D
(43,44,45)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #E8CEEA

#E8CEEA
(232,206,234)
#EAD2EB
(234,210,235)
#ECD6EC
(236,214,236)
#EEDAED
(238,218,237)
#F0DEEE
(240,222,238)
#F2E2EF
(242,226,239)
#F4E6F0
(244,230,240)
#F6EAF1
(246,234,241)
#F8EEF2
(248,238,242)
#FAF2F3
(250,242,243)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CEEA color. Also use rgb(232,206,234) instead hex code.

Text Font Color

.myTextColor { color: #E8CEEA; }

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

This text font color is #E8CEEA.

Background Color

.myBgColor { background-color: #E8CEEA; }

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

This div background color is #E8CEEA.

Border color

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

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

This div border color is #E8CEEA.

Opacity

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

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

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

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

This text has shadow with #E8CEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8CEEA.

Preview

Color preview on black background

This text has color #E8CEEA on black background.


Color preview on white background

This text has color #E8CEEA on white background.


Black color preview on #E8CEEA background

This text has black color on #E8CEEA background.


White color preview on #E8CEEA background

This text has white color on #E8CEEA background.


Related colors

Complementary color

Complementary color for #hex is #173115.


I love getcolorcode.com

Triadic colors

1 #EAE8CE and #CEEAE8 with #E8CEEA are triadic colors.

2 #EACEE8 and #CEE8EA with #E8CEEA are triadic colors.