COLOR #DDFDDF

HEX: #DDFDDF
RGB: (221,253,223)

Color info

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

RGB color model

#DDFDDF color RGB value is (221,253,223).

  • red value is 221;
  • green value is 253;
  • blue value is 223.
RGB:
(221,253,223)
(87%,99%,87%)

RGB channels and saturation

R 221 of 255 = 87%
G 253 of 255 = 99%
B 223 of 255 = 87%

221
253
223

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

Portions of RGB colors in percentages

R + G + B =
221 + 253 + 223 = 697 (100%)
R 221 of 697 ~ 31.71%
G 253 of 697 ~ 36.3%
B 223 of 697 ~ 31.99%

%31.71
%36.3
%31.99

CMYK color model

#DDFDDF color CMYK value is (13,0,12,1).

  • cyan value is 12.65%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 0.78%
CMYK:
(13,0,12,1)
C13M0Y12K1 
(13%,0%,12%,1%)
(0.13/0.00/0.12/0.01)	

CMYK percentages

%12.65
%0
%11.86
%0.78

Codes

Color #DDFDDF in popluar color models

DDFDDF
RGB221253223
HSL124°88.89%92.94%
HSB/HSV124°12.65%99.22%
CMYK12.65%0.00%11.86%
0.78%

Color #DDFDDF in popluar number systems.

HEXDDFDDF
Decimal221253223
Binary110111011111110111011111
Octal335375337

Shades and tints

Shades of #DDFDDF

#DDFDDF
(221,253,223)
#C9E6CB
(201,230,203)
#B5CFB7
(181,207,183)
#A1B8A3
(161,184,163)
#8DA18F
(141,161,143)
#798A7B
(121,138,123)
#657367
(101,115,103)
#515C53
(81,92,83)
#3D453F
(61,69,63)
#292E2B
(41,46,43)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #DDFDDF

#DDFDDF
(221,253,223)
#E0FDE1
(224,253,225)
#E3FDE3
(227,253,227)
#E6FDE5
(230,253,229)
#E9FDE7
(233,253,231)
#ECFDE9
(236,253,233)
#EFFDEB
(239,253,235)
#F2FDED
(242,253,237)
#F5FDEF
(245,253,239)
#F8FDF1
(248,253,241)
#FBFDF3
(251,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFDDF; }

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

This text font color is #DDFDDF.


Background Color

.myBgColor { background-color: #DDFDDF; }

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

This div background color is #DDFDDF.


Border color

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

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

This div border color is #DDFDDF.


Opacity

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

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

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

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

This text has shadow with #DDFDDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFDDF on black background.


Color preview on white background

This text has color #DDFDDF on white background.



Black color preview on #DDFDDF background

This text has black color on #DDFDDF background.


White color preview on #DDFDDF background

This text has white color on #DDFDDF background.