COLOR #DDF1EF

HEX: #DDF1EF RGB: (221,241,239)

Color info

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

RGB color model

#DDF1EF color RGB value is (221,241,239).

RGB: (221,241,239) (87%, 95%, 94%)

RGB channels and saturation

R 221 of 255 = 87%
G 241 of 255 = 95%
B 239 of 255 = 94%

221
241
239

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

Portions of RGB colors in percentages

R + G + B = 221 + 241 + 239 = 701 (100%)
R 221 of 701 ~ 31.53%
G 241 of 701 ~ 34.38%
B 239 of 701 ~ 34.09'%

%31.53
%34.38
%34.09

CMYK color model

#DDF1EF color CMYK value is (8,0,1,5).

  • cyan value is 8.30%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.49%
CMYK: (8,0,1,5) C8M0Y1K5 (8%,0%,1%,5%) (0.08/0.00/0.01/0.05) 

CMYK percentages

%8.3
%0
%0.83
%5.49

Codes

Color #DDF1EF in popluar color models

DD F1 EF
RGB 221 241 239
HSL 174° 41.67% 90.59%
HSB/HSV 174° 8.30% 94.51%
CMYK 8.30% 0.00% 0.83%
5.49%

Color #DDF1EF in popluar number systems.

HEX DD F1 EF
Decimal 221 241 239
Binary 11011101 11110001 11101111
Octal 335 361 357

Shades and tints

Shades of #DDF1EF

#DDF1EF
(221,241,239)
#C9DCDA
(201,220,218)
#B5C7C5
(181,199,197)
#A1B2B0
(161,178,176)
#8D9D9B
(141,157,155)
#798886
(121,136,134)
#657371
(101,115,113)
#515E5C
(81,94,92)
#3D4947
(61,73,71)
#293432
(41,52,50)
#151F1D
(21,31,29)
#000000
(0,0,0)

Tints of #DDF1EF

#DDF1EF
(221,241,239)
#E0F2F0
(224,242,240)
#E3F3F1
(227,243,241)
#E6F4F2
(230,244,242)
#E9F5F3
(233,245,243)
#ECF6F4
(236,246,244)
#EFF7F5
(239,247,245)
#F2F8F6
(242,248,246)
#F5F9F7
(245,249,247)
#F8FAF8
(248,250,248)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF1EF; }

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

This text font color is #DDF1EF.

Background Color

.myBgColor { background-color: #DDF1EF; }

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

This div background color is #DDF1EF.

Border color

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

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

This div border color is #DDF1EF.

Opacity

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

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

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

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

This text has shadow with #DDF1EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF1EF.

Preview

Color preview on black background

This text has color #DDF1EF on black background.


Color preview on white background

This text has color #DDF1EF on white background.


Black color preview on #DDF1EF background

This text has black color on #DDF1EF background.


White color preview on #DDF1EF background

This text has white color on #DDF1EF background.


Related colors

Complementary color

Complementary color for #hex is #220E10.


I love getcolorcode.com

Triadic colors

1 #EFDDF1 and #F1EFDD with #DDF1EF are triadic colors.

2 #EFF1DD and #F1DDEF with #DDF1EF are triadic colors.