COLOR #DDF1F7

HEX: #DDF1F7 RGB: (221,241,247)

Color info

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

RGB color model

#DDF1F7 color RGB value is (221,241,247).

RGB: (221,241,247) (87%, 95%, 97%)

RGB channels and saturation

R 221 of 255 = 87%
G 241 of 255 = 95%
B 247 of 255 = 97%

221
241
247

R + G + B ~ 93%. #DDF1F7 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 241 + 247 = 709 (100%)
R 221 of 709 ~ 31.17%
G 241 of 709 ~ 33.99%
B 247 of 709 ~ 34.84'%

%31.17
%33.99
%34.84

CMYK color model

#DDF1F7 color CMYK value is (11,2,0,3).

  • cyan value is 10.53%
  • magenta value is 2.43%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (11,2,0,3) C11M2Y0K3 (11%,2%,0%,3%) (0.11/0.02/0.00/0.03) 

CMYK percentages

%10.53
%2.43
%0
%3.14

Codes

Color #DDF1F7 in popluar color models

DD F1 F7
RGB 221 241 247
HSL 194° 61.90% 91.76%
HSB/HSV 194° 10.53% 96.86%
CMYK 10.53% 2.43% 0.00%
3.14%

Color #DDF1F7 in popluar number systems.

HEX DD F1 F7
Decimal 221 241 247
Binary 11011101 11110001 11110111
Octal 335 361 367

Shades and tints

Shades of #DDF1F7

#DDF1F7
(221,241,247)
#C9DCE1
(201,220,225)
#B5C7CB
(181,199,203)
#A1B2B5
(161,178,181)
#8D9D9F
(141,157,159)
#798889
(121,136,137)
#657373
(101,115,115)
#515E5D
(81,94,93)
#3D4947
(61,73,71)
#293431
(41,52,49)
#151F1B
(21,31,27)
#000000
(0,0,0)

Tints of #DDF1F7

#DDF1F7
(221,241,247)
#E0F2F7
(224,242,247)
#E3F3F7
(227,243,247)
#E6F4F7
(230,244,247)
#E9F5F7
(233,245,247)
#ECF6F7
(236,246,247)
#EFF7F7
(239,247,247)
#F2F8F7
(242,248,247)
#F5F9F7
(245,249,247)
#F8FAF7
(248,250,247)
#FBFBF7
(251,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF1F7; }

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

This text font color is #DDF1F7.

Background Color

.myBgColor { background-color: #DDF1F7; }

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

This div background color is #DDF1F7.

Border color

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

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

This div border color is #DDF1F7.

Opacity

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

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

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

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

This text has shadow with #DDF1F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF1F7.

Preview

Color preview on black background

This text has color #DDF1F7 on black background.


Color preview on white background

This text has color #DDF1F7 on white background.


Black color preview on #DDF1F7 background

This text has black color on #DDF1F7 background.


White color preview on #DDF1F7 background

This text has white color on #DDF1F7 background.


Related colors

Complementary color

Complementary color for #hex is #220E08.


I love getcolorcode.com

Triadic colors

1 #F7DDF1 and #F1F7DD with #DDF1F7 are triadic colors.

2 #F7F1DD and #F1DDF7 with #DDF1F7 are triadic colors.