COLOR #E4CCEC

HEX: #E4CCEC RGB: (228,204,236)

Color info

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

RGB color model

#E4CCEC color RGB value is (228,204,236).

RGB: (228,204,236) (89%, 80%, 93%)

RGB channels and saturation

R 228 of 255 = 89%
G 204 of 255 = 80%
B 236 of 255 = 93%

228
204
236

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

Portions of RGB colors in percentages

R + G + B = 228 + 204 + 236 = 668 (100%)
R 228 of 668 ~ 34.13%
G 204 of 668 ~ 30.54%
B 236 of 668 ~ 35.33'%

%34.13
%30.54
%35.33

CMYK color model

#E4CCEC color CMYK value is (3,14,0,7).

  • cyan value is 3.39%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (3,14,0,7)
C3M14Y0K7 (3%, 14%, 0%, 7%)
(0.03 / 0.14 / 0.00 / 0.07)

CMYK percentages

%3.39
%13.56
%0
%7.45

Codes

Color #E4CCEC in popluar color models

E4 CC EC
RGB 228 204 236
HSL 285° 45.71% 86.27%
HSB/HSV 285° 13.56% 92.55%
CMYK 3.39% 13.56% 0.00%
7.45%

Color #E4CCEC in popluar number systems.

HEX E4 CC EC
Decimal 228 204 236
Binary 11100100 11001100 11101100
Octal 344 314 354

Shades and tints

Shades of #E4CCEC

#E4CCEC
(228,204,236)
#D0BAD7
(208,186,215)
#BCA8C2
(188,168,194)
#A896AD
(168,150,173)
#948498
(148,132,152)
#807283
(128,114,131)
#6C606E
(108,96,110)
#584E59
(88,78,89)
#443C44
(68,60,68)
#302A2F
(48,42,47)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #E4CCEC

#E4CCEC
(228,204,236)
#E6D0ED
(230,208,237)
#E8D4EE
(232,212,238)
#EAD8EF
(234,216,239)
#ECDCF0
(236,220,240)
#EEE0F1
(238,224,241)
#F0E4F2
(240,228,242)
#F2E8F3
(242,232,243)
#F4ECF4
(244,236,244)
#F6F0F5
(246,240,245)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CCEC; }

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

This text font color is #E4CCEC.

Background Color

.myBgColor { background-color: #E4CCEC; }

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

This div background color is #E4CCEC.

Border color

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

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

This div border color is #E4CCEC.

Opacity

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

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

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

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

This text has shadow with #E4CCEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CCEC.

Preview

Color preview on black background

This text has color #E4CCEC on black background.


Color preview on white background

This text has color #E4CCEC on white background.


Black color preview on #E4CCEC background

This text has black color on #E4CCEC background.


White color preview on #E4CCEC background

This text has white color on #E4CCEC background.


Related colors

Complementary color

Complementary color for #hex is #1B3313.


I love getcolorcode.com

Triadic colors

1 #ECE4CC and #CCECE4 with #E4CCEC are triadic colors.

2 #ECCCE4 and #CCE4EC with #E4CCEC are triadic colors.