COLOR #DDF2E4

HEX: #DDF2E4 RGB: (221,242,228)

Color info

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

RGB color model

#DDF2E4 color RGB value is (221,242,228).

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

RGB channels and saturation

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

221
242
228

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

Portions of RGB colors in percentages

R + G + B = 221 + 242 + 228 = 691 (100%)
R 221 of 691 ~ 31.98%
G 242 of 691 ~ 35.02%
B 228 of 691 ~ 33'%

%31.98
%35.02
%33

CMYK color model

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

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

CMYK: (9,0,6,5)
C9M0Y6K5 (9%, 0%, 6%, 5%)
(0.09 / 0.00 / 0.06 / 0.05)

CMYK percentages

%8.68
%0
%5.79
%5.1

Codes

Color #DDF2E4 in popluar color models

DD F2 E4
RGB 221 242 228
HSL 140° 44.68% 90.78%
HSB/HSV 140° 8.68% 94.90%
CMYK 8.68% 0.00% 5.79%
5.10%

Color #DDF2E4 in popluar number systems.

HEX DD F2 E4
Decimal 221 242 228
Binary 11011101 11110010 11100100
Octal 335 362 344

Shades and tints

Shades of #DDF2E4

#DDF2E4
(221,242,228)
#C9DCD0
(201,220,208)
#B5C6BC
(181,198,188)
#A1B0A8
(161,176,168)
#8D9A94
(141,154,148)
#798480
(121,132,128)
#656E6C
(101,110,108)
#515858
(81,88,88)
#3D4244
(61,66,68)
#292C30
(41,44,48)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #DDF2E4

#DDF2E4
(221,242,228)
#E0F3E6
(224,243,230)
#E3F4E8
(227,244,232)
#E6F5EA
(230,245,234)
#E9F6EC
(233,246,236)
#ECF7EE
(236,247,238)
#EFF8F0
(239,248,240)
#F2F9F2
(242,249,242)
#F5FAF4
(245,250,244)
#F8FBF6
(248,251,246)
#FBFCF8
(251,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF2E4; }

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

This text font color is #DDF2E4.

Background Color

.myBgColor { background-color: #DDF2E4; }

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

This div background color is #DDF2E4.

Border color

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

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

This div border color is #DDF2E4.

Opacity

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

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

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

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

This text has shadow with #DDF2E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF2E4.

Preview

Color preview on black background

This text has color #DDF2E4 on black background.


Color preview on white background

This text has color #DDF2E4 on white background.


Black color preview on #DDF2E4 background

This text has black color on #DDF2E4 background.


White color preview on #DDF2E4 background

This text has white color on #DDF2E4 background.


Related colors

Complementary color

Complementary color for #hex is #220D1B.


I love getcolorcode.com

Triadic colors

1 #E4DDF2 and #F2E4DD with #DDF2E4 are triadic colors.

2 #E4F2DD and #F2DDE4 with #DDF2E4 are triadic colors.