COLOR #EEECF2

HEX: #EEECF2 RGB: (238,236,242)

Color info

#EEECF2 contains red, green and blue colors in about the same proportion. Web safe color of #EEECF2 is #FFFFFF (or #FFF).

RGB color model

#EEECF2 color RGB value is (238,236,242).

RGB: (238,236,242) (93%, 93%, 95%)

RGB channels and saturation

R 238 of 255 = 93%
G 236 of 255 = 93%
B 242 of 255 = 95%

238
236
242

R + G + B ~ 94%. #EEECF2 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 236 + 242 = 716 (100%)
R 238 of 716 ~ 33.24%
G 236 of 716 ~ 32.96%
B 242 of 716 ~ 33.8'%

%33.24
%32.96
%33.8

CMYK color model

#EEECF2 color CMYK value is (2,2,0,5).

  • cyan value is 1.65%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (2,2,0,5)
C2M2Y0K5 (2%, 2%, 0%, 5%)
(0.02 / 0.02 / 0.00 / 0.05)

CMYK percentages

%1.65
%2.48
%0
%5.1

Codes

Color #EEECF2 in popluar color models

EE EC F2
RGB 238 236 242
HSL 260° 18.75% 93.73%
HSB/HSV 260° 2.48% 94.90%
CMYK 1.65% 2.48% 0.00%
5.10%

Color #EEECF2 in popluar number systems.

HEX EE EC F2
Decimal 238 236 242
Binary 11101110 11101100 11110010
Octal 356 354 362

Shades and tints

Shades of #EEECF2

#EEECF2
(238,236,242)
#D9D7DC
(217,215,220)
#C4C2C6
(196,194,198)
#AFADB0
(175,173,176)
#9A989A
(154,152,154)
#858384
(133,131,132)
#706E6E
(112,110,110)
#5B5958
(91,89,88)
#464442
(70,68,66)
#312F2C
(49,47,44)
#1C1A16
(28,26,22)
#000000
(0,0,0)

Tints of #EEECF2

#EEECF2
(238,236,242)
#EFEDF3
(239,237,243)
#F0EEF4
(240,238,244)
#F1EFF5
(241,239,245)
#F2F0F6
(242,240,246)
#F3F1F7
(243,241,247)
#F4F2F8
(244,242,248)
#F5F3F9
(245,243,249)
#F6F4FA
(246,244,250)
#F7F5FB
(247,245,251)
#F8F6FC
(248,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEECF2 color. Also use rgb(238,236,242) instead hex code.

Text Font Color

.myTextColor { color: #EEECF2; }

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

This text font color is #EEECF2.

Background Color

.myBgColor { background-color: #EEECF2; }

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

This div background color is #EEECF2.

Border color

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

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

This div border color is #EEECF2.

Opacity

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

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

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

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

This text has shadow with #EEECF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEECF2.

Preview

Color preview on black background

This text has color #EEECF2 on black background.


Color preview on white background

This text has color #EEECF2 on white background.


Black color preview on #EEECF2 background

This text has black color on #EEECF2 background.


White color preview on #EEECF2 background

This text has white color on #EEECF2 background.


Related colors

Complementary color

Complementary color for #hex is #11130D.


I love getcolorcode.com

Triadic colors

1 #F2EEEC and #ECF2EE with #EEECF2 are triadic colors.

2 #F2ECEE and #ECEEF2 with #EEECF2 are triadic colors.