COLOR #DDF2FA

HEX: #DDF2FA
RGB: (221,242,250)

Color info

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

RGB color model

#DDF2FA color RGB value is (221,242,250).

  • red value is 221;
  • green value is 242;
  • blue value is 250.
RGB:
(221,242,250)
(87%,95%,98%)

RGB channels and saturation

R 221 of 255 = 87%
G 242 of 255 = 95%
B 250 of 255 = 98%

221
242
250

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

Portions of RGB colors in percentages

R + G + B =
221 + 242 + 250 = 713 (100%)
R 221 of 713 ~ 31%
G 242 of 713 ~ 33.94%
B 250 of 713 ~ 35.06%

%31
%33.94
%35.06

CMYK color model

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

  • cyan value is 11.60%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(12,3,0,2)
C12M3Y0K2 
(12%,3%,0%,2%)
(0.12/0.03/0.00/0.02)	

CMYK percentages

%11.6
%3.2
%0
%1.96

Codes

Color #DDF2FA in popluar color models

DDF2FA
RGB221242250
HSL197°74.36%92.35%
HSB/HSV197°11.60%98.04%
CMYK11.60%3.20%0.00%
1.96%

Color #DDF2FA in popluar number systems.

HEXDDF2FA
Decimal221242250
Binary110111011111001011111010
Octal335362372

Shades and tints

Shades of #DDF2FA

#DDF2FA
(221,242,250)
#C9DCE4
(201,220,228)
#B5C6CE
(181,198,206)
#A1B0B8
(161,176,184)
#8D9AA2
(141,154,162)
#79848C
(121,132,140)
#656E76
(101,110,118)
#515860
(81,88,96)
#3D424A
(61,66,74)
#292C34
(41,44,52)
#15161E
(21,22,30)
#000000
(0,0,0)

Tints of #DDF2FA

#DDF2FA
(221,242,250)
#E0F3FA
(224,243,250)
#E3F4FA
(227,244,250)
#E6F5FA
(230,245,250)
#E9F6FA
(233,246,250)
#ECF7FA
(236,247,250)
#EFF8FA
(239,248,250)
#F2F9FA
(242,249,250)
#F5FAFA
(245,250,250)
#F8FBFA
(248,251,250)
#FBFCFA
(251,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF2FA; }

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

This text font color is #DDF2FA.


Background Color

.myBgColor { background-color: #DDF2FA; }

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

This div background color is #DDF2FA.


Border color

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

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

This div border color is #DDF2FA.


Opacity

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

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

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

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

This text has shadow with #DDF2FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF2FA on black background.


Color preview on white background

This text has color #DDF2FA on white background.



Black color preview on #DDF2FA background

This text has black color on #DDF2FA background.


White color preview on #DDF2FA background

This text has white color on #DDF2FA background.