COLOR #DDF6FB

HEX: #DDF6FB RGB: (221,246,251)

Color info

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

RGB color model

#DDF6FB color RGB value is (221,246,251).

RGB: (221,246,251) (87%, 96%, 98%)

RGB channels and saturation

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

221
246
251

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

Portions of RGB colors in percentages

R + G + B = 221 + 246 + 251 = 718 (100%)
R 221 of 718 ~ 30.78%
G 246 of 718 ~ 34.26%
B 251 of 718 ~ 34.96'%

%30.78
%34.26
%34.96

CMYK color model

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

  • cyan value is 11.95%
  • magenta value is 1.99%
  • 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
%1.99
%0
%1.57

Codes

Color #DDF6FB in popluar color models

DD F6 FB
RGB 221 246 251
HSL 190° 78.95% 92.55%
HSB/HSV 190° 11.95% 98.43%
CMYK 11.95% 1.99% 0.00%
1.57%

Color #DDF6FB in popluar number systems.

HEX DD F6 FB
Decimal 221 246 251
Binary 11011101 11110110 11111011
Octal 335 366 373

Shades and tints

Shades of #DDF6FB

#DDF6FB
(221,246,251)
#C9E0E5
(201,224,229)
#B5CACF
(181,202,207)
#A1B4B9
(161,180,185)
#8D9EA3
(141,158,163)
#79888D
(121,136,141)
#657277
(101,114,119)
#515C61
(81,92,97)
#3D464B
(61,70,75)
#293035
(41,48,53)
#151A1F
(21,26,31)
#000000
(0,0,0)

Tints of #DDF6FB

#DDF6FB
(221,246,251)
#E0F6FB
(224,246,251)
#E3F6FB
(227,246,251)
#E6F6FB
(230,246,251)
#E9F6FB
(233,246,251)
#ECF6FB
(236,246,251)
#EFF6FB
(239,246,251)
#F2F6FB
(242,246,251)
#F5F6FB
(245,246,251)
#F8F6FB
(248,246,251)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF6FB; }

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

This text font color is #DDF6FB.

Background Color

.myBgColor { background-color: #DDF6FB; }

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

This div background color is #DDF6FB.

Border color

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

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

This div border color is #DDF6FB.

Opacity

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

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

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

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

This text has shadow with #DDF6FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF6FB.

Preview

Color preview on black background

This text has color #DDF6FB on black background.


Color preview on white background

This text has color #DDF6FB on white background.


Black color preview on #DDF6FB background

This text has black color on #DDF6FB background.


White color preview on #DDF6FB background

This text has white color on #DDF6FB background.


Related colors

Complementary color

Complementary color for #hex is #220904.


I love getcolorcode.com

Triadic colors

1 #FBDDF6 and #F6FBDD with #DDF6FB are triadic colors.

2 #FBF6DD and #F6DDFB with #DDF6FB are triadic colors.