COLOR #DDFFDD

HEX: #DDFFDD
RGB: (221,255,221)

Color info

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

RGB color model

#DDFFDD color RGB value is (221,255,221).

  • red value is 221;
  • green value is 255;
  • blue value is 221.
RGB:
(221,255,221)
(87%,100%,87%)

RGB channels and saturation

R 221 of 255 = 87%
G 255 of 255 = 100%
B 221 of 255 = 87%

221
255
221

R + G + B ~ 91%. #DDFFDD is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 255 + 221 = 697 (100%)
R 221 of 697 ~ 31.71%
G 255 of 697 ~ 36.59%
B 221 of 697 ~ 31.71%

%31.71
%36.59
%31.71

CMYK color model

#DDFFDD color CMYK value is (13,0,13,0).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 0.00%
CMYK:
(13,0,13,0)
C13M0Y13K0 
(13%,0%,13%,0%)
(0.13/0.00/0.13/0.00)	

CMYK percentages

%13.33
%0
%13.33
%0

Codes

Color #DDFFDD in popluar color models

DDFFDD
RGB221255221
HSL120°100.00%93.33%
HSB/HSV120°13.33%100.00%
CMYK13.33%0.00%13.33%
0.00%

Color #DDFFDD in popluar number systems.

HEXDDFFDD
Decimal221255221
Binary110111011111111111011101
Octal335377335

Shades and tints

Shades of #DDFFDD

#DDFFDD
(221,255,221)
#C9E8C9
(201,232,201)
#B5D1B5
(181,209,181)
#A1BAA1
(161,186,161)
#8DA38D
(141,163,141)
#798C79
(121,140,121)
#657565
(101,117,101)
#515E51
(81,94,81)
#3D473D
(61,71,61)
#293029
(41,48,41)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #DDFFDD

#DDFFDD
(221,255,221)
#E0FFE0
(224,255,224)
#E3FFE3
(227,255,227)
#E6FFE6
(230,255,230)
#E9FFE9
(233,255,233)
#ECFFEC
(236,255,236)
#EFFFEF
(239,255,239)
#F2FFF2
(242,255,242)
#F5FFF5
(245,255,245)
#F8FFF8
(248,255,248)
#FBFFFB
(251,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFFDD; }

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

This text font color is #DDFFDD.


Background Color

.myBgColor { background-color: #DDFFDD; }

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

This div background color is #DDFFDD.


Border color

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

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

This div border color is #DDFFDD.


Opacity

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

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

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

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

This text has shadow with #DDFFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFFDD on black background.


Color preview on white background

This text has color #DDFFDD on white background.



Black color preview on #DDFFDD background

This text has black color on #DDFFDD background.


White color preview on #DDFFDD background

This text has white color on #DDFFDD background.