COLOR #DDF6DB

HEX: #DDF6DB
RGB: (221,246,219)

Color info

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

RGB color model

#DDF6DB color RGB value is (221,246,219).

  • red value is 221;
  • green value is 246;
  • blue value is 219.
RGB:
(221,246,219)
(87%,96%,86%)

RGB channels and saturation

R 221 of 255 = 87%
G 246 of 255 = 96%
B 219 of 255 = 86%

221
246
219

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

Portions of RGB colors in percentages

R + G + B =
221 + 246 + 219 = 686 (100%)
R 221 of 686 ~ 32.22%
G 246 of 686 ~ 35.86%
B 219 of 686 ~ 31.92%

%32.22
%35.86
%31.92

CMYK color model

#DDF6DB color CMYK value is (10,0,11,4).

  • cyan value is 10.16%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 3.53%
CMYK:
(10,0,11,4)
C10M0Y11K4 
(10%,0%,11%,4%)
(0.10/0.00/0.11/0.04)	

CMYK percentages

%10.16
%0
%10.98
%3.53

Codes

Color #DDF6DB in popluar color models

DDF6DB
RGB221246219
HSL116°60.00%91.18%
HSB/HSV116°10.98%96.47%
CMYK10.16%0.00%10.98%
3.53%

Color #DDF6DB in popluar number systems.

HEXDDF6DB
Decimal221246219
Binary110111011111011011011011
Octal335366333

Shades and tints

Shades of #DDF6DB

#DDF6DB
(221,246,219)
#C9E0C8
(201,224,200)
#B5CAB5
(181,202,181)
#A1B4A2
(161,180,162)
#8D9E8F
(141,158,143)
#79887C
(121,136,124)
#657269
(101,114,105)
#515C56
(81,92,86)
#3D4643
(61,70,67)
#293030
(41,48,48)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #DDF6DB

#DDF6DB
(221,246,219)
#E0F6DE
(224,246,222)
#E3F6E1
(227,246,225)
#E6F6E4
(230,246,228)
#E9F6E7
(233,246,231)
#ECF6EA
(236,246,234)
#EFF6ED
(239,246,237)
#F2F6F0
(242,246,240)
#F5F6F3
(245,246,243)
#F8F6F6
(248,246,246)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF6DB; }

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

This text font color is #DDF6DB.


Background Color

.myBgColor { background-color: #DDF6DB; }

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

This div background color is #DDF6DB.


Border color

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

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

This div border color is #DDF6DB.


Opacity

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

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

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

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

This text has shadow with #DDF6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF6DB on black background.


Color preview on white background

This text has color #DDF6DB on white background.



Black color preview on #DDF6DB background

This text has black color on #DDF6DB background.


White color preview on #DDF6DB background

This text has white color on #DDF6DB background.