COLOR #E4C4EA

HEX: #E4C4EA RGB: (228,196,234)

Color info

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

RGB color model

#E4C4EA color RGB value is (228,196,234).

RGB: (228,196,234) (89%, 77%, 92%)

RGB channels and saturation

R 228 of 255 = 89%
G 196 of 255 = 77%
B 234 of 255 = 92%

228
196
234

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

Portions of RGB colors in percentages

R + G + B = 228 + 196 + 234 = 658 (100%)
R 228 of 658 ~ 34.65%
G 196 of 658 ~ 29.79%
B 234 of 658 ~ 35.56'%

%34.65
%29.79
%35.56

CMYK color model

#E4C4EA color CMYK value is (3,16,0,8).

  • cyan value is 2.56%
  • magenta value is 16.24%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (3,16,0,8)
C3M16Y0K8 (3%, 16%, 0%, 8%)
(0.03 / 0.16 / 0.00 / 0.08)

CMYK percentages

%2.56
%16.24
%0
%8.24

Codes

Color #E4C4EA in popluar color models

E4 C4 EA
RGB 228 196 234
HSL 291° 47.50% 84.31%
HSB/HSV 291° 16.24% 91.76%
CMYK 2.56% 16.24% 0.00%
8.24%

Color #E4C4EA in popluar number systems.

HEX E4 C4 EA
Decimal 228 196 234
Binary 11100100 11000100 11101010
Octal 344 304 352

Shades and tints

Shades of #E4C4EA

#E4C4EA
(228,196,234)
#D0B3D5
(208,179,213)
#BCA2C0
(188,162,192)
#A891AB
(168,145,171)
#948096
(148,128,150)
#806F81
(128,111,129)
#6C5E6C
(108,94,108)
#584D57
(88,77,87)
#443C42
(68,60,66)
#302B2D
(48,43,45)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #E4C4EA

#E4C4EA
(228,196,234)
#E6C9EB
(230,201,235)
#E8CEEC
(232,206,236)
#EAD3ED
(234,211,237)
#ECD8EE
(236,216,238)
#EEDDEF
(238,221,239)
#F0E2F0
(240,226,240)
#F2E7F1
(242,231,241)
#F4ECF2
(244,236,242)
#F6F1F3
(246,241,243)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C4EA color. Also use rgb(228,196,234) instead hex code.

Text Font Color

.myTextColor { color: #E4C4EA; }

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

This text font color is #E4C4EA.

Background Color

.myBgColor { background-color: #E4C4EA; }

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

This div background color is #E4C4EA.

Border color

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

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

This div border color is #E4C4EA.

Opacity

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

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

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

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

This text has shadow with #E4C4EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4C4EA.

Preview

Color preview on black background

This text has color #E4C4EA on black background.


Color preview on white background

This text has color #E4C4EA on white background.


Black color preview on #E4C4EA background

This text has black color on #E4C4EA background.


White color preview on #E4C4EA background

This text has white color on #E4C4EA background.


Related colors

Complementary color

Complementary color for #hex is #1B3B15.


I love getcolorcode.com

Triadic colors

1 #EAE4C4 and #C4EAE4 with #E4C4EA are triadic colors.

2 #EAC4E4 and #C4E4EA with #E4C4EA are triadic colors.