COLOR #DDF2E2

HEX: #DDF2E2 RGB: (221,242,226)

Color info

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

RGB color model

#DDF2E2 color RGB value is (221,242,226).

RGB: (221,242,226) (87%, 95%, 89%)

RGB channels and saturation

R 221 of 255 = 87%
G 242 of 255 = 95%
B 226 of 255 = 89%

221
242
226

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

Portions of RGB colors in percentages

R + G + B = 221 + 242 + 226 = 689 (100%)
R 221 of 689 ~ 32.08%
G 242 of 689 ~ 35.12%
B 226 of 689 ~ 32.8'%

%32.08
%35.12
%32.8

CMYK color model

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

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

CMYK: (9,0,7,5)
C9M0Y7K5 (9%, 0%, 7%, 5%)
(0.09 / 0.00 / 0.07 / 0.05)

CMYK percentages

%8.68
%0
%6.61
%5.1

Codes

Color #DDF2E2 in popluar color models

DD F2 E2
RGB 221 242 226
HSL 134° 44.68% 90.78%
HSB/HSV 134° 8.68% 94.90%
CMYK 8.68% 0.00% 6.61%
5.10%

Color #DDF2E2 in popluar number systems.

HEX DD F2 E2
Decimal 221 242 226
Binary 11011101 11110010 11100010
Octal 335 362 342

Shades and tints

Shades of #DDF2E2

#DDF2E2
(221,242,226)
#C9DCCE
(201,220,206)
#B5C6BA
(181,198,186)
#A1B0A6
(161,176,166)
#8D9A92
(141,154,146)
#79847E
(121,132,126)
#656E6A
(101,110,106)
#515856
(81,88,86)
#3D4242
(61,66,66)
#292C2E
(41,44,46)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #DDF2E2

#DDF2E2
(221,242,226)
#E0F3E4
(224,243,228)
#E3F4E6
(227,244,230)
#E6F5E8
(230,245,232)
#E9F6EA
(233,246,234)
#ECF7EC
(236,247,236)
#EFF8EE
(239,248,238)
#F2F9F0
(242,249,240)
#F5FAF2
(245,250,242)
#F8FBF4
(248,251,244)
#FBFCF6
(251,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF2E2; }

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

This text font color is #DDF2E2.

Background Color

.myBgColor { background-color: #DDF2E2; }

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

This div background color is #DDF2E2.

Border color

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

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

This div border color is #DDF2E2.

Opacity

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

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

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

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

This text has shadow with #DDF2E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF2E2.

Preview

Color preview on black background

This text has color #DDF2E2 on black background.


Color preview on white background

This text has color #DDF2E2 on white background.


Black color preview on #DDF2E2 background

This text has black color on #DDF2E2 background.


White color preview on #DDF2E2 background

This text has white color on #DDF2E2 background.


Related colors

Complementary color

Complementary color for #hex is #220D1D.


I love getcolorcode.com

Triadic colors

1 #E2DDF2 and #F2E2DD with #DDF2E2 are triadic colors.

2 #E2F2DD and #F2DDE2 with #DDF2E2 are triadic colors.