COLOR #DDEFD3

HEX: #DDEFD3
RGB: (221,239,211)

Color info

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

RGB color model

#DDEFD3 color RGB value is (221,239,211).

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

RGB channels and saturation

R 221 of 255 = 87%
G 239 of 255 = 94%
B 211 of 255 = 83%

221
239
211

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

Portions of RGB colors in percentages

R + G + B =
221 + 239 + 211 = 671 (100%)
R 221 of 671 ~ 32.94%
G 239 of 671 ~ 35.62%
B 211 of 671 ~ 31.45%

%32.94
%35.62
%31.45

CMYK color model

#DDEFD3 color CMYK value is (8,0,12,6).

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 11.72%
  • key color value is 6.27%
CMYK:
(8,0,12,6)
C8M0Y12K6 
(8%,0%,12%,6%)
(0.08/0.00/0.12/0.06)	

CMYK percentages

%7.53
%0
%11.72
%6.27

Codes

Color #DDEFD3 in popluar color models

DDEFD3
RGB221239211
HSL99°46.67%88.24%
HSB/HSV99°11.72%93.73%
CMYK7.53%0.00%11.72%
6.27%

Color #DDEFD3 in popluar number systems.

HEXDDEFD3
Decimal221239211
Binary110111011110111111010011
Octal335357323

Shades and tints

Shades of #DDEFD3

#DDEFD3
(221,239,211)
#C9DAC0
(201,218,192)
#B5C5AD
(181,197,173)
#A1B09A
(161,176,154)
#8D9B87
(141,155,135)
#798674
(121,134,116)
#657161
(101,113,97)
#515C4E
(81,92,78)
#3D473B
(61,71,59)
#293228
(41,50,40)
#151D15
(21,29,21)
#000000
(0,0,0)

Tints of #DDEFD3

#DDEFD3
(221,239,211)
#E0F0D7
(224,240,215)
#E3F1DB
(227,241,219)
#E6F2DF
(230,242,223)
#E9F3E3
(233,243,227)
#ECF4E7
(236,244,231)
#EFF5EB
(239,245,235)
#F2F6EF
(242,246,239)
#F5F7F3
(245,247,243)
#F8F8F7
(248,248,247)
#FBF9FB
(251,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEFD3; }

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

This text font color is #DDEFD3.


Background Color

.myBgColor { background-color: #DDEFD3; }

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

This div background color is #DDEFD3.


Border color

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

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

This div border color is #DDEFD3.


Opacity

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

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

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

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

This text has shadow with #DDEFD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEFD3 on black background.


Color preview on white background

This text has color #DDEFD3 on white background.



Black color preview on #DDEFD3 background

This text has black color on #DDEFD3 background.


White color preview on #DDEFD3 background

This text has white color on #DDEFD3 background.