COLOR #DDF3DE

HEX: #DDF3DE RGB: (221,243,222)

Color info

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

RGB color model

#DDF3DE color RGB value is (221,243,222).

RGB: (221,243,222) (87%, 95%, 87%)

RGB channels and saturation

R 221 of 255 = 87%
G 243 of 255 = 95%
B 222 of 255 = 87%

221
243
222

R + G + B ~ 90%. #DDF3DE is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 243 + 222 = 686 (100%)
R 221 of 686 ~ 32.22%
G 243 of 686 ~ 35.42%
B 222 of 686 ~ 32.36'%

%32.22
%35.42
%32.36

CMYK color model

#DDF3DE color CMYK value is (9,0,9,5).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 4.71%

CMYK: (9,0,9,5)
C9M0Y9K5 (9%, 0%, 9%, 5%)
(0.09 / 0.00 / 0.09 / 0.05)

CMYK percentages

%9.05
%0
%8.64
%4.71

Codes

Color #DDF3DE in popluar color models

DD F3 DE
RGB 221 243 222
HSL 123° 47.83% 90.98%
HSB/HSV 123° 9.05% 95.29%
CMYK 9.05% 0.00% 8.64%
4.71%

Color #DDF3DE in popluar number systems.

HEX DD F3 DE
Decimal 221 243 222
Binary 11011101 11110011 11011110
Octal 335 363 336

Shades and tints

Shades of #DDF3DE

#DDF3DE
(221,243,222)
#C9DDCA
(201,221,202)
#B5C7B6
(181,199,182)
#A1B1A2
(161,177,162)
#8D9B8E
(141,155,142)
#79857A
(121,133,122)
#656F66
(101,111,102)
#515952
(81,89,82)
#3D433E
(61,67,62)
#292D2A
(41,45,42)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #DDF3DE

#DDF3DE
(221,243,222)
#E0F4E1
(224,244,225)
#E3F5E4
(227,245,228)
#E6F6E7
(230,246,231)
#E9F7EA
(233,247,234)
#ECF8ED
(236,248,237)
#EFF9F0
(239,249,240)
#F2FAF3
(242,250,243)
#F5FBF6
(245,251,246)
#F8FCF9
(248,252,249)
#FBFDFC
(251,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF3DE; }

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

This text font color is #DDF3DE.

Background Color

.myBgColor { background-color: #DDF3DE; }

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

This div background color is #DDF3DE.

Border color

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

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

This div border color is #DDF3DE.

Opacity

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

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

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

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

This text has shadow with #DDF3DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF3DE.

Preview

Color preview on black background

This text has color #DDF3DE on black background.


Color preview on white background

This text has color #DDF3DE on white background.


Black color preview on #DDF3DE background

This text has black color on #DDF3DE background.


White color preview on #DDF3DE background

This text has white color on #DDF3DE background.


Related colors

Complementary color

Complementary color for #hex is #220C21.


I love getcolorcode.com

Triadic colors

1 #DEDDF3 and #F3DEDD with #DDF3DE are triadic colors.

2 #DEF3DD and #F3DDDE with #DDF3DE are triadic colors.