COLOR #E4C8EE

HEX: #E4C8EE RGB: (228,200,238)

Color info

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

RGB color model

#E4C8EE color RGB value is (228,200,238).

RGB: (228,200,238) (89%, 78%, 93%)

RGB channels and saturation

R 228 of 255 = 89%
G 200 of 255 = 78%
B 238 of 255 = 93%

228
200
238

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

Portions of RGB colors in percentages

R + G + B = 228 + 200 + 238 = 666 (100%)
R 228 of 666 ~ 34.23%
G 200 of 666 ~ 30.03%
B 238 of 666 ~ 35.74'%

%34.23
%30.03
%35.74

CMYK color model

#E4C8EE color CMYK value is (4,16,0,7).

  • cyan value is 4.20%
  • magenta value is 15.97%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (4,16,0,7)
C4M16Y0K7 (4%, 16%, 0%, 7%)
(0.04 / 0.16 / 0.00 / 0.07)

CMYK percentages

%4.2
%15.97
%0
%6.67

Codes

Color #E4C8EE in popluar color models

E4 C8 EE
RGB 228 200 238
HSL 284° 52.78% 85.88%
HSB/HSV 284° 15.97% 93.33%
CMYK 4.20% 15.97% 0.00%
6.67%

Color #E4C8EE in popluar number systems.

HEX E4 C8 EE
Decimal 228 200 238
Binary 11100100 11001000 11101110
Octal 344 310 356

Shades and tints

Shades of #E4C8EE

#E4C8EE
(228,200,238)
#D0B6D9
(208,182,217)
#BCA4C4
(188,164,196)
#A892AF
(168,146,175)
#94809A
(148,128,154)
#806E85
(128,110,133)
#6C5C70
(108,92,112)
#584A5B
(88,74,91)
#443846
(68,56,70)
#302631
(48,38,49)
#1C141C
(28,20,28)
#000000
(0,0,0)

Tints of #E4C8EE

#E4C8EE
(228,200,238)
#E6CDEF
(230,205,239)
#E8D2F0
(232,210,240)
#EAD7F1
(234,215,241)
#ECDCF2
(236,220,242)
#EEE1F3
(238,225,243)
#F0E6F4
(240,230,244)
#F2EBF5
(242,235,245)
#F4F0F6
(244,240,246)
#F6F5F7
(246,245,247)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C8EE color. Also use rgb(228,200,238) instead hex code.

Text Font Color

.myTextColor { color: #E4C8EE; }

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

This text font color is #E4C8EE.

Background Color

.myBgColor { background-color: #E4C8EE; }

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

This div background color is #E4C8EE.

Border color

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

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

This div border color is #E4C8EE.

Opacity

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

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

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

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

This text has shadow with #E4C8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4C8EE.

Preview

Color preview on black background

This text has color #E4C8EE on black background.


Color preview on white background

This text has color #E4C8EE on white background.


Black color preview on #E4C8EE background

This text has black color on #E4C8EE background.


White color preview on #E4C8EE background

This text has white color on #E4C8EE background.


Related colors

Complementary color

Complementary color for #hex is #1B3711.


I love getcolorcode.com

Triadic colors

1 #EEE4C8 and #C8EEE4 with #E4C8EE are triadic colors.

2 #EEC8E4 and #C8E4EE with #E4C8EE are triadic colors.