COLOR #DDF0D3

HEX: #DDF0D3 RGB: (221,240,211)

Color info

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

RGB color model

#DDF0D3 color RGB value is (221,240,211).

RGB: (221,240,211) (87%, 94%, 83%)

RGB channels and saturation

R 221 of 255 = 87%
G 240 of 255 = 94%
B 211 of 255 = 83%

221
240
211

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

Portions of RGB colors in percentages

R + G + B = 221 + 240 + 211 = 672 (100%)
R 221 of 672 ~ 32.89%
G 240 of 672 ~ 35.71%
B 211 of 672 ~ 31.4'%

%32.89
%35.71
%31.4

CMYK color model

#DDF0D3 color CMYK value is (8,0,12,6).

  • cyan value is 7.92%
  • magenta value is 0.00%
  • yellow value is 12.08%
  • key color value is 5.88%
CMYK: (8,0,12,6) C8M0Y12K6 (8%,0%,12%,6%) (0.08/0.00/0.12/0.06) 

CMYK percentages

%7.92
%0
%12.08
%5.88

Codes

Color #DDF0D3 in popluar color models

DD F0 D3
RGB 221 240 211
HSL 99° 49.15% 88.43%
HSB/HSV 99° 12.08% 94.12%
CMYK 7.92% 0.00% 12.08%
5.88%

Color #DDF0D3 in popluar number systems.

HEX DD F0 D3
Decimal 221 240 211
Binary 11011101 11110000 11010011
Octal 335 360 323

Shades and tints

Shades of #DDF0D3

#DDF0D3
(221,240,211)
#C9DBC0
(201,219,192)
#B5C6AD
(181,198,173)
#A1B19A
(161,177,154)
#8D9C87
(141,156,135)
#798774
(121,135,116)
#657261
(101,114,97)
#515D4E
(81,93,78)
#3D483B
(61,72,59)
#293328
(41,51,40)
#151E15
(21,30,21)
#000000
(0,0,0)

Tints of #DDF0D3

#DDF0D3
(221,240,211)
#E0F1D7
(224,241,215)
#E3F2DB
(227,242,219)
#E6F3DF
(230,243,223)
#E9F4E3
(233,244,227)
#ECF5E7
(236,245,231)
#EFF6EB
(239,246,235)
#F2F7EF
(242,247,239)
#F5F8F3
(245,248,243)
#F8F9F7
(248,249,247)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF0D3 color. Also use rgb(221,240,211) instead hex code.

Text Font Color

.myTextColor { color: #DDF0D3; }

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

This text font color is #DDF0D3.

Background Color

.myBgColor { background-color: #DDF0D3; }

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

This div background color is #DDF0D3.

Border color

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

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

This div border color is #DDF0D3.

Opacity

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

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

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

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

This text has shadow with #DDF0D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF0D3.

Preview

Color preview on black background

This text has color #DDF0D3 on black background.


Color preview on white background

This text has color #DDF0D3 on white background.


Black color preview on #DDF0D3 background

This text has black color on #DDF0D3 background.


White color preview on #DDF0D3 background

This text has white color on #DDF0D3 background.


Related colors

Complementary color

Complementary color for #hex is #220F2C.


I love getcolorcode.com

Triadic colors

1 #D3DDF0 and #F0D3DD with #DDF0D3 are triadic colors.

2 #D3F0DD and #F0DDD3 with #DDF0D3 are triadic colors.