COLOR #DDF3F5

HEX: #DDF3F5 RGB: (221,243,245)

Color info

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

RGB color model

#DDF3F5 color RGB value is (221,243,245).

RGB: (221,243,245) (87%, 95%, 96%)

RGB channels and saturation

R 221 of 255 = 87%
G 243 of 255 = 95%
B 245 of 255 = 96%

221
243
245

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

Portions of RGB colors in percentages

R + G + B = 221 + 243 + 245 = 709 (100%)
R 221 of 709 ~ 31.17%
G 243 of 709 ~ 34.27%
B 245 of 709 ~ 34.56'%

%31.17
%34.27
%34.56

CMYK color model

#DDF3F5 color CMYK value is (10,1,0,4).

  • cyan value is 9.80%
  • magenta value is 0.82%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (10,1,0,4)
C10M1Y0K4 (10%, 1%, 0%, 4%)
(0.10 / 0.01 / 0.00 / 0.04)

CMYK percentages

%9.8
%0.82
%0
%3.92

Codes

Color #DDF3F5 in popluar color models

DD F3 F5
RGB 221 243 245
HSL 185° 54.55% 91.37%
HSB/HSV 185° 9.80% 96.08%
CMYK 9.80% 0.82% 0.00%
3.92%

Color #DDF3F5 in popluar number systems.

HEX DD F3 F5
Decimal 221 243 245
Binary 11011101 11110011 11110101
Octal 335 363 365

Shades and tints

Shades of #DDF3F5

#DDF3F5
(221,243,245)
#C9DDDF
(201,221,223)
#B5C7C9
(181,199,201)
#A1B1B3
(161,177,179)
#8D9B9D
(141,155,157)
#798587
(121,133,135)
#656F71
(101,111,113)
#51595B
(81,89,91)
#3D4345
(61,67,69)
#292D2F
(41,45,47)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #DDF3F5

#DDF3F5
(221,243,245)
#E0F4F5
(224,244,245)
#E3F5F5
(227,245,245)
#E6F6F5
(230,246,245)
#E9F7F5
(233,247,245)
#ECF8F5
(236,248,245)
#EFF9F5
(239,249,245)
#F2FAF5
(242,250,245)
#F5FBF5
(245,251,245)
#F8FCF5
(248,252,245)
#FBFDF5
(251,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF3F5; }

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

This text font color is #DDF3F5.

Background Color

.myBgColor { background-color: #DDF3F5; }

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

This div background color is #DDF3F5.

Border color

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

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

This div border color is #DDF3F5.

Opacity

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

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

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

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

This text has shadow with #DDF3F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF3F5.

Preview

Color preview on black background

This text has color #DDF3F5 on black background.


Color preview on white background

This text has color #DDF3F5 on white background.


Black color preview on #DDF3F5 background

This text has black color on #DDF3F5 background.


White color preview on #DDF3F5 background

This text has white color on #DDF3F5 background.


Related colors

Complementary color

Complementary color for #hex is #220C0A.


I love getcolorcode.com

Triadic colors

1 #F5DDF3 and #F3F5DD with #DDF3F5 are triadic colors.

2 #F5F3DD and #F3DDF5 with #DDF3F5 are triadic colors.