COLOR #DDF2EA

HEX: #DDF2EA RGB: (221,242,234)

Color info

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

RGB color model

#DDF2EA color RGB value is (221,242,234).

RGB: (221,242,234) (87%, 95%, 92%)

RGB channels and saturation

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

221
242
234

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

Portions of RGB colors in percentages

R + G + B = 221 + 242 + 234 = 697 (100%)
R 221 of 697 ~ 31.71%
G 242 of 697 ~ 34.72%
B 234 of 697 ~ 33.57'%

%31.71
%34.72
%33.57

CMYK color model

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

  • cyan value is 8.68%
  • magenta value is 0.00%
  • yellow value is 3.31%
  • key color value is 5.10%

CMYK: (9,0,3,5)
C9M0Y3K5 (9%, 0%, 3%, 5%)
(0.09 / 0.00 / 0.03 / 0.05)

CMYK percentages

%8.68
%0
%3.31
%5.1

Codes

Color #DDF2EA in popluar color models

DD F2 EA
RGB 221 242 234
HSL 157° 44.68% 90.78%
HSB/HSV 157° 8.68% 94.90%
CMYK 8.68% 0.00% 3.31%
5.10%

Color #DDF2EA in popluar number systems.

HEX DD F2 EA
Decimal 221 242 234
Binary 11011101 11110010 11101010
Octal 335 362 352

Shades and tints

Shades of #DDF2EA

#DDF2EA
(221,242,234)
#C9DCD5
(201,220,213)
#B5C6C0
(181,198,192)
#A1B0AB
(161,176,171)
#8D9A96
(141,154,150)
#798481
(121,132,129)
#656E6C
(101,110,108)
#515857
(81,88,87)
#3D4242
(61,66,66)
#292C2D
(41,44,45)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #DDF2EA

#DDF2EA
(221,242,234)
#E0F3EB
(224,243,235)
#E3F4EC
(227,244,236)
#E6F5ED
(230,245,237)
#E9F6EE
(233,246,238)
#ECF7EF
(236,247,239)
#EFF8F0
(239,248,240)
#F2F9F1
(242,249,241)
#F5FAF2
(245,250,242)
#F8FBF3
(248,251,243)
#FBFCF4
(251,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF2EA; }

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

This text font color is #DDF2EA.

Background Color

.myBgColor { background-color: #DDF2EA; }

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

This div background color is #DDF2EA.

Border color

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

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

This div border color is #DDF2EA.

Opacity

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

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

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

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

This text has shadow with #DDF2EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF2EA.

Preview

Color preview on black background

This text has color #DDF2EA on black background.


Color preview on white background

This text has color #DDF2EA on white background.


Black color preview on #DDF2EA background

This text has black color on #DDF2EA background.


White color preview on #DDF2EA background

This text has white color on #DDF2EA background.


Related colors

Complementary color

Complementary color for #hex is #220D15.


I love getcolorcode.com

Triadic colors

1 #EADDF2 and #F2EADD with #DDF2EA are triadic colors.

2 #EAF2DD and #F2DDEA with #DDF2EA are triadic colors.