COLOR #EEFEDB

HEX: #EEFEDB RGB: (238,254,219)

Color info

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

RGB color model

#EEFEDB color RGB value is (238,254,219).

RGB: (238,254,219) (93%, 100%, 86%)

RGB channels and saturation

R 238 of 255 = 93%
G 254 of 255 = 100%
B 219 of 255 = 86%

238
254
219

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

Portions of RGB colors in percentages

R + G + B = 238 + 254 + 219 = 711 (100%)
R 238 of 711 ~ 33.47%
G 254 of 711 ~ 35.72%
B 219 of 711 ~ 30.8'%

%33.47
%35.72
%30.8

CMYK color model

#EEFEDB color CMYK value is (6,0,14,0).

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 13.78%
  • key color value is 0.39%

CMYK: (6,0,14,0)
C6M0Y14K0 (6%, 0%, 14%, 0%)
(0.06 / 0.00 / 0.14 / 0.00)

CMYK percentages

%6.3
%0
%13.78
%0.39

Codes

Color #EEFEDB in popluar color models

EE FE DB
RGB 238 254 219
HSL 87° 94.59% 92.75%
HSB/HSV 87° 13.78% 99.61%
CMYK 6.30% 0.00% 13.78%
0.39%

Color #EEFEDB in popluar number systems.

HEX EE FE DB
Decimal 238 254 219
Binary 11101110 11111110 11011011
Octal 356 376 333

Shades and tints

Shades of #EEFEDB

#EEFEDB
(238,254,219)
#D9E7C8
(217,231,200)
#C4D0B5
(196,208,181)
#AFB9A2
(175,185,162)
#9AA28F
(154,162,143)
#858B7C
(133,139,124)
#707469
(112,116,105)
#5B5D56
(91,93,86)
#464643
(70,70,67)
#312F30
(49,47,48)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #EEFEDB

#EEFEDB
(238,254,219)
#EFFEDE
(239,254,222)
#F0FEE1
(240,254,225)
#F1FEE4
(241,254,228)
#F2FEE7
(242,254,231)
#F3FEEA
(243,254,234)
#F4FEED
(244,254,237)
#F5FEF0
(245,254,240)
#F6FEF3
(246,254,243)
#F7FEF6
(247,254,246)
#F8FEF9
(248,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFEDB; }

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

This text font color is #EEFEDB.

Background Color

.myBgColor { background-color: #EEFEDB; }

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

This div background color is #EEFEDB.

Border color

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

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

This div border color is #EEFEDB.

Opacity

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

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

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

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

This text has shadow with #EEFEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEFEDB.

Preview

Color preview on black background

This text has color #EEFEDB on black background.


Color preview on white background

This text has color #EEFEDB on white background.


Black color preview on #EEFEDB background

This text has black color on #EEFEDB background.


White color preview on #EEFEDB background

This text has white color on #EEFEDB background.


Related colors

Complementary color

Complementary color for #hex is #110124.


I love getcolorcode.com

Triadic colors

1 #DBEEFE and #FEDBEE with #EEFEDB are triadic colors.

2 #DBFEEE and #FEEEDB with #EEFEDB are triadic colors.