COLOR #E8CEED

HEX: #E8CEED RGB: (232,206,237)

Color info

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

RGB color model

#E8CEED color RGB value is (232,206,237).

RGB: (232,206,237) (91%, 81%, 93%)

RGB channels and saturation

R 232 of 255 = 91%
G 206 of 255 = 81%
B 237 of 255 = 93%

232
206
237

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

Portions of RGB colors in percentages

R + G + B = 232 + 206 + 237 = 675 (100%)
R 232 of 675 ~ 34.37%
G 206 of 675 ~ 30.52%
B 237 of 675 ~ 35.11'%

%34.37
%30.52
%35.11

CMYK color model

#E8CEED color CMYK value is (2,13,0,7).

  • cyan value is 2.11%
  • magenta value is 13.08%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (2,13,0,7)
C2M13Y0K7 (2%, 13%, 0%, 7%)
(0.02 / 0.13 / 0.00 / 0.07)

CMYK percentages

%2.11
%13.08
%0
%7.06

Codes

Color #E8CEED in popluar color models

E8 CE ED
RGB 232 206 237
HSL 290° 46.27% 86.86%
HSB/HSV 290° 13.08% 92.94%
CMYK 2.11% 13.08% 0.00%
7.06%

Color #E8CEED in popluar number systems.

HEX E8 CE ED
Decimal 232 206 237
Binary 11101000 11001110 11101101
Octal 350 316 355

Shades and tints

Shades of #E8CEED

#E8CEED
(232,206,237)
#D3BCD8
(211,188,216)
#BEAAC3
(190,170,195)
#A998AE
(169,152,174)
#948699
(148,134,153)
#7F7484
(127,116,132)
#6A626F
(106,98,111)
#55505A
(85,80,90)
#403E45
(64,62,69)
#2B2C30
(43,44,48)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #E8CEED

#E8CEED
(232,206,237)
#EAD2EE
(234,210,238)
#ECD6EF
(236,214,239)
#EEDAF0
(238,218,240)
#F0DEF1
(240,222,241)
#F2E2F2
(242,226,242)
#F4E6F3
(244,230,243)
#F6EAF4
(246,234,244)
#F8EEF5
(248,238,245)
#FAF2F6
(250,242,246)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8CEED; }

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

This text font color is #E8CEED.

Background Color

.myBgColor { background-color: #E8CEED; }

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

This div background color is #E8CEED.

Border color

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

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

This div border color is #E8CEED.

Opacity

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

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

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

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

This text has shadow with #E8CEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8CEED.

Preview

Color preview on black background

This text has color #E8CEED on black background.


Color preview on white background

This text has color #E8CEED on white background.


Black color preview on #E8CEED background

This text has black color on #E8CEED background.


White color preview on #E8CEED background

This text has white color on #E8CEED background.


Related colors

Complementary color

Complementary color for #hex is #173112.


I love getcolorcode.com

Triadic colors

1 #EDE8CE and #CEEDE8 with #E8CEED are triadic colors.

2 #EDCEE8 and #CEE8ED with #E8CEED are triadic colors.