COLOR #EEE4FE

HEX: #EEE4FE RGB: (238,228,254)

Color info

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

RGB color model

#EEE4FE color RGB value is (238,228,254).

RGB: (238,228,254) (93%, 89%, 100%)

RGB channels and saturation

R 238 of 255 = 93%
G 228 of 255 = 89%
B 254 of 255 = 100%

238
228
254

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

Portions of RGB colors in percentages

R + G + B = 238 + 228 + 254 = 720 (100%)
R 238 of 720 ~ 33.06%
G 228 of 720 ~ 31.67%
B 254 of 720 ~ 35.28'%

%33.06
%31.67
%35.28

CMYK color model

#EEE4FE color CMYK value is (6,10,0,0).

  • cyan value is 6.30%
  • magenta value is 10.24%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (6,10,0,0) C6M10Y0K0 (6%,10%,0%,0%) (0.06/0.10/0.00/0.00) 

CMYK percentages

%6.3
%10.24
%0
%0.39

Codes

Color #EEE4FE in popluar color models

EE E4 FE
RGB 238 228 254
HSL 263° 92.86% 94.51%
HSB/HSV 263° 10.24% 99.61%
CMYK 6.30% 10.24% 0.00%
0.39%

Color #EEE4FE in popluar number systems.

HEX EE E4 FE
Decimal 238 228 254
Binary 11101110 11100100 11111110
Octal 356 344 376

Shades and tints

Shades of #EEE4FE

#EEE4FE
(238,228,254)
#D9D0E7
(217,208,231)
#C4BCD0
(196,188,208)
#AFA8B9
(175,168,185)
#9A94A2
(154,148,162)
#85808B
(133,128,139)
#706C74
(112,108,116)
#5B585D
(91,88,93)
#464446
(70,68,70)
#31302F
(49,48,47)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #EEE4FE

#EEE4FE
(238,228,254)
#EFE6FE
(239,230,254)
#F0E8FE
(240,232,254)
#F1EAFE
(241,234,254)
#F2ECFE
(242,236,254)
#F3EEFE
(243,238,254)
#F4F0FE
(244,240,254)
#F5F2FE
(245,242,254)
#F6F4FE
(246,244,254)
#F7F6FE
(247,246,254)
#F8F8FE
(248,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE4FE; }

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

This text font color is #EEE4FE.

Background Color

.myBgColor { background-color: #EEE4FE; }

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

This div background color is #EEE4FE.

Border color

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

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

This div border color is #EEE4FE.

Opacity

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

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

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

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

This text has shadow with #EEE4FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE4FE.

Preview

Color preview on black background

This text has color #EEE4FE on black background.


Color preview on white background

This text has color #EEE4FE on white background.


Black color preview on #EEE4FE background

This text has black color on #EEE4FE background.


White color preview on #EEE4FE background

This text has white color on #EEE4FE background.


Related colors

Complementary color

Complementary color for #hex is #111B01.


I love getcolorcode.com

Triadic colors

1 #FEEEE4 and #E4FEEE with #EEE4FE are triadic colors.

2 #FEE4EE and #E4EEFE with #EEE4FE are triadic colors.