COLOR #E3CEED

HEX: #E3CEED RGB: (227,206,237)

Color info

#E3CEED contains red, green and blue colors in about the same proportion. Web safe color of #E3CEED is #CCCCFF (or #CCF).

RGB color model

#E3CEED color RGB value is (227,206,237).

RGB: (227,206,237) (89%, 81%, 93%)

RGB channels and saturation

R 227 of 255 = 89%
G 206 of 255 = 81%
B 237 of 255 = 93%

227
206
237

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

Portions of RGB colors in percentages

R + G + B = 227 + 206 + 237 = 670 (100%)
R 227 of 670 ~ 33.88%
G 206 of 670 ~ 30.75%
B 237 of 670 ~ 35.37'%

%33.88
%30.75
%35.37

CMYK color model

#E3CEED color CMYK value is (4,13,0,7).

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

CMYK: (4,13,0,7)
C4M13Y0K7 (4%, 13%, 0%, 7%)
(0.04 / 0.13 / 0.00 / 0.07)

CMYK percentages

%4.22
%13.08
%0
%7.06

Codes

Color #E3CEED in popluar color models

E3 CE ED
RGB 227 206 237
HSL 281° 46.27% 86.86%
HSB/HSV 281° 13.08% 92.94%
CMYK 4.22% 13.08% 0.00%
7.06%

Color #E3CEED in popluar number systems.

HEX E3 CE ED
Decimal 227 206 237
Binary 11100011 11001110 11101101
Octal 343 316 355

Shades and tints

Shades of #E3CEED

#E3CEED
(227,206,237)
#CFBCD8
(207,188,216)
#BBAAC3
(187,170,195)
#A798AE
(167,152,174)
#938699
(147,134,153)
#7F7484
(127,116,132)
#6B626F
(107,98,111)
#57505A
(87,80,90)
#433E45
(67,62,69)
#2F2C30
(47,44,48)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #E3CEED

#E3CEED
(227,206,237)
#E5D2EE
(229,210,238)
#E7D6EF
(231,214,239)
#E9DAF0
(233,218,240)
#EBDEF1
(235,222,241)
#EDE2F2
(237,226,242)
#EFE6F3
(239,230,243)
#F1EAF4
(241,234,244)
#F3EEF5
(243,238,245)
#F5F2F6
(245,242,246)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CEED; }

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

This text font color is #E3CEED.

Background Color

.myBgColor { background-color: #E3CEED; }

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

This div background color is #E3CEED.

Border color

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

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

This div border color is #E3CEED.

Opacity

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

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

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

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

This text has shadow with #E3CEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CEED.

Preview

Color preview on black background

This text has color #E3CEED on black background.


Color preview on white background

This text has color #E3CEED on white background.


Black color preview on #E3CEED background

This text has black color on #E3CEED background.


White color preview on #E3CEED background

This text has white color on #E3CEED background.


Related colors

Complementary color

Complementary color for #hex is #1C3112.


I love getcolorcode.com

Triadic colors

1 #EDE3CE and #CEEDE3 with #E3CEED are triadic colors.

2 #EDCEE3 and #CEE3ED with #E3CEED are triadic colors.