COLOR #DDF4F1

HEX: #DDF4F1
RGB: (221,244,241)

Color info

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

RGB color model

#DDF4F1 color RGB value is (221,244,241).

  • red value is 221;
  • green value is 244;
  • blue value is 241.
RGB:
(221,244,241)
(87%,96%,95%)

RGB channels and saturation

R 221 of 255 = 87%
G 244 of 255 = 96%
B 241 of 255 = 95%

221
244
241

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

Portions of RGB colors in percentages

R + G + B =
221 + 244 + 241 = 706 (100%)
R 221 of 706 ~ 31.3%
G 244 of 706 ~ 34.56%
B 241 of 706 ~ 34.14%

%31.3
%34.56
%34.14

CMYK color model

#DDF4F1 color CMYK value is (9,0,1,4).

  • cyan value is 9.43%
  • magenta value is 0.00%
  • yellow value is 1.23%
  • key color value is 4.31%
CMYK:
(9,0,1,4)
C9M0Y1K4 
(9%,0%,1%,4%)
(0.09/0.00/0.01/0.04)	

CMYK percentages

%9.43
%0
%1.23
%4.31

Codes

Color #DDF4F1 in popluar color models

DDF4F1
RGB221244241
HSL172°51.11%91.18%
HSB/HSV172°9.43%95.69%
CMYK9.43%0.00%1.23%
4.31%

Color #DDF4F1 in popluar number systems.

HEXDDF4F1
Decimal221244241
Binary110111011111010011110001
Octal335364361

Shades and tints

Shades of #DDF4F1

#DDF4F1
(221,244,241)
#C9DEDC
(201,222,220)
#B5C8C7
(181,200,199)
#A1B2B2
(161,178,178)
#8D9C9D
(141,156,157)
#798688
(121,134,136)
#657073
(101,112,115)
#515A5E
(81,90,94)
#3D4449
(61,68,73)
#292E34
(41,46,52)
#15181F
(21,24,31)
#000000
(0,0,0)

Tints of #DDF4F1

#DDF4F1
(221,244,241)
#E0F5F2
(224,245,242)
#E3F6F3
(227,246,243)
#E6F7F4
(230,247,244)
#E9F8F5
(233,248,245)
#ECF9F6
(236,249,246)
#EFFAF7
(239,250,247)
#F2FBF8
(242,251,248)
#F5FCF9
(245,252,249)
#F8FDFA
(248,253,250)
#FBFEFB
(251,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF4F1; }

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

This text font color is #DDF4F1.


Background Color

.myBgColor { background-color: #DDF4F1; }

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

This div background color is #DDF4F1.


Border color

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

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

This div border color is #DDF4F1.


Opacity

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

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

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

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

This text has shadow with #DDF4F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF4F1 on black background.


Color preview on white background

This text has color #DDF4F1 on white background.



Black color preview on #DDF4F1 background

This text has black color on #DDF4F1 background.


White color preview on #DDF4F1 background

This text has white color on #DDF4F1 background.