COLOR #DDF1E5

HEX: #DDF1E5
RGB: (221,241,229)

Color info

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

RGB color model

#DDF1E5 color RGB value is (221,241,229).

  • red value is 221;
  • green value is 241;
  • blue value is 229.
RGB:
(221,241,229)
(87%,95%,90%)

RGB channels and saturation

R 221 of 255 = 87%
G 241 of 255 = 95%
B 229 of 255 = 90%

221
241
229

R + G + B ~ 91%. #DDF1E5 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 241 + 229 = 691 (100%)
R 221 of 691 ~ 31.98%
G 241 of 691 ~ 34.88%
B 229 of 691 ~ 33.14%

%31.98
%34.88
%33.14

CMYK color model

#DDF1E5 color CMYK value is (8,0,5,5).

  • cyan value is 8.30%
  • magenta value is 0.00%
  • yellow value is 4.98%
  • key color value is 5.49%
CMYK:
(8,0,5,5)
C8M0Y5K5 
(8%,0%,5%,5%)
(0.08/0.00/0.05/0.05)	

CMYK percentages

%8.3
%0
%4.98
%5.49

Codes

Color #DDF1E5 in popluar color models

DDF1E5
RGB221241229
HSL144°41.67%90.59%
HSB/HSV144°8.30%94.51%
CMYK8.30%0.00%4.98%
5.49%

Color #DDF1E5 in popluar number systems.

HEXDDF1E5
Decimal221241229
Binary110111011111000111100101
Octal335361345

Shades and tints

Shades of #DDF1E5

#DDF1E5
(221,241,229)
#C9DCD1
(201,220,209)
#B5C7BD
(181,199,189)
#A1B2A9
(161,178,169)
#8D9D95
(141,157,149)
#798881
(121,136,129)
#65736D
(101,115,109)
#515E59
(81,94,89)
#3D4945
(61,73,69)
#293431
(41,52,49)
#151F1D
(21,31,29)
#000000
(0,0,0)

Tints of #DDF1E5

#DDF1E5
(221,241,229)
#E0F2E7
(224,242,231)
#E3F3E9
(227,243,233)
#E6F4EB
(230,244,235)
#E9F5ED
(233,245,237)
#ECF6EF
(236,246,239)
#EFF7F1
(239,247,241)
#F2F8F3
(242,248,243)
#F5F9F5
(245,249,245)
#F8FAF7
(248,250,247)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF1E5 color. Also use rgb(221,241,229) instead hex code.

Text Font Color

.myTextColor { color: #DDF1E5; }

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

This text font color is #DDF1E5.


Background Color

.myBgColor { background-color: #DDF1E5; }

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

This div background color is #DDF1E5.


Border color

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

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

This div border color is #DDF1E5.


Opacity

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

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

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

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

This text has shadow with #DDF1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF1E5 on black background.


Color preview on white background

This text has color #DDF1E5 on white background.



Black color preview on #DDF1E5 background

This text has black color on #DDF1E5 background.


White color preview on #DDF1E5 background

This text has white color on #DDF1E5 background.