COLOR #DDEFD6

HEX: #DDEFD6
RGB: (221,239,214)

Color info

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

RGB color model

#DDEFD6 color RGB value is (221,239,214).

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

RGB channels and saturation

R 221 of 255 = 87%
G 239 of 255 = 94%
B 214 of 255 = 84%

221
239
214

R + G + B ~ 88%. #DDEFD6 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 239 + 214 = 674 (100%)
R 221 of 674 ~ 32.79%
G 239 of 674 ~ 35.46%
B 214 of 674 ~ 31.75%

%32.79
%35.46
%31.75

CMYK color model

#DDEFD6 color CMYK value is (8,0,10,6).

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 10.46%
  • key color value is 6.27%
CMYK:
(8,0,10,6)
C8M0Y10K6 
(8%,0%,10%,6%)
(0.08/0.00/0.10/0.06)	

CMYK percentages

%7.53
%0
%10.46
%6.27

Codes

Color #DDEFD6 in popluar color models

DDEFD6
RGB221239214
HSL103°43.86%88.82%
HSB/HSV103°10.46%93.73%
CMYK7.53%0.00%10.46%
6.27%

Color #DDEFD6 in popluar number systems.

HEXDDEFD6
Decimal221239214
Binary110111011110111111010110
Octal335357326

Shades and tints

Shades of #DDEFD6

#DDEFD6
(221,239,214)
#C9DAC3
(201,218,195)
#B5C5B0
(181,197,176)
#A1B09D
(161,176,157)
#8D9B8A
(141,155,138)
#798677
(121,134,119)
#657164
(101,113,100)
#515C51
(81,92,81)
#3D473E
(61,71,62)
#29322B
(41,50,43)
#151D18
(21,29,24)
#000000
(0,0,0)

Tints of #DDEFD6

#DDEFD6
(221,239,214)
#E0F0D9
(224,240,217)
#E3F1DC
(227,241,220)
#E6F2DF
(230,242,223)
#E9F3E2
(233,243,226)
#ECF4E5
(236,244,229)
#EFF5E8
(239,245,232)
#F2F6EB
(242,246,235)
#F5F7EE
(245,247,238)
#F8F8F1
(248,248,241)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEFD6; }

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

This text font color is #DDEFD6.


Background Color

.myBgColor { background-color: #DDEFD6; }

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

This div background color is #DDEFD6.


Border color

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

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

This div border color is #DDEFD6.


Opacity

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

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

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

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

This text has shadow with #DDEFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEFD6 on black background.


Color preview on white background

This text has color #DDEFD6 on white background.



Black color preview on #DDEFD6 background

This text has black color on #DDEFD6 background.


White color preview on #DDEFD6 background

This text has white color on #DDEFD6 background.