COLOR #DDFDCD

HEX: #DDFDCD RGB: (221,253,205)

Color info

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

RGB color model

#DDFDCD color RGB value is (221,253,205).

RGB: (221,253,205) (87%, 99%, 80%)

RGB channels and saturation

R 221 of 255 = 87%
G 253 of 255 = 99%
B 205 of 255 = 80%

221
253
205

R + G + B ~ 89%. #DDFDCD is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 253 + 205 = 679 (100%)
R 221 of 679 ~ 32.55%
G 253 of 679 ~ 37.26%
B 205 of 679 ~ 30.19'%

%32.55
%37.26
%30.19

CMYK color model

#DDFDCD color CMYK value is (13,0,19,1).

  • cyan value is 12.65%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 0.78%

CMYK: (13,0,19,1)
C13M0Y19K1 (13%, 0%, 19%, 1%)
(0.13 / 0.00 / 0.19 / 0.01)

CMYK percentages

%12.65
%0
%18.97
%0.78

Codes

Color #DDFDCD in popluar color models

DD FD CD
RGB 221 253 205
HSL 100° 92.31% 89.80%
HSB/HSV 100° 18.97% 99.22%
CMYK 12.65% 0.00% 18.97%
0.78%

Color #DDFDCD in popluar number systems.

HEX DD FD CD
Decimal 221 253 205
Binary 11011101 11111101 11001101
Octal 335 375 315

Shades and tints

Shades of #DDFDCD

#DDFDCD
(221,253,205)
#C9E6BB
(201,230,187)
#B5CFA9
(181,207,169)
#A1B897
(161,184,151)
#8DA185
(141,161,133)
#798A73
(121,138,115)
#657361
(101,115,97)
#515C4F
(81,92,79)
#3D453D
(61,69,61)
#292E2B
(41,46,43)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #DDFDCD

#DDFDCD
(221,253,205)
#E0FDD1
(224,253,209)
#E3FDD5
(227,253,213)
#E6FDD9
(230,253,217)
#E9FDDD
(233,253,221)
#ECFDE1
(236,253,225)
#EFFDE5
(239,253,229)
#F2FDE9
(242,253,233)
#F5FDED
(245,253,237)
#F8FDF1
(248,253,241)
#FBFDF5
(251,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFDCD; }

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

This text font color is #DDFDCD.

Background Color

.myBgColor { background-color: #DDFDCD; }

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

This div background color is #DDFDCD.

Border color

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

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

This div border color is #DDFDCD.

Opacity

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

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

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

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

This text has shadow with #DDFDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDFDCD.

Preview

Color preview on black background

This text has color #DDFDCD on black background.


Color preview on white background

This text has color #DDFDCD on white background.


Black color preview on #DDFDCD background

This text has black color on #DDFDCD background.


White color preview on #DDFDCD background

This text has white color on #DDFDCD background.


Related colors

Complementary color

Complementary color for #hex is #220232.


I love getcolorcode.com

Triadic colors

1 #CDDDFD and #FDCDDD with #DDFDCD are triadic colors.

2 #CDFDDD and #FDDDCD with #DDFDCD are triadic colors.