COLOR #EEC5F0

HEX: #EEC5F0 RGB: (238,197,240)

Color info

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

RGB color model

#EEC5F0 color RGB value is (238,197,240).

RGB: (238,197,240) (93%, 77%, 94%)

RGB channels and saturation

R 238 of 255 = 93%
G 197 of 255 = 77%
B 240 of 255 = 94%

238
197
240

R + G + B ~ 88%. #EEC5F0 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 197 + 240 = 675 (100%)
R 238 of 675 ~ 35.26%
G 197 of 675 ~ 29.19%
B 240 of 675 ~ 35.56'%

%35.26
%29.19
%35.56

CMYK color model

#EEC5F0 color CMYK value is (1,18,0,6).

  • cyan value is 0.83%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (1,18,0,6)
C1M18Y0K6 (1%, 18%, 0%, 6%)
(0.01 / 0.18 / 0.00 / 0.06)

CMYK percentages

%0.83
%17.92
%0
%5.88

Codes

Color #EEC5F0 in popluar color models

EE C5 F0
RGB 238 197 240
HSL 297° 58.90% 85.69%
HSB/HSV 297° 17.92% 94.12%
CMYK 0.83% 17.92% 0.00%
5.88%

Color #EEC5F0 in popluar number systems.

HEX EE C5 F0
Decimal 238 197 240
Binary 11101110 11000101 11110000
Octal 356 305 360

Shades and tints

Shades of #EEC5F0

#EEC5F0
(238,197,240)
#D9B4DB
(217,180,219)
#C4A3C6
(196,163,198)
#AF92B1
(175,146,177)
#9A819C
(154,129,156)
#857087
(133,112,135)
#705F72
(112,95,114)
#5B4E5D
(91,78,93)
#463D48
(70,61,72)
#312C33
(49,44,51)
#1C1B1E
(28,27,30)
#000000
(0,0,0)

Tints of #EEC5F0

#EEC5F0
(238,197,240)
#EFCAF1
(239,202,241)
#F0CFF2
(240,207,242)
#F1D4F3
(241,212,243)
#F2D9F4
(242,217,244)
#F3DEF5
(243,222,245)
#F4E3F6
(244,227,246)
#F5E8F7
(245,232,247)
#F6EDF8
(246,237,248)
#F7F2F9
(247,242,249)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC5F0 color. Also use rgb(238,197,240) instead hex code.

Text Font Color

.myTextColor { color: #EEC5F0; }

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

This text font color is #EEC5F0.

Background Color

.myBgColor { background-color: #EEC5F0; }

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

This div background color is #EEC5F0.

Border color

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

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

This div border color is #EEC5F0.

Opacity

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

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

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

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

This text has shadow with #EEC5F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC5F0.

Preview

Color preview on black background

This text has color #EEC5F0 on black background.


Color preview on white background

This text has color #EEC5F0 on white background.


Black color preview on #EEC5F0 background

This text has black color on #EEC5F0 background.


White color preview on #EEC5F0 background

This text has white color on #EEC5F0 background.


Related colors

Complementary color

Complementary color for #hex is #113A0F.


I love getcolorcode.com

Triadic colors

1 #F0EEC5 and #C5F0EE with #EEC5F0 are triadic colors.

2 #F0C5EE and #C5EEF0 with #EEC5F0 are triadic colors.