COLOR #EEC4F4

HEX: #EEC4F4 RGB: (238,196,244)

Color info

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

RGB color model

#EEC4F4 color RGB value is (238,196,244).

RGB: (238,196,244) (93%, 77%, 96%)

RGB channels and saturation

R 238 of 255 = 93%
G 196 of 255 = 77%
B 244 of 255 = 96%

238
196
244

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

Portions of RGB colors in percentages

R + G + B = 238 + 196 + 244 = 678 (100%)
R 238 of 678 ~ 35.1%
G 196 of 678 ~ 28.91%
B 244 of 678 ~ 35.99'%

%35.1
%28.91
%35.99

CMYK color model

#EEC4F4 color CMYK value is (2,20,0,4).

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

CMYK: (2,20,0,4)
C2M20Y0K4 (2%, 20%, 0%, 4%)
(0.02 / 0.20 / 0.00 / 0.04)

CMYK percentages

%2.46
%19.67
%0
%4.31

Codes

Color #EEC4F4 in popluar color models

EE C4 F4
RGB 238 196 244
HSL 293° 68.57% 86.27%
HSB/HSV 293° 19.67% 95.69%
CMYK 2.46% 19.67% 0.00%
4.31%

Color #EEC4F4 in popluar number systems.

HEX EE C4 F4
Decimal 238 196 244
Binary 11101110 11000100 11110100
Octal 356 304 364

Shades and tints

Shades of #EEC4F4

#EEC4F4
(238,196,244)
#D9B3DE
(217,179,222)
#C4A2C8
(196,162,200)
#AF91B2
(175,145,178)
#9A809C
(154,128,156)
#856F86
(133,111,134)
#705E70
(112,94,112)
#5B4D5A
(91,77,90)
#463C44
(70,60,68)
#312B2E
(49,43,46)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #EEC4F4

#EEC4F4
(238,196,244)
#EFC9F5
(239,201,245)
#F0CEF6
(240,206,246)
#F1D3F7
(241,211,247)
#F2D8F8
(242,216,248)
#F3DDF9
(243,221,249)
#F4E2FA
(244,226,250)
#F5E7FB
(245,231,251)
#F6ECFC
(246,236,252)
#F7F1FD
(247,241,253)
#F8F6FE
(248,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC4F4; }

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

This text font color is #EEC4F4.

Background Color

.myBgColor { background-color: #EEC4F4; }

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

This div background color is #EEC4F4.

Border color

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

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

This div border color is #EEC4F4.

Opacity

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

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

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

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

This text has shadow with #EEC4F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC4F4.

Preview

Color preview on black background

This text has color #EEC4F4 on black background.


Color preview on white background

This text has color #EEC4F4 on white background.


Black color preview on #EEC4F4 background

This text has black color on #EEC4F4 background.


White color preview on #EEC4F4 background

This text has white color on #EEC4F4 background.


Related colors

Complementary color

Complementary color for #hex is #113B0B.


I love getcolorcode.com

Triadic colors

1 #F4EEC4 and #C4F4EE with #EEC4F4 are triadic colors.

2 #F4C4EE and #C4EEF4 with #EEC4F4 are triadic colors.