COLOR #DDEFD7

HEX: #DDEFD7
RGB: (221,239,215)

Color info

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

RGB color model

#DDEFD7 color RGB value is (221,239,215).

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

RGB channels and saturation

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

221
239
215

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

Portions of RGB colors in percentages

R + G + B =
221 + 239 + 215 = 675 (100%)
R 221 of 675 ~ 32.74%
G 239 of 675 ~ 35.41%
B 215 of 675 ~ 31.85%

%32.74
%35.41
%31.85

CMYK color model

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

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 10.04%
  • 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.04
%6.27

Codes

Color #DDEFD7 in popluar color models

DDEFD7
RGB221239215
HSL105°42.86%89.02%
HSB/HSV105°10.04%93.73%
CMYK7.53%0.00%10.04%
6.27%

Color #DDEFD7 in popluar number systems.

HEXDDEFD7
Decimal221239215
Binary110111011110111111010111
Octal335357327

Shades and tints

Shades of #DDEFD7

#DDEFD7
(221,239,215)
#C9DAC4
(201,218,196)
#B5C5B1
(181,197,177)
#A1B09E
(161,176,158)
#8D9B8B
(141,155,139)
#798678
(121,134,120)
#657165
(101,113,101)
#515C52
(81,92,82)
#3D473F
(61,71,63)
#29322C
(41,50,44)
#151D19
(21,29,25)
#000000
(0,0,0)

Tints of #DDEFD7

#DDEFD7
(221,239,215)
#E0F0DA
(224,240,218)
#E3F1DD
(227,241,221)
#E6F2E0
(230,242,224)
#E9F3E3
(233,243,227)
#ECF4E6
(236,244,230)
#EFF5E9
(239,245,233)
#F2F6EC
(242,246,236)
#F5F7EF
(245,247,239)
#F8F8F2
(248,248,242)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEFD7; }

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

This text font color is #DDEFD7.


Background Color

.myBgColor { background-color: #DDEFD7; }

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

This div background color is #DDEFD7.


Border color

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

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

This div border color is #DDEFD7.


Opacity

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

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

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

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

This text has shadow with #DDEFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEFD7 on black background.


Color preview on white background

This text has color #DDEFD7 on white background.



Black color preview on #DDEFD7 background

This text has black color on #DDEFD7 background.


White color preview on #DDEFD7 background

This text has white color on #DDEFD7 background.