COLOR #DDF0D7

HEX: #DDF0D7 RGB: (221,240,215)

Color info

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

RGB color model

#DDF0D7 color RGB value is (221,240,215).

RGB: (221,240,215) (87%, 94%, 84%)

RGB channels and saturation

R 221 of 255 = 87%
G 240 of 255 = 94%
B 215 of 255 = 84%

221
240
215

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

Portions of RGB colors in percentages

R + G + B = 221 + 240 + 215 = 676 (100%)
R 221 of 676 ~ 32.69%
G 240 of 676 ~ 35.5%
B 215 of 676 ~ 31.8'%

%32.69
%35.5
%31.8

CMYK color model

#DDF0D7 color CMYK value is (8,0,10,6).

  • cyan value is 7.92%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 5.88%

CMYK: (8,0,10,6)
C8M0Y10K6 (8%, 0%, 10%, 6%)
(0.08 / 0.00 / 0.10 / 0.06)

CMYK percentages

%7.92
%0
%10.42
%5.88

Codes

Color #DDF0D7 in popluar color models

DD F0 D7
RGB 221 240 215
HSL 106° 45.45% 89.22%
HSB/HSV 106° 10.42% 94.12%
CMYK 7.92% 0.00% 10.42%
5.88%

Color #DDF0D7 in popluar number systems.

HEX DD F0 D7
Decimal 221 240 215
Binary 11011101 11110000 11010111
Octal 335 360 327

Shades and tints

Shades of #DDF0D7

#DDF0D7
(221,240,215)
#C9DBC4
(201,219,196)
#B5C6B1
(181,198,177)
#A1B19E
(161,177,158)
#8D9C8B
(141,156,139)
#798778
(121,135,120)
#657265
(101,114,101)
#515D52
(81,93,82)
#3D483F
(61,72,63)
#29332C
(41,51,44)
#151E19
(21,30,25)
#000000
(0,0,0)

Tints of #DDF0D7

#DDF0D7
(221,240,215)
#E0F1DA
(224,241,218)
#E3F2DD
(227,242,221)
#E6F3E0
(230,243,224)
#E9F4E3
(233,244,227)
#ECF5E6
(236,245,230)
#EFF6E9
(239,246,233)
#F2F7EC
(242,247,236)
#F5F8EF
(245,248,239)
#F8F9F2
(248,249,242)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF0D7; }

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

This text font color is #DDF0D7.

Background Color

.myBgColor { background-color: #DDF0D7; }

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

This div background color is #DDF0D7.

Border color

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

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

This div border color is #DDF0D7.

Opacity

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

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

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

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

This text has shadow with #DDF0D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF0D7.

Preview

Color preview on black background

This text has color #DDF0D7 on black background.


Color preview on white background

This text has color #DDF0D7 on white background.


Black color preview on #DDF0D7 background

This text has black color on #DDF0D7 background.


White color preview on #DDF0D7 background

This text has white color on #DDF0D7 background.


Related colors

Complementary color

Complementary color for #hex is #220F28.


I love getcolorcode.com

Triadic colors

1 #D7DDF0 and #F0D7DD with #DDF0D7 are triadic colors.

2 #D7F0DD and #F0DDD7 with #DDF0D7 are triadic colors.