COLOR #E3CCEE

HEX: #E3CCEE RGB: (227,204,238)

Color info

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

RGB color model

#E3CCEE color RGB value is (227,204,238).

RGB: (227,204,238) (89%, 80%, 93%)

RGB channels and saturation

R 227 of 255 = 89%
G 204 of 255 = 80%
B 238 of 255 = 93%

227
204
238

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

Portions of RGB colors in percentages

R + G + B = 227 + 204 + 238 = 669 (100%)
R 227 of 669 ~ 33.93%
G 204 of 669 ~ 30.49%
B 238 of 669 ~ 35.58'%

%33.93
%30.49
%35.58

CMYK color model

#E3CCEE color CMYK value is (5,14,0,7).

  • cyan value is 4.62%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (5,14,0,7) C5M14Y0K7 (5%,14%,0%,7%) (0.05/0.14/0.00/0.07) 

CMYK percentages

%4.62
%14.29
%0
%6.67

Codes

Color #E3CCEE in popluar color models

E3 CC EE
RGB 227 204 238
HSL 281° 50.00% 86.67%
HSB/HSV 281° 14.29% 93.33%
CMYK 4.62% 14.29% 0.00%
6.67%

Color #E3CCEE in popluar number systems.

HEX E3 CC EE
Decimal 227 204 238
Binary 11100011 11001100 11101110
Octal 343 314 356

Shades and tints

Shades of #E3CCEE

#E3CCEE
(227,204,238)
#CFBAD9
(207,186,217)
#BBA8C4
(187,168,196)
#A796AF
(167,150,175)
#93849A
(147,132,154)
#7F7285
(127,114,133)
#6B6070
(107,96,112)
#574E5B
(87,78,91)
#433C46
(67,60,70)
#2F2A31
(47,42,49)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #E3CCEE

#E3CCEE
(227,204,238)
#E5D0EF
(229,208,239)
#E7D4F0
(231,212,240)
#E9D8F1
(233,216,241)
#EBDCF2
(235,220,242)
#EDE0F3
(237,224,243)
#EFE4F4
(239,228,244)
#F1E8F5
(241,232,245)
#F3ECF6
(243,236,246)
#F5F0F7
(245,240,247)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CCEE color. Also use rgb(227,204,238) instead hex code.

Text Font Color

.myTextColor { color: #E3CCEE; }

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

This text font color is #E3CCEE.

Background Color

.myBgColor { background-color: #E3CCEE; }

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

This div background color is #E3CCEE.

Border color

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

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

This div border color is #E3CCEE.

Opacity

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

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

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

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

This text has shadow with #E3CCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CCEE.

Preview

Color preview on black background

This text has color #E3CCEE on black background.


Color preview on white background

This text has color #E3CCEE on white background.


Black color preview on #E3CCEE background

This text has black color on #E3CCEE background.


White color preview on #E3CCEE background

This text has white color on #E3CCEE background.


Related colors

Complementary color

Complementary color for #hex is #1C3311.


I love getcolorcode.com

Triadic colors

1 #EEE3CC and #CCEEE3 with #E3CCEE are triadic colors.

2 #EECCE3 and #CCE3EE with #E3CCEE are triadic colors.