COLOR #EEC3E2

HEX: #EEC3E2 RGB: (238,195,226)

Color info

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

RGB color model

#EEC3E2 color RGB value is (238,195,226).

RGB: (238,195,226) (93%, 76%, 89%)

RGB channels and saturation

R 238 of 255 = 93%
G 195 of 255 = 76%
B 226 of 255 = 89%

238
195
226

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

Portions of RGB colors in percentages

R + G + B = 238 + 195 + 226 = 659 (100%)
R 238 of 659 ~ 36.12%
G 195 of 659 ~ 29.59%
B 226 of 659 ~ 34.29'%

%36.12
%29.59
%34.29

CMYK color model

#EEC3E2 color CMYK value is (0,18,5,7).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 5.04%
  • key color value is 6.67%

CMYK: (0,18,5,7)
C0M18Y5K7 (0%, 18%, 5%, 7%)
(0.00 / 0.18 / 0.05 / 0.07)

CMYK percentages

%0
%18.07
%5.04
%6.67

Codes

Color #EEC3E2 in popluar color models

EE C3 E2
RGB 238 195 226
HSL 317° 55.84% 84.90%
HSB/HSV 317° 18.07% 93.33%
CMYK 0.00% 18.07% 5.04%
6.67%

Color #EEC3E2 in popluar number systems.

HEX EE C3 E2
Decimal 238 195 226
Binary 11101110 11000011 11100010
Octal 356 303 342

Shades and tints

Shades of #EEC3E2

#EEC3E2
(238,195,226)
#D9B2CE
(217,178,206)
#C4A1BA
(196,161,186)
#AF90A6
(175,144,166)
#9A7F92
(154,127,146)
#856E7E
(133,110,126)
#705D6A
(112,93,106)
#5B4C56
(91,76,86)
#463B42
(70,59,66)
#312A2E
(49,42,46)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #EEC3E2

#EEC3E2
(238,195,226)
#EFC8E4
(239,200,228)
#F0CDE6
(240,205,230)
#F1D2E8
(241,210,232)
#F2D7EA
(242,215,234)
#F3DCEC
(243,220,236)
#F4E1EE
(244,225,238)
#F5E6F0
(245,230,240)
#F6EBF2
(246,235,242)
#F7F0F4
(247,240,244)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC3E2; }

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

This text font color is #EEC3E2.

Background Color

.myBgColor { background-color: #EEC3E2; }

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

This div background color is #EEC3E2.

Border color

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

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

This div border color is #EEC3E2.

Opacity

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

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

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

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

This text has shadow with #EEC3E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC3E2.

Preview

Color preview on black background

This text has color #EEC3E2 on black background.


Color preview on white background

This text has color #EEC3E2 on white background.


Black color preview on #EEC3E2 background

This text has black color on #EEC3E2 background.


White color preview on #EEC3E2 background

This text has white color on #EEC3E2 background.


Related colors

Complementary color

Complementary color for #hex is #113C1D.


I love getcolorcode.com

Triadic colors

1 #E2EEC3 and #C3E2EE with #EEC3E2 are triadic colors.

2 #E2C3EE and #C3EEE2 with #EEC3E2 are triadic colors.