COLOR #DDF7FA

HEX: #DDF7FA RGB: (221,247,250)

Color info

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

RGB color model

#DDF7FA color RGB value is (221,247,250).

RGB: (221,247,250) (87%, 97%, 98%)

RGB channels and saturation

R 221 of 255 = 87%
G 247 of 255 = 97%
B 250 of 255 = 98%

221
247
250

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

Portions of RGB colors in percentages

R + G + B = 221 + 247 + 250 = 718 (100%)
R 221 of 718 ~ 30.78%
G 247 of 718 ~ 34.4%
B 250 of 718 ~ 34.82'%

%30.78
%34.4
%34.82

CMYK color model

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

  • cyan value is 11.60%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (12,1,0,2)
C12M1Y0K2 (12%, 1%, 0%, 2%)
(0.12 / 0.01 / 0.00 / 0.02)

CMYK percentages

%11.6
%1.2
%0
%1.96

Codes

Color #DDF7FA in popluar color models

DD F7 FA
RGB 221 247 250
HSL 186° 74.36% 92.35%
HSB/HSV 186° 11.60% 98.04%
CMYK 11.60% 1.20% 0.00%
1.96%

Color #DDF7FA in popluar number systems.

HEX DD F7 FA
Decimal 221 247 250
Binary 11011101 11110111 11111010
Octal 335 367 372

Shades and tints

Shades of #DDF7FA

#DDF7FA
(221,247,250)
#C9E1E4
(201,225,228)
#B5CBCE
(181,203,206)
#A1B5B8
(161,181,184)
#8D9FA2
(141,159,162)
#79898C
(121,137,140)
#657376
(101,115,118)
#515D60
(81,93,96)
#3D474A
(61,71,74)
#293134
(41,49,52)
#151B1E
(21,27,30)
#000000
(0,0,0)

Tints of #DDF7FA

#DDF7FA
(221,247,250)
#E0F7FA
(224,247,250)
#E3F7FA
(227,247,250)
#E6F7FA
(230,247,250)
#E9F7FA
(233,247,250)
#ECF7FA
(236,247,250)
#EFF7FA
(239,247,250)
#F2F7FA
(242,247,250)
#F5F7FA
(245,247,250)
#F8F7FA
(248,247,250)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF7FA; }

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

This text font color is #DDF7FA.

Background Color

.myBgColor { background-color: #DDF7FA; }

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

This div background color is #DDF7FA.

Border color

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

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

This div border color is #DDF7FA.

Opacity

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

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

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

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

This text has shadow with #DDF7FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF7FA.

Preview

Color preview on black background

This text has color #DDF7FA on black background.


Color preview on white background

This text has color #DDF7FA on white background.


Black color preview on #DDF7FA background

This text has black color on #DDF7FA background.


White color preview on #DDF7FA background

This text has white color on #DDF7FA background.


Related colors

Complementary color

Complementary color for #hex is #220805.


I love getcolorcode.com

Triadic colors

1 #FADDF7 and #F7FADD with #DDF7FA are triadic colors.

2 #FAF7DD and #F7DDFA with #DDF7FA are triadic colors.