COLOR #DDF2E5

HEX: #DDF2E5
RGB: (221,242,229)

Color info

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

RGB color model

#DDF2E5 color RGB value is (221,242,229).

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

RGB channels and saturation

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

221
242
229

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

Portions of RGB colors in percentages

R + G + B =
221 + 242 + 229 = 692 (100%)
R 221 of 692 ~ 31.94%
G 242 of 692 ~ 34.97%
B 229 of 692 ~ 33.09%

%31.94
%34.97
%33.09

CMYK color model

#DDF2E5 color CMYK value is (9,0,5,5).

  • cyan value is 8.68%
  • magenta value is 0.00%
  • yellow value is 5.37%
  • key color value is 5.10%
CMYK:
(9,0,5,5)
C9M0Y5K5 
(9%,0%,5%,5%)
(0.09/0.00/0.05/0.05)	

CMYK percentages

%8.68
%0
%5.37
%5.1

Codes

Color #DDF2E5 in popluar color models

DDF2E5
RGB221242229
HSL143°44.68%90.78%
HSB/HSV143°8.68%94.90%
CMYK8.68%0.00%5.37%
5.10%

Color #DDF2E5 in popluar number systems.

HEXDDF2E5
Decimal221242229
Binary110111011111001011100101
Octal335362345

Shades and tints

Shades of #DDF2E5

#DDF2E5
(221,242,229)
#C9DCD1
(201,220,209)
#B5C6BD
(181,198,189)
#A1B0A9
(161,176,169)
#8D9A95
(141,154,149)
#798481
(121,132,129)
#656E6D
(101,110,109)
#515859
(81,88,89)
#3D4245
(61,66,69)
#292C31
(41,44,49)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #DDF2E5

#DDF2E5
(221,242,229)
#E0F3E7
(224,243,231)
#E3F4E9
(227,244,233)
#E6F5EB
(230,245,235)
#E9F6ED
(233,246,237)
#ECF7EF
(236,247,239)
#EFF8F1
(239,248,241)
#F2F9F3
(242,249,243)
#F5FAF5
(245,250,245)
#F8FBF7
(248,251,247)
#FBFCF9
(251,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF2E5; }

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

This text font color is #DDF2E5.


Background Color

.myBgColor { background-color: #DDF2E5; }

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

This div background color is #DDF2E5.


Border color

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

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

This div border color is #DDF2E5.


Opacity

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

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

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

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

This text has shadow with #DDF2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF2E5 on black background.


Color preview on white background

This text has color #DDF2E5 on white background.



Black color preview on #DDF2E5 background

This text has black color on #DDF2E5 background.


White color preview on #DDF2E5 background

This text has white color on #DDF2E5 background.