COLOR #DDF4F4

HEX: #DDF4F4
RGB: (221,244,244)

Color info

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

RGB color model

#DDF4F4 color RGB value is (221,244,244).

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

RGB channels and saturation

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

221
244
244

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

Portions of RGB colors in percentages

R + G + B =
221 + 244 + 244 = 709 (100%)
R 221 of 709 ~ 31.17%
G 244 of 709 ~ 34.41%
B 244 of 709 ~ 34.41%

%31.17
%34.41
%34.41

CMYK color model

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

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

CMYK percentages

%9.43
%0
%0
%4.31

Codes

Color #DDF4F4 in popluar color models

DDF4F4
RGB221244244
HSL180°51.11%91.18%
HSB/HSV180°9.43%95.69%
CMYK9.43%0.00%0.00%
4.31%

Color #DDF4F4 in popluar number systems.

HEXDDF4F4
Decimal221244244
Binary110111011111010011110100
Octal335364364

Shades and tints

Shades of #DDF4F4

#DDF4F4
(221,244,244)
#C9DEDE
(201,222,222)
#B5C8C8
(181,200,200)
#A1B2B2
(161,178,178)
#8D9C9C
(141,156,156)
#798686
(121,134,134)
#657070
(101,112,112)
#515A5A
(81,90,90)
#3D4444
(61,68,68)
#292E2E
(41,46,46)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #DDF4F4

#DDF4F4
(221,244,244)
#E0F5F5
(224,245,245)
#E3F6F6
(227,246,246)
#E6F7F7
(230,247,247)
#E9F8F8
(233,248,248)
#ECF9F9
(236,249,249)
#EFFAFA
(239,250,250)
#F2FBFB
(242,251,251)
#F5FCFC
(245,252,252)
#F8FDFD
(248,253,253)
#FBFEFE
(251,254,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF4F4; }

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

This text font color is #DDF4F4.


Background Color

.myBgColor { background-color: #DDF4F4; }

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

This div background color is #DDF4F4.


Border color

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

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

This div border color is #DDF4F4.


Opacity

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

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

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

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

This text has shadow with #DDF4F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF4F4 on black background.


Color preview on white background

This text has color #DDF4F4 on white background.



Black color preview on #DDF4F4 background

This text has black color on #DDF4F4 background.


White color preview on #DDF4F4 background

This text has white color on #DDF4F4 background.