COLOR #EEFDD5

HEX: #EEFDD5 RGB: (238,253,213)

Color info

#EEFDD5 contains red, green and blue colors in about the same proportion. Web safe color of #EEFDD5 is #FFFFCC (or #FFC).

RGB color model

#EEFDD5 color RGB value is (238,253,213).

RGB: (238,253,213) (93%, 99%, 84%)

RGB channels and saturation

R 238 of 255 = 93%
G 253 of 255 = 99%
B 213 of 255 = 84%

238
253
213

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

Portions of RGB colors in percentages

R + G + B = 238 + 253 + 213 = 704 (100%)
R 238 of 704 ~ 33.81%
G 253 of 704 ~ 35.94%
B 213 of 704 ~ 30.26'%

%33.81
%35.94
%30.26

CMYK color model

#EEFDD5 color CMYK value is (6,0,16,1).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 15.81%
  • key color value is 0.78%

CMYK: (6,0,16,1)
C6M0Y16K1 (6%, 0%, 16%, 1%)
(0.06 / 0.00 / 0.16 / 0.01)

CMYK percentages

%5.93
%0
%15.81
%0.78

Codes

Color #EEFDD5 in popluar color models

EE FD D5
RGB 238 253 213
HSL 83° 90.91% 91.37%
HSB/HSV 83° 15.81% 99.22%
CMYK 5.93% 0.00% 15.81%
0.78%

Color #EEFDD5 in popluar number systems.

HEX EE FD D5
Decimal 238 253 213
Binary 11101110 11111101 11010101
Octal 356 375 325

Shades and tints

Shades of #EEFDD5

#EEFDD5
(238,253,213)
#D9E6C2
(217,230,194)
#C4CFAF
(196,207,175)
#AFB89C
(175,184,156)
#9AA189
(154,161,137)
#858A76
(133,138,118)
#707363
(112,115,99)
#5B5C50
(91,92,80)
#46453D
(70,69,61)
#312E2A
(49,46,42)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #EEFDD5

#EEFDD5
(238,253,213)
#EFFDD8
(239,253,216)
#F0FDDB
(240,253,219)
#F1FDDE
(241,253,222)
#F2FDE1
(242,253,225)
#F3FDE4
(243,253,228)
#F4FDE7
(244,253,231)
#F5FDEA
(245,253,234)
#F6FDED
(246,253,237)
#F7FDF0
(247,253,240)
#F8FDF3
(248,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEFDD5 color. Also use rgb(238,253,213) instead hex code.

Text Font Color

.myTextColor { color: #EEFDD5; }

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

This text font color is #EEFDD5.

Background Color

.myBgColor { background-color: #EEFDD5; }

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

This div background color is #EEFDD5.

Border color

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

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

This div border color is #EEFDD5.

Opacity

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

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

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

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

This text has shadow with #EEFDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEFDD5.

Preview

Color preview on black background

This text has color #EEFDD5 on black background.


Color preview on white background

This text has color #EEFDD5 on white background.


Black color preview on #EEFDD5 background

This text has black color on #EEFDD5 background.


White color preview on #EEFDD5 background

This text has white color on #EEFDD5 background.


Related colors

Complementary color

Complementary color for #hex is #11022A.


I love getcolorcode.com

Triadic colors

1 #D5EEFD and #FDD5EE with #EEFDD5 are triadic colors.

2 #D5FDEE and #FDEED5 with #EEFDD5 are triadic colors.