COLOR #DDF1DD

HEX: #DDF1DD RGB: (221,241,221)

Color info

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

RGB color model

#DDF1DD color RGB value is (221,241,221).

RGB: (221,241,221) (87%, 95%, 87%)

RGB channels and saturation

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

221
241
221

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

Portions of RGB colors in percentages

R + G + B = 221 + 241 + 221 = 683 (100%)
R 221 of 683 ~ 32.36%
G 241 of 683 ~ 35.29%
B 221 of 683 ~ 32.36'%

%32.36
%35.29
%32.36

CMYK color model

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

  • cyan value is 8.30%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 5.49%

CMYK: (8,0,8,5)
C8M0Y8K5 (8%, 0%, 8%, 5%)
(0.08 / 0.00 / 0.08 / 0.05)

CMYK percentages

%8.3
%0
%8.3
%5.49

Codes

Color #DDF1DD in popluar color models

DD F1 DD
RGB 221 241 221
HSL 120° 41.67% 90.59%
HSB/HSV 120° 8.30% 94.51%
CMYK 8.30% 0.00% 8.30%
5.49%

Color #DDF1DD in popluar number systems.

HEX DD F1 DD
Decimal 221 241 221
Binary 11011101 11110001 11011101
Octal 335 361 335

Shades and tints

Shades of #DDF1DD

#DDF1DD
(221,241,221)
#C9DCC9
(201,220,201)
#B5C7B5
(181,199,181)
#A1B2A1
(161,178,161)
#8D9D8D
(141,157,141)
#798879
(121,136,121)
#657365
(101,115,101)
#515E51
(81,94,81)
#3D493D
(61,73,61)
#293429
(41,52,41)
#151F15
(21,31,21)
#000000
(0,0,0)

Tints of #DDF1DD

#DDF1DD
(221,241,221)
#E0F2E0
(224,242,224)
#E3F3E3
(227,243,227)
#E6F4E6
(230,244,230)
#E9F5E9
(233,245,233)
#ECF6EC
(236,246,236)
#EFF7EF
(239,247,239)
#F2F8F2
(242,248,242)
#F5F9F5
(245,249,245)
#F8FAF8
(248,250,248)
#FBFBFB
(251,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF1DD; }

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

This text font color is #DDF1DD.

Background Color

.myBgColor { background-color: #DDF1DD; }

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

This div background color is #DDF1DD.

Border color

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

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

This div border color is #DDF1DD.

Opacity

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

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

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

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

This text has shadow with #DDF1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF1DD.

Preview

Color preview on black background

This text has color #DDF1DD on black background.


Color preview on white background

This text has color #DDF1DD on white background.


Black color preview on #DDF1DD background

This text has black color on #DDF1DD background.


White color preview on #DDF1DD background

This text has white color on #DDF1DD background.


Related colors

Complementary color

Complementary color for #hex is #220E22.


I love getcolorcode.com

Triadic colors

1 #DDDDF1 and #F1DDDD with #DDF1DD are triadic colors.

2 #DDF1DD and #F1DDDD with #DDF1DD are triadic colors.