COLOR #DDF5DB

HEX: #DDF5DB RGB: (221,245,219)

Color info

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

RGB color model

#DDF5DB color RGB value is (221,245,219).

RGB: (221,245,219) (87%, 96%, 86%)

RGB channels and saturation

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

221
245
219

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

Portions of RGB colors in percentages

R + G + B = 221 + 245 + 219 = 685 (100%)
R 221 of 685 ~ 32.26%
G 245 of 685 ~ 35.77%
B 219 of 685 ~ 31.97'%

%32.26
%35.77
%31.97

CMYK color model

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

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 3.92%

CMYK: (10,0,11,4)
C10M0Y11K4 (10%, 0%, 11%, 4%)
(0.10 / 0.00 / 0.11 / 0.04)

CMYK percentages

%9.8
%0
%10.61
%3.92

Codes

Color #DDF5DB in popluar color models

DD F5 DB
RGB 221 245 219
HSL 115° 56.52% 90.98%
HSB/HSV 115° 10.61% 96.08%
CMYK 9.80% 0.00% 10.61%
3.92%

Color #DDF5DB in popluar number systems.

HEX DD F5 DB
Decimal 221 245 219
Binary 11011101 11110101 11011011
Octal 335 365 333

Shades and tints

Shades of #DDF5DB

#DDF5DB
(221,245,219)
#C9DFC8
(201,223,200)
#B5C9B5
(181,201,181)
#A1B3A2
(161,179,162)
#8D9D8F
(141,157,143)
#79877C
(121,135,124)
#657169
(101,113,105)
#515B56
(81,91,86)
#3D4543
(61,69,67)
#292F30
(41,47,48)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #DDF5DB

#DDF5DB
(221,245,219)
#E0F5DE
(224,245,222)
#E3F5E1
(227,245,225)
#E6F5E4
(230,245,228)
#E9F5E7
(233,245,231)
#ECF5EA
(236,245,234)
#EFF5ED
(239,245,237)
#F2F5F0
(242,245,240)
#F5F5F3
(245,245,243)
#F8F5F6
(248,245,246)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF5DB; }

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

This text font color is #DDF5DB.

Background Color

.myBgColor { background-color: #DDF5DB; }

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

This div background color is #DDF5DB.

Border color

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

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

This div border color is #DDF5DB.

Opacity

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

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

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

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

This text has shadow with #DDF5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF5DB.

Preview

Color preview on black background

This text has color #DDF5DB on black background.


Color preview on white background

This text has color #DDF5DB on white background.


Black color preview on #DDF5DB background

This text has black color on #DDF5DB background.


White color preview on #DDF5DB background

This text has white color on #DDF5DB background.


Related colors

Complementary color

Complementary color for #hex is #220A24.


I love getcolorcode.com

Triadic colors

1 #DBDDF5 and #F5DBDD with #DDF5DB are triadic colors.

2 #DBF5DD and #F5DDDB with #DDF5DB are triadic colors.