COLOR #EEC8E4

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

Color info

#EEC8E4 contains red, green and blue colors in about the same proportion. Web safe color of #EEC8E4 is #FFCCCC (or #FCC).

RGB color model

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

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

RGB channels and saturation

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

238
200
228

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

Portions of RGB colors in percentages

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

%35.74
%30.03
%34.23

CMYK color model

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

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

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

CMYK percentages

%0
%15.97
%4.2
%6.67

Codes

Color #EEC8E4 in popluar color models

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

Color #EEC8E4 in popluar number systems.

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

Shades and tints

Shades of #EEC8E4

#EEC8E4
(238,200,228)
#D9B6D0
(217,182,208)
#C4A4BC
(196,164,188)
#AF92A8
(175,146,168)
#9A8094
(154,128,148)
#856E80
(133,110,128)
#705C6C
(112,92,108)
#5B4A58
(91,74,88)
#463844
(70,56,68)
#312630
(49,38,48)
#1C141C
(28,20,28)
#000000
(0,0,0)

Tints of #EEC8E4

#EEC8E4
(238,200,228)
#EFCDE6
(239,205,230)
#F0D2E8
(240,210,232)
#F1D7EA
(241,215,234)
#F2DCEC
(242,220,236)
#F3E1EE
(243,225,238)
#F4E6F0
(244,230,240)
#F5EBF2
(245,235,242)
#F6F0F4
(246,240,244)
#F7F5F6
(247,245,246)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC8E4; }

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

This text font color is #EEC8E4.

Background Color

.myBgColor { background-color: #EEC8E4; }

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

This div background color is #EEC8E4.

Border color

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

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

This div border color is #EEC8E4.

Opacity

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

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

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

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

This text has shadow with #EEC8E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC8E4.

Preview

Color preview on black background

This text has color #EEC8E4 on black background.


Color preview on white background

This text has color #EEC8E4 on white background.


Black color preview on #EEC8E4 background

This text has black color on #EEC8E4 background.


White color preview on #EEC8E4 background

This text has white color on #EEC8E4 background.


Related colors

Complementary color

Complementary color for #hex is #11371B.


I love getcolorcode.com

Triadic colors

1 #E4EEC8 and #C8E4EE with #EEC8E4 are triadic colors.

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