COLOR #EEC3E5

HEX: #EEC3E5 RGB: (238,195,229)

Color info

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

RGB color model

#EEC3E5 color RGB value is (238,195,229).

RGB: (238,195,229) (93%, 76%, 90%)

RGB channels and saturation

R 238 of 255 = 93%
G 195 of 255 = 76%
B 229 of 255 = 90%

238
195
229

R + G + B ~ 86%. #EEC3E5 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 195 + 229 = 662 (100%)
R 238 of 662 ~ 35.95%
G 195 of 662 ~ 29.46%
B 229 of 662 ~ 34.59'%

%35.95
%29.46
%34.59

CMYK color model

#EEC3E5 color CMYK value is (0,18,4,7).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 3.78%
  • key color value is 6.67%
CMYK: (0,18,4,7) C0M18Y4K7 (0%,18%,4%,7%) (0.00/0.18/0.04/0.07) 

CMYK percentages

%0
%18.07
%3.78
%6.67

Codes

Color #EEC3E5 in popluar color models

EE C3 E5
RGB 238 195 229
HSL 313° 55.84% 84.90%
HSB/HSV 313° 18.07% 93.33%
CMYK 0.00% 18.07% 3.78%
6.67%

Color #EEC3E5 in popluar number systems.

HEX EE C3 E5
Decimal 238 195 229
Binary 11101110 11000011 11100101
Octal 356 303 345

Shades and tints

Shades of #EEC3E5

#EEC3E5
(238,195,229)
#D9B2D1
(217,178,209)
#C4A1BD
(196,161,189)
#AF90A9
(175,144,169)
#9A7F95
(154,127,149)
#856E81
(133,110,129)
#705D6D
(112,93,109)
#5B4C59
(91,76,89)
#463B45
(70,59,69)
#312A31
(49,42,49)
#1C191D
(28,25,29)
#000000
(0,0,0)

Tints of #EEC3E5

#EEC3E5
(238,195,229)
#EFC8E7
(239,200,231)
#F0CDE9
(240,205,233)
#F1D2EB
(241,210,235)
#F2D7ED
(242,215,237)
#F3DCEF
(243,220,239)
#F4E1F1
(244,225,241)
#F5E6F3
(245,230,243)
#F6EBF5
(246,235,245)
#F7F0F7
(247,240,247)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC3E5 color. Also use rgb(238,195,229) instead hex code.

Text Font Color

.myTextColor { color: #EEC3E5; }

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

This text font color is #EEC3E5.

Background Color

.myBgColor { background-color: #EEC3E5; }

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

This div background color is #EEC3E5.

Border color

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

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

This div border color is #EEC3E5.

Opacity

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

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

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

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

This text has shadow with #EEC3E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC3E5.

Preview

Color preview on black background

This text has color #EEC3E5 on black background.


Color preview on white background

This text has color #EEC3E5 on white background.


Black color preview on #EEC3E5 background

This text has black color on #EEC3E5 background.


White color preview on #EEC3E5 background

This text has white color on #EEC3E5 background.


Related colors

Complementary color

Complementary color for #hex is #113C1A.


I love getcolorcode.com

Triadic colors

1 #E5EEC3 and #C3E5EE with #EEC3E5 are triadic colors.

2 #E5C3EE and #C3EEE5 with #EEC3E5 are triadic colors.