COLOR #DDF8FD

HEX: #DDF8FD
RGB: (221,248,253)

Color info

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

RGB color model

#DDF8FD color RGB value is (221,248,253).

  • red value is 221;
  • green value is 248;
  • blue value is 253.
RGB:
(221,248,253)
(87%,97%,99%)

RGB channels and saturation

R 221 of 255 = 87%
G 248 of 255 = 97%
B 253 of 255 = 99%

221
248
253

R + G + B ~ 94%. #DDF8FD is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 248 + 253 = 722 (100%)
R 221 of 722 ~ 30.61%
G 248 of 722 ~ 34.35%
B 253 of 722 ~ 35.04%

%30.61
%34.35
%35.04

CMYK color model

#DDF8FD color CMYK value is (13,2,0,1).

  • cyan value is 12.65%
  • magenta value is 1.98%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(13,2,0,1)
C13M2Y0K1 
(13%,2%,0%,1%)
(0.13/0.02/0.00/0.01)	

CMYK percentages

%12.65
%1.98
%0
%0.78

Codes

Color #DDF8FD in popluar color models

DDF8FD
RGB221248253
HSL189°88.89%92.94%
HSB/HSV189°12.65%99.22%
CMYK12.65%1.98%0.00%
0.78%

Color #DDF8FD in popluar number systems.

HEXDDF8FD
Decimal221248253
Binary110111011111100011111101
Octal335370375

Shades and tints

Shades of #DDF8FD

#DDF8FD
(221,248,253)
#C9E2E6
(201,226,230)
#B5CCCF
(181,204,207)
#A1B6B8
(161,182,184)
#8DA0A1
(141,160,161)
#798A8A
(121,138,138)
#657473
(101,116,115)
#515E5C
(81,94,92)
#3D4845
(61,72,69)
#29322E
(41,50,46)
#151C17
(21,28,23)
#000000
(0,0,0)

Tints of #DDF8FD

#DDF8FD
(221,248,253)
#E0F8FD
(224,248,253)
#E3F8FD
(227,248,253)
#E6F8FD
(230,248,253)
#E9F8FD
(233,248,253)
#ECF8FD
(236,248,253)
#EFF8FD
(239,248,253)
#F2F8FD
(242,248,253)
#F5F8FD
(245,248,253)
#F8F8FD
(248,248,253)
#FBF8FD
(251,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF8FD; }

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

This text font color is #DDF8FD.


Background Color

.myBgColor { background-color: #DDF8FD; }

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

This div background color is #DDF8FD.


Border color

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

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

This div border color is #DDF8FD.


Opacity

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

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

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

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

This text has shadow with #DDF8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF8FD on black background.


Color preview on white background

This text has color #DDF8FD on white background.



Black color preview on #DDF8FD background

This text has black color on #DDF8FD background.


White color preview on #DDF8FD background

This text has white color on #DDF8FD background.