COLOR #DDF2ED

HEX: #DDF2ED RGB: (221,242,237)

Color info

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

RGB color model

#DDF2ED color RGB value is (221,242,237).

RGB: (221,242,237) (87%, 95%, 93%)

RGB channels and saturation

R 221 of 255 = 87%
G 242 of 255 = 95%
B 237 of 255 = 93%

221
242
237

R + G + B ~ 92%. #DDF2ED is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 242 + 237 = 700 (100%)
R 221 of 700 ~ 31.57%
G 242 of 700 ~ 34.57%
B 237 of 700 ~ 33.86'%

%31.57
%34.57
%33.86

CMYK color model

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

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

CMYK: (9,0,2,5)
C9M0Y2K5 (9%, 0%, 2%, 5%)
(0.09 / 0.00 / 0.02 / 0.05)

CMYK percentages

%8.68
%0
%2.07
%5.1

Codes

Color #DDF2ED in popluar color models

DD F2 ED
RGB 221 242 237
HSL 166° 44.68% 90.78%
HSB/HSV 166° 8.68% 94.90%
CMYK 8.68% 0.00% 2.07%
5.10%

Color #DDF2ED in popluar number systems.

HEX DD F2 ED
Decimal 221 242 237
Binary 11011101 11110010 11101101
Octal 335 362 355

Shades and tints

Shades of #DDF2ED

#DDF2ED
(221,242,237)
#C9DCD8
(201,220,216)
#B5C6C3
(181,198,195)
#A1B0AE
(161,176,174)
#8D9A99
(141,154,153)
#798484
(121,132,132)
#656E6F
(101,110,111)
#51585A
(81,88,90)
#3D4245
(61,66,69)
#292C30
(41,44,48)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #DDF2ED

#DDF2ED
(221,242,237)
#E0F3EE
(224,243,238)
#E3F4EF
(227,244,239)
#E6F5F0
(230,245,240)
#E9F6F1
(233,246,241)
#ECF7F2
(236,247,242)
#EFF8F3
(239,248,243)
#F2F9F4
(242,249,244)
#F5FAF5
(245,250,245)
#F8FBF6
(248,251,246)
#FBFCF7
(251,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF2ED; }

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

This text font color is #DDF2ED.

Background Color

.myBgColor { background-color: #DDF2ED; }

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

This div background color is #DDF2ED.

Border color

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

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

This div border color is #DDF2ED.

Opacity

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

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

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

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

This text has shadow with #DDF2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF2ED.

Preview

Color preview on black background

This text has color #DDF2ED on black background.


Color preview on white background

This text has color #DDF2ED on white background.


Black color preview on #DDF2ED background

This text has black color on #DDF2ED background.


White color preview on #DDF2ED background

This text has white color on #DDF2ED background.


Related colors

Complementary color

Complementary color for #hex is #220D12.


I love getcolorcode.com

Triadic colors

1 #EDDDF2 and #F2EDDD with #DDF2ED are triadic colors.

2 #EDF2DD and #F2DDED with #DDF2ED are triadic colors.