COLOR #EEC8F4

HEX: #EEC8F4 RGB: (238,200,244)

Color info

#EEC8F4 contains red, green and blue colors in about the same proportion. Web safe color of #EEC8F4 is #FFCCFF (or #FCF).

RGB color model

#EEC8F4 color RGB value is (238,200,244).

RGB: (238,200,244) (93%, 78%, 96%)

RGB channels and saturation

R 238 of 255 = 93%
G 200 of 255 = 78%
B 244 of 255 = 96%

238
200
244

R + G + B ~ 89%. #EEC8F4 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 200 + 244 = 682 (100%)
R 238 of 682 ~ 34.9%
G 200 of 682 ~ 29.33%
B 244 of 682 ~ 35.78'%

%34.9
%29.33
%35.78

CMYK color model

#EEC8F4 color CMYK value is (2,18,0,4).

  • cyan value is 2.46%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (2,18,0,4)
C2M18Y0K4 (2%, 18%, 0%, 4%)
(0.02 / 0.18 / 0.00 / 0.04)

CMYK percentages

%2.46
%18.03
%0
%4.31

Codes

Color #EEC8F4 in popluar color models

EE C8 F4
RGB 238 200 244
HSL 292° 66.67% 87.06%
HSB/HSV 292° 18.03% 95.69%
CMYK 2.46% 18.03% 0.00%
4.31%

Color #EEC8F4 in popluar number systems.

HEX EE C8 F4
Decimal 238 200 244
Binary 11101110 11001000 11110100
Octal 356 310 364

Shades and tints

Shades of #EEC8F4

#EEC8F4
(238,200,244)
#D9B6DE
(217,182,222)
#C4A4C8
(196,164,200)
#AF92B2
(175,146,178)
#9A809C
(154,128,156)
#856E86
(133,110,134)
#705C70
(112,92,112)
#5B4A5A
(91,74,90)
#463844
(70,56,68)
#31262E
(49,38,46)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #EEC8F4

#EEC8F4
(238,200,244)
#EFCDF5
(239,205,245)
#F0D2F6
(240,210,246)
#F1D7F7
(241,215,247)
#F2DCF8
(242,220,248)
#F3E1F9
(243,225,249)
#F4E6FA
(244,230,250)
#F5EBFB
(245,235,251)
#F6F0FC
(246,240,252)
#F7F5FD
(247,245,253)
#F8FAFE
(248,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC8F4; }

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

This text font color is #EEC8F4.

Background Color

.myBgColor { background-color: #EEC8F4; }

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

This div background color is #EEC8F4.

Border color

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

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

This div border color is #EEC8F4.

Opacity

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

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

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

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

This text has shadow with #EEC8F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC8F4.

Preview

Color preview on black background

This text has color #EEC8F4 on black background.


Color preview on white background

This text has color #EEC8F4 on white background.


Black color preview on #EEC8F4 background

This text has black color on #EEC8F4 background.


White color preview on #EEC8F4 background

This text has white color on #EEC8F4 background.


Related colors

Complementary color

Complementary color for #hex is #11370B.


I love getcolorcode.com

Triadic colors

1 #F4EEC8 and #C8F4EE with #EEC8F4 are triadic colors.

2 #F4C8EE and #C8EEF4 with #EEC8F4 are triadic colors.