COLOR #DDF9FE

HEX: #DDF9FE
RGB: (221,249,254)

Color info

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

RGB color model

#DDF9FE color RGB value is (221,249,254).

  • red value is 221;
  • green value is 249;
  • blue value is 254.
RGB:
(221,249,254)
(87%,98%,100%)

RGB channels and saturation

R 221 of 255 = 87%
G 249 of 255 = 98%
B 254 of 255 = 100%

221
249
254

R + G + B ~ 95%. #DDF9FE is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 249 + 254 = 724 (100%)
R 221 of 724 ~ 30.52%
G 249 of 724 ~ 34.39%
B 254 of 724 ~ 35.08%

%30.52
%34.39
%35.08

CMYK color model

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

  • cyan value is 12.99%
  • magenta value is 1.97%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(13,2,0,0)
C13M2Y0K0 
(13%,2%,0%,0%)
(0.13/0.02/0.00/0.00)	

CMYK percentages

%12.99
%1.97
%0
%0.39

Codes

Color #DDF9FE in popluar color models

DDF9FE
RGB221249254
HSL189°94.29%93.14%
HSB/HSV189°12.99%99.61%
CMYK12.99%1.97%0.00%
0.39%

Color #DDF9FE in popluar number systems.

HEXDDF9FE
Decimal221249254
Binary110111011111100111111110
Octal335371376

Shades and tints

Shades of #DDF9FE

#DDF9FE
(221,249,254)
#C9E3E7
(201,227,231)
#B5CDD0
(181,205,208)
#A1B7B9
(161,183,185)
#8DA1A2
(141,161,162)
#798B8B
(121,139,139)
#657574
(101,117,116)
#515F5D
(81,95,93)
#3D4946
(61,73,70)
#29332F
(41,51,47)
#151D18
(21,29,24)
#000000
(0,0,0)

Tints of #DDF9FE

#DDF9FE
(221,249,254)
#E0F9FE
(224,249,254)
#E3F9FE
(227,249,254)
#E6F9FE
(230,249,254)
#E9F9FE
(233,249,254)
#ECF9FE
(236,249,254)
#EFF9FE
(239,249,254)
#F2F9FE
(242,249,254)
#F5F9FE
(245,249,254)
#F8F9FE
(248,249,254)
#FBF9FE
(251,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF9FE; }

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

This text font color is #DDF9FE.


Background Color

.myBgColor { background-color: #DDF9FE; }

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

This div background color is #DDF9FE.


Border color

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

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

This div border color is #DDF9FE.


Opacity

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

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

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

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

This text has shadow with #DDF9FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF9FE on black background.


Color preview on white background

This text has color #DDF9FE on white background.



Black color preview on #DDF9FE background

This text has black color on #DDF9FE background.


White color preview on #DDF9FE background

This text has white color on #DDF9FE background.