COLOR #DDF5FB

HEX: #DDF5FB
RGB: (221,245,251)

Color info

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

RGB color model

#DDF5FB color RGB value is (221,245,251).

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

RGB channels and saturation

R 221 of 255 = 87%
G 245 of 255 = 96%
B 251 of 255 = 98%

221
245
251

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

Portions of RGB colors in percentages

R + G + B =
221 + 245 + 251 = 717 (100%)
R 221 of 717 ~ 30.82%
G 245 of 717 ~ 34.17%
B 251 of 717 ~ 35.01%

%30.82
%34.17
%35.01

CMYK color model

#DDF5FB color CMYK value is (12,2,0,2).

  • cyan value is 11.95%
  • magenta value is 2.39%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(12,2,0,2)
C12M2Y0K2 
(12%,2%,0%,2%)
(0.12/0.02/0.00/0.02)	

CMYK percentages

%11.95
%2.39
%0
%1.57

Codes

Color #DDF5FB in popluar color models

DDF5FB
RGB221245251
HSL192°78.95%92.55%
HSB/HSV192°11.95%98.43%
CMYK11.95%2.39%0.00%
1.57%

Color #DDF5FB in popluar number systems.

HEXDDF5FB
Decimal221245251
Binary110111011111010111111011
Octal335365373

Shades and tints

Shades of #DDF5FB

#DDF5FB
(221,245,251)
#C9DFE5
(201,223,229)
#B5C9CF
(181,201,207)
#A1B3B9
(161,179,185)
#8D9DA3
(141,157,163)
#79878D
(121,135,141)
#657177
(101,113,119)
#515B61
(81,91,97)
#3D454B
(61,69,75)
#292F35
(41,47,53)
#15191F
(21,25,31)
#000000
(0,0,0)

Tints of #DDF5FB

#DDF5FB
(221,245,251)
#E0F5FB
(224,245,251)
#E3F5FB
(227,245,251)
#E6F5FB
(230,245,251)
#E9F5FB
(233,245,251)
#ECF5FB
(236,245,251)
#EFF5FB
(239,245,251)
#F2F5FB
(242,245,251)
#F5F5FB
(245,245,251)
#F8F5FB
(248,245,251)
#FBF5FB
(251,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF5FB; }

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

This text font color is #DDF5FB.


Background Color

.myBgColor { background-color: #DDF5FB; }

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

This div background color is #DDF5FB.


Border color

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

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

This div border color is #DDF5FB.


Opacity

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

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

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

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

This text has shadow with #DDF5FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF5FB on black background.


Color preview on white background

This text has color #DDF5FB on white background.



Black color preview on #DDF5FB background

This text has black color on #DDF5FB background.


White color preview on #DDF5FB background

This text has white color on #DDF5FB background.