COLOR #DDFFD5

HEX: #DDFFD5 RGB: (221,255,213)

Color info

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

RGB color model

#DDFFD5 color RGB value is (221,255,213).

RGB: (221,255,213) (87%, 100%, 84%)

RGB channels and saturation

R 221 of 255 = 87%
G 255 of 255 = 100%
B 213 of 255 = 84%

221
255
213

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

Portions of RGB colors in percentages

R + G + B = 221 + 255 + 213 = 689 (100%)
R 221 of 689 ~ 32.08%
G 255 of 689 ~ 37.01%
B 213 of 689 ~ 30.91'%

%32.08
%37.01
%30.91

CMYK color model

#DDFFD5 color CMYK value is (13,0,16,0).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 16.47%
  • key color value is 0.00%

CMYK: (13,0,16,0)
C13M0Y16K0 (13%, 0%, 16%, 0%)
(0.13 / 0.00 / 0.16 / 0.00)

CMYK percentages

%13.33
%0
%16.47
%0

Codes

Color #DDFFD5 in popluar color models

DD FF D5
RGB 221 255 213
HSL 109° 100.00% 91.76%
HSB/HSV 109° 16.47% 100.00%
CMYK 13.33% 0.00% 16.47%
0.00%

Color #DDFFD5 in popluar number systems.

HEX DD FF D5
Decimal 221 255 213
Binary 11011101 11111111 11010101
Octal 335 377 325

Shades and tints

Shades of #DDFFD5

#DDFFD5
(221,255,213)
#C9E8C2
(201,232,194)
#B5D1AF
(181,209,175)
#A1BA9C
(161,186,156)
#8DA389
(141,163,137)
#798C76
(121,140,118)
#657563
(101,117,99)
#515E50
(81,94,80)
#3D473D
(61,71,61)
#29302A
(41,48,42)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #DDFFD5

#DDFFD5
(221,255,213)
#E0FFD8
(224,255,216)
#E3FFDB
(227,255,219)
#E6FFDE
(230,255,222)
#E9FFE1
(233,255,225)
#ECFFE4
(236,255,228)
#EFFFE7
(239,255,231)
#F2FFEA
(242,255,234)
#F5FFED
(245,255,237)
#F8FFF0
(248,255,240)
#FBFFF3
(251,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFFD5; }

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

This text font color is #DDFFD5.

Background Color

.myBgColor { background-color: #DDFFD5; }

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

This div background color is #DDFFD5.

Border color

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

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

This div border color is #DDFFD5.

Opacity

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

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

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

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

This text has shadow with #DDFFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDFFD5.

Preview

Color preview on black background

This text has color #DDFFD5 on black background.


Color preview on white background

This text has color #DDFFD5 on white background.


Black color preview on #DDFFD5 background

This text has black color on #DDFFD5 background.


White color preview on #DDFFD5 background

This text has white color on #DDFFD5 background.


Related colors

Complementary color

Complementary color for #hex is #22002A.


I love getcolorcode.com

Triadic colors

1 #D5DDFF and #FFD5DD with #DDFFD5 are triadic colors.

2 #D5FFDD and #FFDDD5 with #DDFFD5 are triadic colors.