COLOR #DDF6DC

HEX: #DDF6DC RGB: (221,246,220)

Color info

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

RGB color model

#DDF6DC color RGB value is (221,246,220).

RGB: (221,246,220) (87%, 96%, 86%)

RGB channels and saturation

R 221 of 255 = 87%
G 246 of 255 = 96%
B 220 of 255 = 86%

221
246
220

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

Portions of RGB colors in percentages

R + G + B = 221 + 246 + 220 = 687 (100%)
R 221 of 687 ~ 32.17%
G 246 of 687 ~ 35.81%
B 220 of 687 ~ 32.02'%

%32.17
%35.81
%32.02

CMYK color model

#DDF6DC color CMYK value is (10,0,11,4).

  • cyan value is 10.16%
  • magenta value is 0.00%
  • yellow value is 10.57%
  • key color value is 3.53%
CMYK: (10,0,11,4) C10M0Y11K4 (10%,0%,11%,4%) (0.10/0.00/0.11/0.04) 

CMYK percentages

%10.16
%0
%10.57
%3.53

Codes

Color #DDF6DC in popluar color models

DD F6 DC
RGB 221 246 220
HSL 118° 59.09% 91.37%
HSB/HSV 118° 10.57% 96.47%
CMYK 10.16% 0.00% 10.57%
3.53%

Color #DDF6DC in popluar number systems.

HEX DD F6 DC
Decimal 221 246 220
Binary 11011101 11110110 11011100
Octal 335 366 334

Shades and tints

Shades of #DDF6DC

#DDF6DC
(221,246,220)
#C9E0C8
(201,224,200)
#B5CAB4
(181,202,180)
#A1B4A0
(161,180,160)
#8D9E8C
(141,158,140)
#798878
(121,136,120)
#657264
(101,114,100)
#515C50
(81,92,80)
#3D463C
(61,70,60)
#293028
(41,48,40)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #DDF6DC

#DDF6DC
(221,246,220)
#E0F6DF
(224,246,223)
#E3F6E2
(227,246,226)
#E6F6E5
(230,246,229)
#E9F6E8
(233,246,232)
#ECF6EB
(236,246,235)
#EFF6EE
(239,246,238)
#F2F6F1
(242,246,241)
#F5F6F4
(245,246,244)
#F8F6F7
(248,246,247)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF6DC color. Also use rgb(221,246,220) instead hex code.

Text Font Color

.myTextColor { color: #DDF6DC; }

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

This text font color is #DDF6DC.

Background Color

.myBgColor { background-color: #DDF6DC; }

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

This div background color is #DDF6DC.

Border color

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

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

This div border color is #DDF6DC.

Opacity

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

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

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

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

This text has shadow with #DDF6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF6DC.

Preview

Color preview on black background

This text has color #DDF6DC on black background.


Color preview on white background

This text has color #DDF6DC on white background.


Black color preview on #DDF6DC background

This text has black color on #DDF6DC background.


White color preview on #DDF6DC background

This text has white color on #DDF6DC background.


Related colors

Complementary color

Complementary color for #hex is #220923.


I love getcolorcode.com

Triadic colors

1 #DCDDF6 and #F6DCDD with #DDF6DC are triadic colors.

2 #DCF6DD and #F6DDDC with #DDF6DC are triadic colors.