COLOR #EEE5F3

HEX: #EEE5F3 RGB: (238,229,243)

Color info

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

RGB color model

#EEE5F3 color RGB value is (238,229,243).

RGB: (238,229,243) (93%, 90%, 95%)

RGB channels and saturation

R 238 of 255 = 93%
G 229 of 255 = 90%
B 243 of 255 = 95%

238
229
243

R + G + B ~ 93%. #EEE5F3 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 229 + 243 = 710 (100%)
R 238 of 710 ~ 33.52%
G 229 of 710 ~ 32.25%
B 243 of 710 ~ 34.23'%

%33.52
%32.25
%34.23

CMYK color model

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

  • cyan value is 2.06%
  • magenta value is 5.76%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (2,6,0,5)
C2M6Y0K5 (2%, 6%, 0%, 5%)
(0.02 / 0.06 / 0.00 / 0.05)

CMYK percentages

%2.06
%5.76
%0
%4.71

Codes

Color #EEE5F3 in popluar color models

EE E5 F3
RGB 238 229 243
HSL 279° 36.84% 92.55%
HSB/HSV 279° 5.76% 95.29%
CMYK 2.06% 5.76% 0.00%
4.71%

Color #EEE5F3 in popluar number systems.

HEX EE E5 F3
Decimal 238 229 243
Binary 11101110 11100101 11110011
Octal 356 345 363

Shades and tints

Shades of #EEE5F3

#EEE5F3
(238,229,243)
#D9D1DD
(217,209,221)
#C4BDC7
(196,189,199)
#AFA9B1
(175,169,177)
#9A959B
(154,149,155)
#858185
(133,129,133)
#706D6F
(112,109,111)
#5B5959
(91,89,89)
#464543
(70,69,67)
#31312D
(49,49,45)
#1C1D17
(28,29,23)
#000000
(0,0,0)

Tints of #EEE5F3

#EEE5F3
(238,229,243)
#EFE7F4
(239,231,244)
#F0E9F5
(240,233,245)
#F1EBF6
(241,235,246)
#F2EDF7
(242,237,247)
#F3EFF8
(243,239,248)
#F4F1F9
(244,241,249)
#F5F3FA
(245,243,250)
#F6F5FB
(246,245,251)
#F7F7FC
(247,247,252)
#F8F9FD
(248,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE5F3; }

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

This text font color is #EEE5F3.

Background Color

.myBgColor { background-color: #EEE5F3; }

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

This div background color is #EEE5F3.

Border color

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

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

This div border color is #EEE5F3.

Opacity

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

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

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

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

This text has shadow with #EEE5F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE5F3.

Preview

Color preview on black background

This text has color #EEE5F3 on black background.


Color preview on white background

This text has color #EEE5F3 on white background.


Black color preview on #EEE5F3 background

This text has black color on #EEE5F3 background.


White color preview on #EEE5F3 background

This text has white color on #EEE5F3 background.


Related colors

Complementary color

Complementary color for #hex is #111A0C.


I love getcolorcode.com

Triadic colors

1 #F3EEE5 and #E5F3EE with #EEE5F3 are triadic colors.

2 #F3E5EE and #E5EEF3 with #EEE5F3 are triadic colors.