COLOR #DDF1DC

HEX: #DDF1DC
RGB: (221,241,220)

Color info

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

RGB color model

#DDF1DC color RGB value is (221,241,220).

  • red value is 221;
  • green value is 241;
  • blue value is 220.
RGB:
(221,241,220)
(87%,95%,86%)

RGB channels and saturation

R 221 of 255 = 87%
G 241 of 255 = 95%
B 220 of 255 = 86%

221
241
220

R + G + B ~ 89%. #DDF1DC is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 241 + 220 = 682 (100%)
R 221 of 682 ~ 32.4%
G 241 of 682 ~ 35.34%
B 220 of 682 ~ 32.26%

%32.4
%35.34
%32.26

CMYK color model

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

  • cyan value is 8.30%
  • magenta value is 0.00%
  • yellow value is 8.71%
  • key color value is 5.49%
CMYK:
(8,0,9,5)
C8M0Y9K5 
(8%,0%,9%,5%)
(0.08/0.00/0.09/0.05)	

CMYK percentages

%8.3
%0
%8.71
%5.49

Codes

Color #DDF1DC in popluar color models

DDF1DC
RGB221241220
HSL117°42.86%90.39%
HSB/HSV117°8.71%94.51%
CMYK8.30%0.00%8.71%
5.49%

Color #DDF1DC in popluar number systems.

HEXDDF1DC
Decimal221241220
Binary110111011111000111011100
Octal335361334

Shades and tints

Shades of #DDF1DC

#DDF1DC
(221,241,220)
#C9DCC8
(201,220,200)
#B5C7B4
(181,199,180)
#A1B2A0
(161,178,160)
#8D9D8C
(141,157,140)
#798878
(121,136,120)
#657364
(101,115,100)
#515E50
(81,94,80)
#3D493C
(61,73,60)
#293428
(41,52,40)
#151F14
(21,31,20)
#000000
(0,0,0)

Tints of #DDF1DC

#DDF1DC
(221,241,220)
#E0F2DF
(224,242,223)
#E3F3E2
(227,243,226)
#E6F4E5
(230,244,229)
#E9F5E8
(233,245,232)
#ECF6EB
(236,246,235)
#EFF7EE
(239,247,238)
#F2F8F1
(242,248,241)
#F5F9F4
(245,249,244)
#F8FAF7
(248,250,247)
#FBFBFA
(251,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF1DC; }

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

This text font color is #DDF1DC.


Background Color

.myBgColor { background-color: #DDF1DC; }

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

This div background color is #DDF1DC.


Border color

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

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

This div border color is #DDF1DC.


Opacity

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

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

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

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

This text has shadow with #DDF1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF1DC on black background.


Color preview on white background

This text has color #DDF1DC on white background.



Black color preview on #DDF1DC background

This text has black color on #DDF1DC background.


White color preview on #DDF1DC background

This text has white color on #DDF1DC background.