COLOR #DDFFCA

HEX: #DDFFCA
RGB: (221,255,202)

Color info

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

RGB color model

#DDFFCA color RGB value is (221,255,202).

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

RGB channels and saturation

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

221
255
202

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

Portions of RGB colors in percentages

R + G + B =
221 + 255 + 202 = 678 (100%)
R 221 of 678 ~ 32.6%
G 255 of 678 ~ 37.61%
B 202 of 678 ~ 29.79%

%32.6
%37.61
%29.79

CMYK color model

#DDFFCA color CMYK value is (13,0,21,0).

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

CMYK percentages

%13.33
%0
%20.78
%0

Codes

Color #DDFFCA in popluar color models

DDFFCA
RGB221255202
HSL98°100.00%89.61%
HSB/HSV98°20.78%100.00%
CMYK13.33%0.00%20.78%
0.00%

Color #DDFFCA in popluar number systems.

HEXDDFFCA
Decimal221255202
Binary110111011111111111001010
Octal335377312

Shades and tints

Shades of #DDFFCA

#DDFFCA
(221,255,202)
#C9E8B8
(201,232,184)
#B5D1A6
(181,209,166)
#A1BA94
(161,186,148)
#8DA382
(141,163,130)
#798C70
(121,140,112)
#65755E
(101,117,94)
#515E4C
(81,94,76)
#3D473A
(61,71,58)
#293028
(41,48,40)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #DDFFCA

#DDFFCA
(221,255,202)
#E0FFCE
(224,255,206)
#E3FFD2
(227,255,210)
#E6FFD6
(230,255,214)
#E9FFDA
(233,255,218)
#ECFFDE
(236,255,222)
#EFFFE2
(239,255,226)
#F2FFE6
(242,255,230)
#F5FFEA
(245,255,234)
#F8FFEE
(248,255,238)
#FBFFF2
(251,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFFCA; }

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

This text font color is #DDFFCA.


Background Color

.myBgColor { background-color: #DDFFCA; }

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

This div background color is #DDFFCA.


Border color

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

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

This div border color is #DDFFCA.


Opacity

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

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

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

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

This text has shadow with #DDFFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFFCA on black background.


Color preview on white background

This text has color #DDFFCA on white background.



Black color preview on #DDFFCA background

This text has black color on #DDFFCA background.


White color preview on #DDFFCA background

This text has white color on #DDFFCA background.