COLOR #EEFDDC

HEX: #EEFDDC
RGB: (238,253,220)

Color info

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

RGB color model

#EEFDDC color RGB value is (238,253,220).

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

RGB channels and saturation

R 238 of 255 = 93%
G 253 of 255 = 99%
B 220 of 255 = 86%

238
253
220

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

Portions of RGB colors in percentages

R + G + B =
238 + 253 + 220 = 711 (100%)
R 238 of 711 ~ 33.47%
G 253 of 711 ~ 35.58%
B 220 of 711 ~ 30.94%

%33.47
%35.58
%30.94

CMYK color model

#EEFDDC color CMYK value is (6,0,13,1).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 0.78%
CMYK:
(6,0,13,1)
C6M0Y13K1 
(6%,0%,13%,1%)
(0.06/0.00/0.13/0.01)	

CMYK percentages

%5.93
%0
%13.04
%0.78

Codes

Color #EEFDDC in popluar color models

EEFDDC
RGB238253220
HSL87°89.19%92.75%
HSB/HSV87°13.04%99.22%
CMYK5.93%0.00%13.04%
0.78%

Color #EEFDDC in popluar number systems.

HEXEEFDDC
Decimal238253220
Binary111011101111110111011100
Octal356375334

Shades and tints

Shades of #EEFDDC

#EEFDDC
(238,253,220)
#D9E6C8
(217,230,200)
#C4CFB4
(196,207,180)
#AFB8A0
(175,184,160)
#9AA18C
(154,161,140)
#858A78
(133,138,120)
#707364
(112,115,100)
#5B5C50
(91,92,80)
#46453C
(70,69,60)
#312E28
(49,46,40)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #EEFDDC

#EEFDDC
(238,253,220)
#EFFDDF
(239,253,223)
#F0FDE2
(240,253,226)
#F1FDE5
(241,253,229)
#F2FDE8
(242,253,232)
#F3FDEB
(243,253,235)
#F4FDEE
(244,253,238)
#F5FDF1
(245,253,241)
#F6FDF4
(246,253,244)
#F7FDF7
(247,253,247)
#F8FDFA
(248,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFDDC; }

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

This text font color is #EEFDDC.


Background Color

.myBgColor { background-color: #EEFDDC; }

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

This div background color is #EEFDDC.


Border color

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

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

This div border color is #EEFDDC.


Opacity

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

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

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

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

This text has shadow with #EEFDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFDDC on black background.


Color preview on white background

This text has color #EEFDDC on white background.



Black color preview on #EEFDDC background

This text has black color on #EEFDDC background.


White color preview on #EEFDDC background

This text has white color on #EEFDDC background.