COLOR #DDF0DC

HEX: #DDF0DC
RGB: (221,240,220)

Color info

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

RGB color model

#DDF0DC color RGB value is (221,240,220).

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

RGB channels and saturation

R 221 of 255 = 87%
G 240 of 255 = 94%
B 220 of 255 = 86%

221
240
220

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

Portions of RGB colors in percentages

R + G + B =
221 + 240 + 220 = 681 (100%)
R 221 of 681 ~ 32.45%
G 240 of 681 ~ 35.24%
B 220 of 681 ~ 32.31%

%32.45
%35.24
%32.31

CMYK color model

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

  • cyan value is 7.92%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 5.88%
CMYK:
(8,0,8,6)
C8M0Y8K6 
(8%,0%,8%,6%)
(0.08/0.00/0.08/0.06)	

CMYK percentages

%7.92
%0
%8.33
%5.88

Codes

Color #DDF0DC in popluar color models

DDF0DC
RGB221240220
HSL117°40.00%90.20%
HSB/HSV117°8.33%94.12%
CMYK7.92%0.00%8.33%
5.88%

Color #DDF0DC in popluar number systems.

HEXDDF0DC
Decimal221240220
Binary110111011111000011011100
Octal335360334

Shades and tints

Shades of #DDF0DC

#DDF0DC
(221,240,220)
#C9DBC8
(201,219,200)
#B5C6B4
(181,198,180)
#A1B1A0
(161,177,160)
#8D9C8C
(141,156,140)
#798778
(121,135,120)
#657264
(101,114,100)
#515D50
(81,93,80)
#3D483C
(61,72,60)
#293328
(41,51,40)
#151E14
(21,30,20)
#000000
(0,0,0)

Tints of #DDF0DC

#DDF0DC
(221,240,220)
#E0F1DF
(224,241,223)
#E3F2E2
(227,242,226)
#E6F3E5
(230,243,229)
#E9F4E8
(233,244,232)
#ECF5EB
(236,245,235)
#EFF6EE
(239,246,238)
#F2F7F1
(242,247,241)
#F5F8F4
(245,248,244)
#F8F9F7
(248,249,247)
#FBFAFA
(251,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF0DC; }

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

This text font color is #DDF0DC.


Background Color

.myBgColor { background-color: #DDF0DC; }

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

This div background color is #DDF0DC.


Border color

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

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

This div border color is #DDF0DC.


Opacity

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

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

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

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

This text has shadow with #DDF0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF0DC on black background.


Color preview on white background

This text has color #DDF0DC on white background.



Black color preview on #DDF0DC background

This text has black color on #DDF0DC background.


White color preview on #DDF0DC background

This text has white color on #DDF0DC background.