COLOR #EEFDDE

HEX: #EEFDDE
RGB: (238,253,222)

Color info

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

RGB color model

#EEFDDE color RGB value is (238,253,222).

  • red value is 238;
  • green value is 253;
  • blue value is 222.
RGB:
(238,253,222)
(93%,99%,87%)

RGB channels and saturation

R 238 of 255 = 93%
G 253 of 255 = 99%
B 222 of 255 = 87%

238
253
222

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

Portions of RGB colors in percentages

R + G + B =
238 + 253 + 222 = 713 (100%)
R 238 of 713 ~ 33.38%
G 253 of 713 ~ 35.48%
B 222 of 713 ~ 31.14%

%33.38
%35.48
%31.14

CMYK color model

#EEFDDE color CMYK value is (6,0,12,1).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 12.25%
  • key color value is 0.78%
CMYK:
(6,0,12,1)
C6M0Y12K1 
(6%,0%,12%,1%)
(0.06/0.00/0.12/0.01)	

CMYK percentages

%5.93
%0
%12.25
%0.78

Codes

Color #EEFDDE in popluar color models

EEFDDE
RGB238253222
HSL89°88.57%93.14%
HSB/HSV89°12.25%99.22%
CMYK5.93%0.00%12.25%
0.78%

Color #EEFDDE in popluar number systems.

HEXEEFDDE
Decimal238253222
Binary111011101111110111011110
Octal356375336

Shades and tints

Shades of #EEFDDE

#EEFDDE
(238,253,222)
#D9E6CA
(217,230,202)
#C4CFB6
(196,207,182)
#AFB8A2
(175,184,162)
#9AA18E
(154,161,142)
#858A7A
(133,138,122)
#707366
(112,115,102)
#5B5C52
(91,92,82)
#46453E
(70,69,62)
#312E2A
(49,46,42)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #EEFDDE

#EEFDDE
(238,253,222)
#EFFDE1
(239,253,225)
#F0FDE4
(240,253,228)
#F1FDE7
(241,253,231)
#F2FDEA
(242,253,234)
#F3FDED
(243,253,237)
#F4FDF0
(244,253,240)
#F5FDF3
(245,253,243)
#F6FDF6
(246,253,246)
#F7FDF9
(247,253,249)
#F8FDFC
(248,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFDDE; }

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

This text font color is #EEFDDE.


Background Color

.myBgColor { background-color: #EEFDDE; }

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

This div background color is #EEFDDE.


Border color

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

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

This div border color is #EEFDDE.


Opacity

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

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

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

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

This text has shadow with #EEFDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFDDE on black background.


Color preview on white background

This text has color #EEFDDE on white background.



Black color preview on #EEFDDE background

This text has black color on #EEFDDE background.


White color preview on #EEFDDE background

This text has white color on #EEFDDE background.