COLOR #DDFCDA

HEX: #DDFCDA
RGB: (221,252,218)

Color info

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

RGB color model

#DDFCDA color RGB value is (221,252,218).

  • red value is 221;
  • green value is 252;
  • blue value is 218.
RGB:
(221,252,218)
(87%,99%,85%)

RGB channels and saturation

R 221 of 255 = 87%
G 252 of 255 = 99%
B 218 of 255 = 85%

221
252
218

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

Portions of RGB colors in percentages

R + G + B =
221 + 252 + 218 = 691 (100%)
R 221 of 691 ~ 31.98%
G 252 of 691 ~ 36.47%
B 218 of 691 ~ 31.55%

%31.98
%36.47
%31.55

CMYK color model

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

  • cyan value is 12.30%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 1.18%
CMYK:
(12,0,13,1)
C12M0Y13K1 
(12%,0%,13%,1%)
(0.12/0.00/0.13/0.01)	

CMYK percentages

%12.3
%0
%13.49
%1.18

Codes

Color #DDFCDA in popluar color models

DDFCDA
RGB221252218
HSL115°85.00%92.16%
HSB/HSV115°13.49%98.82%
CMYK12.30%0.00%13.49%
1.18%

Color #DDFCDA in popluar number systems.

HEXDDFCDA
Decimal221252218
Binary110111011111110011011010
Octal335374332

Shades and tints

Shades of #DDFCDA

#DDFCDA
(221,252,218)
#C9E6C7
(201,230,199)
#B5D0B4
(181,208,180)
#A1BAA1
(161,186,161)
#8DA48E
(141,164,142)
#798E7B
(121,142,123)
#657868
(101,120,104)
#516255
(81,98,85)
#3D4C42
(61,76,66)
#29362F
(41,54,47)
#15201C
(21,32,28)
#000000
(0,0,0)

Tints of #DDFCDA

#DDFCDA
(221,252,218)
#E0FCDD
(224,252,221)
#E3FCE0
(227,252,224)
#E6FCE3
(230,252,227)
#E9FCE6
(233,252,230)
#ECFCE9
(236,252,233)
#EFFCEC
(239,252,236)
#F2FCEF
(242,252,239)
#F5FCF2
(245,252,242)
#F8FCF5
(248,252,245)
#FBFCF8
(251,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFCDA; }

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

This text font color is #DDFCDA.


Background Color

.myBgColor { background-color: #DDFCDA; }

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

This div background color is #DDFCDA.


Border color

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

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

This div border color is #DDFCDA.


Opacity

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

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

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

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

This text has shadow with #DDFCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFCDA on black background.


Color preview on white background

This text has color #DDFCDA on white background.



Black color preview on #DDFCDA background

This text has black color on #DDFCDA background.


White color preview on #DDFCDA background

This text has white color on #DDFCDA background.