COLOR #DEEFDD

HEX: #DEEFDD
RGB: (222,239,221)

Color info

#DEEFDD contains red, green and blue colors in about the same proportion. Web safe color of #DEEFDD is #CCFFCC (or #CFC).

RGB color model

#DEEFDD color RGB value is (222,239,221).

  • red value is 222;
  • green value is 239;
  • blue value is 221.
RGB:
(222,239,221)
(87%,94%,87%)

RGB channels and saturation

R 222 of 255 = 87%
G 239 of 255 = 94%
B 221 of 255 = 87%

222
239
221

R + G + B ~ 89%. #DEEFDD is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 239 + 221 = 682 (100%)
R 222 of 682 ~ 32.55%
G 239 of 682 ~ 35.04%
B 221 of 682 ~ 32.4%

%32.55
%35.04
%32.4

CMYK color model

#DEEFDD color CMYK value is (7,0,8,6).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 7.53%
  • key color value is 6.27%
CMYK:
(7,0,8,6)
C7M0Y8K6 
(7%,0%,8%,6%)
(0.07/0.00/0.08/0.06)	

CMYK percentages

%7.11
%0
%7.53
%6.27

Codes

Color #DEEFDD in popluar color models

DEEFDD
RGB222239221
HSL117°36.00%90.20%
HSB/HSV117°7.53%93.73%
CMYK7.11%0.00%7.53%
6.27%

Color #DEEFDD in popluar number systems.

HEXDEEFDD
Decimal222239221
Binary110111101110111111011101
Octal336357335

Shades and tints

Shades of #DEEFDD

#DEEFDD
(222,239,221)
#CADAC9
(202,218,201)
#B6C5B5
(182,197,181)
#A2B0A1
(162,176,161)
#8E9B8D
(142,155,141)
#7A8679
(122,134,121)
#667165
(102,113,101)
#525C51
(82,92,81)
#3E473D
(62,71,61)
#2A3229
(42,50,41)
#161D15
(22,29,21)
#000000
(0,0,0)

Tints of #DEEFDD

#DEEFDD
(222,239,221)
#E1F0E0
(225,240,224)
#E4F1E3
(228,241,227)
#E7F2E6
(231,242,230)
#EAF3E9
(234,243,233)
#EDF4EC
(237,244,236)
#F0F5EF
(240,245,239)
#F3F6F2
(243,246,242)
#F6F7F5
(246,247,245)
#F9F8F8
(249,248,248)
#FCF9FB
(252,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEEFDD color. Also use rgb(222,239,221) instead hex code.

Text Font Color

.myTextColor { color: #DEEFDD; }

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

This text font color is #DEEFDD.


Background Color

.myBgColor { background-color: #DEEFDD; }

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

This div background color is #DEEFDD.


Border color

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

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

This div border color is #DEEFDD.


Opacity

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

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

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

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

This text has shadow with #DEEFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEEFDD on black background.


Color preview on white background

This text has color #DEEFDD on white background.



Black color preview on #DEEFDD background

This text has black color on #DEEFDD background.


White color preview on #DEEFDD background

This text has white color on #DEEFDD background.