COLOR #DDF1EA

HEX: #DDF1EA
RGB: (221,241,234)

Color info

#DDF1EA contains red, green and blue colors in about the same proportion. Web safe color of #DDF1EA is #CCFFFF (or #CFF).

RGB color model

#DDF1EA color RGB value is (221,241,234).

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

RGB channels and saturation

R 221 of 255 = 87%
G 241 of 255 = 95%
B 234 of 255 = 92%

221
241
234

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

Portions of RGB colors in percentages

R + G + B =
221 + 241 + 234 = 696 (100%)
R 221 of 696 ~ 31.75%
G 241 of 696 ~ 34.63%
B 234 of 696 ~ 33.62%

%31.75
%34.63
%33.62

CMYK color model

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

  • cyan value is 8.30%
  • magenta value is 0.00%
  • yellow value is 2.90%
  • key color value is 5.49%
CMYK:
(8,0,3,5)
C8M0Y3K5 
(8%,0%,3%,5%)
(0.08/0.00/0.03/0.05)	

CMYK percentages

%8.3
%0
%2.9
%5.49

Codes

Color #DDF1EA in popluar color models

DDF1EA
RGB221241234
HSL159°41.67%90.59%
HSB/HSV159°8.30%94.51%
CMYK8.30%0.00%2.90%
5.49%

Color #DDF1EA in popluar number systems.

HEXDDF1EA
Decimal221241234
Binary110111011111000111101010
Octal335361352

Shades and tints

Shades of #DDF1EA

#DDF1EA
(221,241,234)
#C9DCD5
(201,220,213)
#B5C7C0
(181,199,192)
#A1B2AB
(161,178,171)
#8D9D96
(141,157,150)
#798881
(121,136,129)
#65736C
(101,115,108)
#515E57
(81,94,87)
#3D4942
(61,73,66)
#29342D
(41,52,45)
#151F18
(21,31,24)
#000000
(0,0,0)

Tints of #DDF1EA

#DDF1EA
(221,241,234)
#E0F2EB
(224,242,235)
#E3F3EC
(227,243,236)
#E6F4ED
(230,244,237)
#E9F5EE
(233,245,238)
#ECF6EF
(236,246,239)
#EFF7F0
(239,247,240)
#F2F8F1
(242,248,241)
#F5F9F2
(245,249,242)
#F8FAF3
(248,250,243)
#FBFBF4
(251,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF1EA; }

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

This text font color is #DDF1EA.


Background Color

.myBgColor { background-color: #DDF1EA; }

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

This div background color is #DDF1EA.


Border color

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

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

This div border color is #DDF1EA.


Opacity

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

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

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

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

This text has shadow with #DDF1EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF1EA on black background.


Color preview on white background

This text has color #DDF1EA on white background.



Black color preview on #DDF1EA background

This text has black color on #DDF1EA background.


White color preview on #DDF1EA background

This text has white color on #DDF1EA background.