COLOR #E4CCE5

HEX: #E4CCE5 RGB: (228,204,229)

Color info

#E4CCE5 contains red, green and blue colors in about the same proportion. Web safe color of #E4CCE5 is #CCCCCC (or #CCC).

RGB color model

#E4CCE5 color RGB value is (228,204,229).

RGB: (228,204,229) (89%, 80%, 90%)

RGB channels and saturation

R 228 of 255 = 89%
G 204 of 255 = 80%
B 229 of 255 = 90%

228
204
229

R + G + B ~ 86%. #E4CCE5 is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 204 + 229 = 661 (100%)
R 228 of 661 ~ 34.49%
G 204 of 661 ~ 30.86%
B 229 of 661 ~ 34.64'%

%34.49
%30.86
%34.64

CMYK color model

#E4CCE5 color CMYK value is (0,11,0,10).

  • cyan value is 0.44%
  • magenta value is 10.92%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (0,11,0,10)
C0M11Y0K10 (0%, 11%, 0%, 10%)
(0.00 / 0.11 / 0.00 / 0.10)

CMYK percentages

%0.44
%10.92
%0
%10.2

Codes

Color #E4CCE5 in popluar color models

E4 CC E5
RGB 228 204 229
HSL 298° 32.47% 84.90%
HSB/HSV 298° 10.92% 89.80%
CMYK 0.44% 10.92% 0.00%
10.20%

Color #E4CCE5 in popluar number systems.

HEX E4 CC E5
Decimal 228 204 229
Binary 11100100 11001100 11100101
Octal 344 314 345

Shades and tints

Shades of #E4CCE5

#E4CCE5
(228,204,229)
#D0BAD1
(208,186,209)
#BCA8BD
(188,168,189)
#A896A9
(168,150,169)
#948495
(148,132,149)
#807281
(128,114,129)
#6C606D
(108,96,109)
#584E59
(88,78,89)
#443C45
(68,60,69)
#302A31
(48,42,49)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #E4CCE5

#E4CCE5
(228,204,229)
#E6D0E7
(230,208,231)
#E8D4E9
(232,212,233)
#EAD8EB
(234,216,235)
#ECDCED
(236,220,237)
#EEE0EF
(238,224,239)
#F0E4F1
(240,228,241)
#F2E8F3
(242,232,243)
#F4ECF5
(244,236,245)
#F6F0F7
(246,240,247)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CCE5 color. Also use rgb(228,204,229) instead hex code.

Text Font Color

.myTextColor { color: #E4CCE5; }

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

This text font color is #E4CCE5.

Background Color

.myBgColor { background-color: #E4CCE5; }

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

This div background color is #E4CCE5.

Border color

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

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

This div border color is #E4CCE5.

Opacity

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

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

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

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

This text has shadow with #E4CCE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CCE5.

Preview

Color preview on black background

This text has color #E4CCE5 on black background.


Color preview on white background

This text has color #E4CCE5 on white background.


Black color preview on #E4CCE5 background

This text has black color on #E4CCE5 background.


White color preview on #E4CCE5 background

This text has white color on #E4CCE5 background.


Related colors

Complementary color

Complementary color for #hex is #1B331A.


I love getcolorcode.com

Triadic colors

1 #E5E4CC and #CCE5E4 with #E4CCE5 are triadic colors.

2 #E5CCE4 and #CCE4E5 with #E4CCE5 are triadic colors.