COLOR #DDF9DB

HEX: #DDF9DB RGB: (221,249,219)

Color info

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

RGB color model

#DDF9DB color RGB value is (221,249,219).

RGB: (221,249,219) (87%, 98%, 86%)

RGB channels and saturation

R 221 of 255 = 87%
G 249 of 255 = 98%
B 219 of 255 = 86%

221
249
219

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

Portions of RGB colors in percentages

R + G + B = 221 + 249 + 219 = 689 (100%)
R 221 of 689 ~ 32.08%
G 249 of 689 ~ 36.14%
B 219 of 689 ~ 31.79'%

%32.08
%36.14
%31.79

CMYK color model

#DDF9DB color CMYK value is (11,0,12,2).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 2.35%

CMYK: (11,0,12,2)
C11M0Y12K2 (11%, 0%, 12%, 2%)
(0.11 / 0.00 / 0.12 / 0.02)

CMYK percentages

%11.24
%0
%12.05
%2.35

Codes

Color #DDF9DB in popluar color models

DD F9 DB
RGB 221 249 219
HSL 116° 71.43% 91.76%
HSB/HSV 116° 12.05% 97.65%
CMYK 11.24% 0.00% 12.05%
2.35%

Color #DDF9DB in popluar number systems.

HEX DD F9 DB
Decimal 221 249 219
Binary 11011101 11111001 11011011
Octal 335 371 333

Shades and tints

Shades of #DDF9DB

#DDF9DB
(221,249,219)
#C9E3C8
(201,227,200)
#B5CDB5
(181,205,181)
#A1B7A2
(161,183,162)
#8DA18F
(141,161,143)
#798B7C
(121,139,124)
#657569
(101,117,105)
#515F56
(81,95,86)
#3D4943
(61,73,67)
#293330
(41,51,48)
#151D1D
(21,29,29)
#000000
(0,0,0)

Tints of #DDF9DB

#DDF9DB
(221,249,219)
#E0F9DE
(224,249,222)
#E3F9E1
(227,249,225)
#E6F9E4
(230,249,228)
#E9F9E7
(233,249,231)
#ECF9EA
(236,249,234)
#EFF9ED
(239,249,237)
#F2F9F0
(242,249,240)
#F5F9F3
(245,249,243)
#F8F9F6
(248,249,246)
#FBF9F9
(251,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF9DB; }

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

This text font color is #DDF9DB.

Background Color

.myBgColor { background-color: #DDF9DB; }

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

This div background color is #DDF9DB.

Border color

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

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

This div border color is #DDF9DB.

Opacity

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

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

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

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

This text has shadow with #DDF9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF9DB.

Preview

Color preview on black background

This text has color #DDF9DB on black background.


Color preview on white background

This text has color #DDF9DB on white background.


Black color preview on #DDF9DB background

This text has black color on #DDF9DB background.


White color preview on #DDF9DB background

This text has white color on #DDF9DB background.


Related colors

Complementary color

Complementary color for #hex is #220624.


I love getcolorcode.com

Triadic colors

1 #DBDDF9 and #F9DBDD with #DDF9DB are triadic colors.

2 #DBF9DD and #F9DDDB with #DDF9DB are triadic colors.