COLOR #DDF7DB

HEX: #DDF7DB RGB: (221,247,219)

Color info

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

RGB color model

#DDF7DB color RGB value is (221,247,219).

RGB: (221,247,219) (87%, 97%, 86%)

RGB channels and saturation

R 221 of 255 = 87%
G 247 of 255 = 97%
B 219 of 255 = 86%

221
247
219

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

Portions of RGB colors in percentages

R + G + B = 221 + 247 + 219 = 687 (100%)
R 221 of 687 ~ 32.17%
G 247 of 687 ~ 35.95%
B 219 of 687 ~ 31.88'%

%32.17
%35.95
%31.88

CMYK color model

#DDF7DB color CMYK value is (11,0,11,3).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 3.14%

CMYK: (11,0,11,3)
C11M0Y11K3 (11%, 0%, 11%, 3%)
(0.11 / 0.00 / 0.11 / 0.03)

CMYK percentages

%10.53
%0
%11.34
%3.14

Codes

Color #DDF7DB in popluar color models

DD F7 DB
RGB 221 247 219
HSL 116° 63.64% 91.37%
HSB/HSV 116° 11.34% 96.86%
CMYK 10.53% 0.00% 11.34%
3.14%

Color #DDF7DB in popluar number systems.

HEX DD F7 DB
Decimal 221 247 219
Binary 11011101 11110111 11011011
Octal 335 367 333

Shades and tints

Shades of #DDF7DB

#DDF7DB
(221,247,219)
#C9E1C8
(201,225,200)
#B5CBB5
(181,203,181)
#A1B5A2
(161,181,162)
#8D9F8F
(141,159,143)
#79897C
(121,137,124)
#657369
(101,115,105)
#515D56
(81,93,86)
#3D4743
(61,71,67)
#293130
(41,49,48)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #DDF7DB

#DDF7DB
(221,247,219)
#E0F7DE
(224,247,222)
#E3F7E1
(227,247,225)
#E6F7E4
(230,247,228)
#E9F7E7
(233,247,231)
#ECF7EA
(236,247,234)
#EFF7ED
(239,247,237)
#F2F7F0
(242,247,240)
#F5F7F3
(245,247,243)
#F8F7F6
(248,247,246)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF7DB color. Also use rgb(221,247,219) instead hex code.

Text Font Color

.myTextColor { color: #DDF7DB; }

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

This text font color is #DDF7DB.

Background Color

.myBgColor { background-color: #DDF7DB; }

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

This div background color is #DDF7DB.

Border color

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

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

This div border color is #DDF7DB.

Opacity

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

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

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

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

This text has shadow with #DDF7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF7DB.

Preview

Color preview on black background

This text has color #DDF7DB on black background.


Color preview on white background

This text has color #DDF7DB on white background.


Black color preview on #DDF7DB background

This text has black color on #DDF7DB background.


White color preview on #DDF7DB background

This text has white color on #DDF7DB background.


Related colors

Complementary color

Complementary color for #hex is #220824.


I love getcolorcode.com

Triadic colors

1 #DBDDF7 and #F7DBDD with #DDF7DB are triadic colors.

2 #DBF7DD and #F7DDDB with #DDF7DB are triadic colors.