COLOR #DDF0CC

HEX: #DDF0CC RGB: (221,240,204)

Color info

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

RGB color model

#DDF0CC color RGB value is (221,240,204).

RGB: (221,240,204) (87%, 94%, 80%)

RGB channels and saturation

R 221 of 255 = 87%
G 240 of 255 = 94%
B 204 of 255 = 80%

221
240
204

R + G + B ~ 87%. #DDF0CC is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 240 + 204 = 665 (100%)
R 221 of 665 ~ 33.23%
G 240 of 665 ~ 36.09%
B 204 of 665 ~ 30.68'%

%33.23
%36.09
%30.68

CMYK color model

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

  • cyan value is 7.92%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 5.88%

CMYK: (8,0,15,6)
C8M0Y15K6 (8%, 0%, 15%, 6%)
(0.08 / 0.00 / 0.15 / 0.06)

CMYK percentages

%7.92
%0
%15
%5.88

Codes

Color #DDF0CC in popluar color models

DD F0 CC
RGB 221 240 204
HSL 92° 54.55% 87.06%
HSB/HSV 92° 15.00% 94.12%
CMYK 7.92% 0.00% 15.00%
5.88%

Color #DDF0CC in popluar number systems.

HEX DD F0 CC
Decimal 221 240 204
Binary 11011101 11110000 11001100
Octal 335 360 314

Shades and tints

Shades of #DDF0CC

#DDF0CC
(221,240,204)
#C9DBBA
(201,219,186)
#B5C6A8
(181,198,168)
#A1B196
(161,177,150)
#8D9C84
(141,156,132)
#798772
(121,135,114)
#657260
(101,114,96)
#515D4E
(81,93,78)
#3D483C
(61,72,60)
#29332A
(41,51,42)
#151E18
(21,30,24)
#000000
(0,0,0)

Tints of #DDF0CC

#DDF0CC
(221,240,204)
#E0F1D0
(224,241,208)
#E3F2D4
(227,242,212)
#E6F3D8
(230,243,216)
#E9F4DC
(233,244,220)
#ECF5E0
(236,245,224)
#EFF6E4
(239,246,228)
#F2F7E8
(242,247,232)
#F5F8EC
(245,248,236)
#F8F9F0
(248,249,240)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF0CC; }

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

This text font color is #DDF0CC.

Background Color

.myBgColor { background-color: #DDF0CC; }

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

This div background color is #DDF0CC.

Border color

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

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

This div border color is #DDF0CC.

Opacity

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

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

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

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

This text has shadow with #DDF0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF0CC.

Preview

Color preview on black background

This text has color #DDF0CC on black background.


Color preview on white background

This text has color #DDF0CC on white background.


Black color preview on #DDF0CC background

This text has black color on #DDF0CC background.


White color preview on #DDF0CC background

This text has white color on #DDF0CC background.


Related colors

Complementary color

Complementary color for #hex is #220F33.


I love getcolorcode.com

Triadic colors

1 #CCDDF0 and #F0CCDD with #DDF0CC are triadic colors.

2 #CCF0DD and #F0DDCC with #DDF0CC are triadic colors.