COLOR #DDEFD2

HEX: #DDEFD2 RGB: (221,239,210)

Color info

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

RGB color model

#DDEFD2 color RGB value is (221,239,210).

RGB: (221,239,210) (87%, 94%, 82%)

RGB channels and saturation

R 221 of 255 = 87%
G 239 of 255 = 94%
B 210 of 255 = 82%

221
239
210

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

Portions of RGB colors in percentages

R + G + B = 221 + 239 + 210 = 670 (100%)
R 221 of 670 ~ 32.99%
G 239 of 670 ~ 35.67%
B 210 of 670 ~ 31.34'%

%32.99
%35.67
%31.34

CMYK color model

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

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

Codes

Color #DDEFD2 in popluar color models

DD EF D2
RGB 221 239 210
HSL 97° 47.54% 88.04%
HSB/HSV 97° 12.13% 93.73%
CMYK 7.53% 0.00% 12.13%
6.27%

Color #DDEFD2 in popluar number systems.

HEX DD EF D2
Decimal 221 239 210
Binary 11011101 11101111 11010010
Octal 335 357 322

Shades and tints

Shades of #DDEFD2

#DDEFD2
(221,239,210)
#C9DABF
(201,218,191)
#B5C5AC
(181,197,172)
#A1B099
(161,176,153)
#8D9B86
(141,155,134)
#798673
(121,134,115)
#657160
(101,113,96)
#515C4D
(81,92,77)
#3D473A
(61,71,58)
#293227
(41,50,39)
#151D14
(21,29,20)
#000000
(0,0,0)

Tints of #DDEFD2

#DDEFD2
(221,239,210)
#E0F0D6
(224,240,214)
#E3F1DA
(227,241,218)
#E6F2DE
(230,242,222)
#E9F3E2
(233,243,226)
#ECF4E6
(236,244,230)
#EFF5EA
(239,245,234)
#F2F6EE
(242,246,238)
#F5F7F2
(245,247,242)
#F8F8F6
(248,248,246)
#FBF9FA
(251,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEFD2; }

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

This text font color is #DDEFD2.

Background Color

.myBgColor { background-color: #DDEFD2; }

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

This div background color is #DDEFD2.

Border color

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

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

This div border color is #DDEFD2.

Opacity

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

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

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

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

This text has shadow with #DDEFD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEFD2.

Preview

Color preview on black background

This text has color #DDEFD2 on black background.


Color preview on white background

This text has color #DDEFD2 on white background.


Black color preview on #DDEFD2 background

This text has black color on #DDEFD2 background.


White color preview on #DDEFD2 background

This text has white color on #DDEFD2 background.


Related colors

Complementary color

Complementary color for #hex is #22102D.


I love getcolorcode.com

Triadic colors

1 #D2DDEF and #EFD2DD with #DDEFD2 are triadic colors.

2 #D2EFDD and #EFDDD2 with #DDEFD2 are triadic colors.