COLOR #EEE4EF

HEX: #EEE4EF RGB: (238,228,239)

Color info

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

RGB color model

#EEE4EF color RGB value is (238,228,239).

RGB: (238,228,239) (93%, 89%, 94%)

RGB channels and saturation

R 238 of 255 = 93%
G 228 of 255 = 89%
B 239 of 255 = 94%

238
228
239

R + G + B ~ 92%. #EEE4EF is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 228 + 239 = 705 (100%)
R 238 of 705 ~ 33.76%
G 228 of 705 ~ 32.34%
B 239 of 705 ~ 33.9'%

%33.76
%32.34
%33.9

CMYK color model

#EEE4EF color CMYK value is (0,5,0,6).

  • cyan value is 0.42%
  • magenta value is 4.60%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (0,5,0,6) C0M5Y0K6 (0%,5%,0%,6%) (0.00/0.05/0.00/0.06) 

CMYK percentages

%0.42
%4.6
%0
%6.27

Codes

Color #EEE4EF in popluar color models

EE E4 EF
RGB 238 228 239
HSL 295° 25.58% 91.57%
HSB/HSV 295° 4.60% 93.73%
CMYK 0.42% 4.60% 0.00%
6.27%

Color #EEE4EF in popluar number systems.

HEX EE E4 EF
Decimal 238 228 239
Binary 11101110 11100100 11101111
Octal 356 344 357

Shades and tints

Shades of #EEE4EF

#EEE4EF
(238,228,239)
#D9D0DA
(217,208,218)
#C4BCC5
(196,188,197)
#AFA8B0
(175,168,176)
#9A949B
(154,148,155)
#858086
(133,128,134)
#706C71
(112,108,113)
#5B585C
(91,88,92)
#464447
(70,68,71)
#313032
(49,48,50)
#1C1C1D
(28,28,29)
#000000
(0,0,0)

Tints of #EEE4EF

#EEE4EF
(238,228,239)
#EFE6F0
(239,230,240)
#F0E8F1
(240,232,241)
#F1EAF2
(241,234,242)
#F2ECF3
(242,236,243)
#F3EEF4
(243,238,244)
#F4F0F5
(244,240,245)
#F5F2F6
(245,242,246)
#F6F4F7
(246,244,247)
#F7F6F8
(247,246,248)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE4EF color. Also use rgb(238,228,239) instead hex code.

Text Font Color

.myTextColor { color: #EEE4EF; }

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

This text font color is #EEE4EF.

Background Color

.myBgColor { background-color: #EEE4EF; }

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

This div background color is #EEE4EF.

Border color

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

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

This div border color is #EEE4EF.

Opacity

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

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

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

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

This text has shadow with #EEE4EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE4EF.

Preview

Color preview on black background

This text has color #EEE4EF on black background.


Color preview on white background

This text has color #EEE4EF on white background.


Black color preview on #EEE4EF background

This text has black color on #EEE4EF background.


White color preview on #EEE4EF background

This text has white color on #EEE4EF background.


Related colors

Complementary color

Complementary color for #hex is #111B10.


I love getcolorcode.com

Triadic colors

1 #EFEEE4 and #E4EFEE with #EEE4EF are triadic colors.

2 #EFE4EE and #E4EEEF with #EEE4EF are triadic colors.