COLOR #DDF3F7

HEX: #DDF3F7 RGB: (221,243,247)

Color info

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

RGB color model

#DDF3F7 color RGB value is (221,243,247).

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

RGB channels and saturation

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

221
243
247

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

Portions of RGB colors in percentages

R + G + B = 221 + 243 + 247 = 711 (100%)
R 221 of 711 ~ 31.08%
G 243 of 711 ~ 34.18%
B 247 of 711 ~ 34.74'%

%31.08
%34.18
%34.74

CMYK color model

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

  • cyan value is 10.53%
  • magenta value is 1.62%
  • 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
%1.62
%0
%3.14

Codes

Color #DDF3F7 in popluar color models

DD F3 F7
RGB 221 243 247
HSL 189° 61.90% 91.76%
HSB/HSV 189° 10.53% 96.86%
CMYK 10.53% 1.62% 0.00%
3.14%

Color #DDF3F7 in popluar number systems.

HEX DD F3 F7
Decimal 221 243 247
Binary 11011101 11110011 11110111
Octal 335 363 367

Shades and tints

Shades of #DDF3F7

#DDF3F7
(221,243,247)
#C9DDE1
(201,221,225)
#B5C7CB
(181,199,203)
#A1B1B5
(161,177,181)
#8D9B9F
(141,155,159)
#798589
(121,133,137)
#656F73
(101,111,115)
#51595D
(81,89,93)
#3D4347
(61,67,71)
#292D31
(41,45,49)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #DDF3F7

#DDF3F7
(221,243,247)
#E0F4F7
(224,244,247)
#E3F5F7
(227,245,247)
#E6F6F7
(230,246,247)
#E9F7F7
(233,247,247)
#ECF8F7
(236,248,247)
#EFF9F7
(239,249,247)
#F2FAF7
(242,250,247)
#F5FBF7
(245,251,247)
#F8FCF7
(248,252,247)
#FBFDF7
(251,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF3F7; }

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

This text font color is #DDF3F7.

Background Color

.myBgColor { background-color: #DDF3F7; }

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

This div background color is #DDF3F7.

Border color

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

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

This div border color is #DDF3F7.

Opacity

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

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

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

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

This text has shadow with #DDF3F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF3F7.

Preview

Color preview on black background

This text has color #DDF3F7 on black background.


Color preview on white background

This text has color #DDF3F7 on white background.


Black color preview on #DDF3F7 background

This text has black color on #DDF3F7 background.


White color preview on #DDF3F7 background

This text has white color on #DDF3F7 background.


Related colors

Complementary color

Complementary color for #hex is #220C08.


I love getcolorcode.com

Triadic colors

1 #F7DDF3 and #F3F7DD with #DDF3F7 are triadic colors.

2 #F7F3DD and #F3DDF7 with #DDF3F7 are triadic colors.