COLOR #DDF1CC

HEX: #DDF1CC
RGB: (221,241,204)

Color info

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

RGB color model

#DDF1CC color RGB value is (221,241,204).

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

RGB channels and saturation

R 221 of 255 = 87%
G 241 of 255 = 95%
B 204 of 255 = 80%

221
241
204

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

Portions of RGB colors in percentages

R + G + B =
221 + 241 + 204 = 666 (100%)
R 221 of 666 ~ 33.18%
G 241 of 666 ~ 36.19%
B 204 of 666 ~ 30.63%

%33.18
%36.19
%30.63

CMYK color model

#DDF1CC color CMYK value is (8,0,15,5).

  • cyan value is 8.30%
  • magenta value is 0.00%
  • yellow value is 15.35%
  • key color value is 5.49%
CMYK:
(8,0,15,5)
C8M0Y15K5 
(8%,0%,15%,5%)
(0.08/0.00/0.15/0.05)	

CMYK percentages

%8.3
%0
%15.35
%5.49

Codes

Color #DDF1CC in popluar color models

DDF1CC
RGB221241204
HSL92°56.92%87.25%
HSB/HSV92°15.35%94.51%
CMYK8.30%0.00%15.35%
5.49%

Color #DDF1CC in popluar number systems.

HEXDDF1CC
Decimal221241204
Binary110111011111000111001100
Octal335361314

Shades and tints

Shades of #DDF1CC

#DDF1CC
(221,241,204)
#C9DCBA
(201,220,186)
#B5C7A8
(181,199,168)
#A1B296
(161,178,150)
#8D9D84
(141,157,132)
#798872
(121,136,114)
#657360
(101,115,96)
#515E4E
(81,94,78)
#3D493C
(61,73,60)
#29342A
(41,52,42)
#151F18
(21,31,24)
#000000
(0,0,0)

Tints of #DDF1CC

#DDF1CC
(221,241,204)
#E0F2D0
(224,242,208)
#E3F3D4
(227,243,212)
#E6F4D8
(230,244,216)
#E9F5DC
(233,245,220)
#ECF6E0
(236,246,224)
#EFF7E4
(239,247,228)
#F2F8E8
(242,248,232)
#F5F9EC
(245,249,236)
#F8FAF0
(248,250,240)
#FBFBF4
(251,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF1CC; }

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

This text font color is #DDF1CC.


Background Color

.myBgColor { background-color: #DDF1CC; }

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

This div background color is #DDF1CC.


Border color

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

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

This div border color is #DDF1CC.


Opacity

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

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

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

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

This text has shadow with #DDF1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF1CC on black background.


Color preview on white background

This text has color #DDF1CC on white background.



Black color preview on #DDF1CC background

This text has black color on #DDF1CC background.


White color preview on #DDF1CC background

This text has white color on #DDF1CC background.