COLOR #DDFCC5

HEX: #DDFCC5 RGB: (221,252,197)

Color info

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

RGB color model

#DDFCC5 color RGB value is (221,252,197).

RGB: (221,252,197) (87%, 99%, 77%)

RGB channels and saturation

R 221 of 255 = 87%
G 252 of 255 = 99%
B 197 of 255 = 77%

221
252
197

R + G + B ~ 88%. #DDFCC5 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 252 + 197 = 670 (100%)
R 221 of 670 ~ 32.99%
G 252 of 670 ~ 37.61%
B 197 of 670 ~ 29.4'%

%32.99
%37.61
%29.4

CMYK color model

#DDFCC5 color CMYK value is (12,0,22,1).

  • cyan value is 12.30%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 1.18%

CMYK: (12,0,22,1)
C12M0Y22K1 (12%, 0%, 22%, 1%)
(0.12 / 0.00 / 0.22 / 0.01)

CMYK percentages

%12.3
%0
%21.83
%1.18

Codes

Color #DDFCC5 in popluar color models

DD FC C5
RGB 221 252 197
HSL 94° 90.16% 88.04%
HSB/HSV 94° 21.83% 98.82%
CMYK 12.30% 0.00% 21.83%
1.18%

Color #DDFCC5 in popluar number systems.

HEX DD FC C5
Decimal 221 252 197
Binary 11011101 11111100 11000101
Octal 335 374 305

Shades and tints

Shades of #DDFCC5

#DDFCC5
(221,252,197)
#C9E6B4
(201,230,180)
#B5D0A3
(181,208,163)
#A1BA92
(161,186,146)
#8DA481
(141,164,129)
#798E70
(121,142,112)
#65785F
(101,120,95)
#51624E
(81,98,78)
#3D4C3D
(61,76,61)
#29362C
(41,54,44)
#15201B
(21,32,27)
#000000
(0,0,0)

Tints of #DDFCC5

#DDFCC5
(221,252,197)
#E0FCCA
(224,252,202)
#E3FCCF
(227,252,207)
#E6FCD4
(230,252,212)
#E9FCD9
(233,252,217)
#ECFCDE
(236,252,222)
#EFFCE3
(239,252,227)
#F2FCE8
(242,252,232)
#F5FCED
(245,252,237)
#F8FCF2
(248,252,242)
#FBFCF7
(251,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFCC5; }

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

This text font color is #DDFCC5.

Background Color

.myBgColor { background-color: #DDFCC5; }

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

This div background color is #DDFCC5.

Border color

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

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

This div border color is #DDFCC5.

Opacity

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

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

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

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

This text has shadow with #DDFCC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDFCC5.

Preview

Color preview on black background

This text has color #DDFCC5 on black background.


Color preview on white background

This text has color #DDFCC5 on white background.


Black color preview on #DDFCC5 background

This text has black color on #DDFCC5 background.


White color preview on #DDFCC5 background

This text has white color on #DDFCC5 background.


Related colors

Complementary color

Complementary color for #hex is #22033A.


I love getcolorcode.com

Triadic colors

1 #C5DDFC and #FCC5DD with #DDFCC5 are triadic colors.

2 #C5FCDD and #FCDDC5 with #DDFCC5 are triadic colors.