COLOR #EEF3DD

HEX: #EEF3DD RGB: (238,243,221)

Color info

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

RGB color model

#EEF3DD color RGB value is (238,243,221).

RGB: (238,243,221) (93%, 95%, 87%)

RGB channels and saturation

R 238 of 255 = 93%
G 243 of 255 = 95%
B 221 of 255 = 87%

238
243
221

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

Portions of RGB colors in percentages

R + G + B = 238 + 243 + 221 = 702 (100%)
R 238 of 702 ~ 33.9%
G 243 of 702 ~ 34.62%
B 221 of 702 ~ 31.48'%

%33.9
%34.62
%31.48

CMYK color model

#EEF3DD color CMYK value is (2,0,9,5).

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

CMYK: (2,0,9,5)
C2M0Y9K5 (2%, 0%, 9%, 5%)
(0.02 / 0.00 / 0.09 / 0.05)

CMYK percentages

%2.06
%0
%9.05
%4.71

Codes

Color #EEF3DD in popluar color models

EE F3 DD
RGB 238 243 221
HSL 74° 47.83% 90.98%
HSB/HSV 74° 9.05% 95.29%
CMYK 2.06% 0.00% 9.05%
4.71%

Color #EEF3DD in popluar number systems.

HEX EE F3 DD
Decimal 238 243 221
Binary 11101110 11110011 11011101
Octal 356 363 335

Shades and tints

Shades of #EEF3DD

#EEF3DD
(238,243,221)
#D9DDC9
(217,221,201)
#C4C7B5
(196,199,181)
#AFB1A1
(175,177,161)
#9A9B8D
(154,155,141)
#858579
(133,133,121)
#706F65
(112,111,101)
#5B5951
(91,89,81)
#46433D
(70,67,61)
#312D29
(49,45,41)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #EEF3DD

#EEF3DD
(238,243,221)
#EFF4E0
(239,244,224)
#F0F5E3
(240,245,227)
#F1F6E6
(241,246,230)
#F2F7E9
(242,247,233)
#F3F8EC
(243,248,236)
#F4F9EF
(244,249,239)
#F5FAF2
(245,250,242)
#F6FBF5
(246,251,245)
#F7FCF8
(247,252,248)
#F8FDFB
(248,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF3DD; }

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

This text font color is #EEF3DD.

Background Color

.myBgColor { background-color: #EEF3DD; }

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

This div background color is #EEF3DD.

Border color

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

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

This div border color is #EEF3DD.

Opacity

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

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

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

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

This text has shadow with #EEF3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF3DD.

Preview

Color preview on black background

This text has color #EEF3DD on black background.


Color preview on white background

This text has color #EEF3DD on white background.


Black color preview on #EEF3DD background

This text has black color on #EEF3DD background.


White color preview on #EEF3DD background

This text has white color on #EEF3DD background.


Related colors

Complementary color

Complementary color for #hex is #110C22.


I love getcolorcode.com

Triadic colors

1 #DDEEF3 and #F3DDEE with #EEF3DD are triadic colors.

2 #DDF3EE and #F3EEDD with #EEF3DD are triadic colors.