COLOR #DDF8FC

HEX: #DDF8FC RGB: (221,248,252)

Color info

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

RGB color model

#DDF8FC color RGB value is (221,248,252).

RGB: (221,248,252) (87%, 97%, 99%)

RGB channels and saturation

R 221 of 255 = 87%
G 248 of 255 = 97%
B 252 of 255 = 99%

221
248
252

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

Portions of RGB colors in percentages

R + G + B = 221 + 248 + 252 = 721 (100%)
R 221 of 721 ~ 30.65%
G 248 of 721 ~ 34.4%
B 252 of 721 ~ 34.95'%

%30.65
%34.4
%34.95

CMYK color model

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

  • cyan value is 12.30%
  • magenta value is 1.59%
  • yellow value is 0.00%
  • key color value is 1.18%

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

CMYK percentages

%12.3
%1.59
%0
%1.18

Codes

Color #DDF8FC in popluar color models

DD F8 FC
RGB 221 248 252
HSL 188° 83.78% 92.75%
HSB/HSV 188° 12.30% 98.82%
CMYK 12.30% 1.59% 0.00%
1.18%

Color #DDF8FC in popluar number systems.

HEX DD F8 FC
Decimal 221 248 252
Binary 11011101 11111000 11111100
Octal 335 370 374

Shades and tints

Shades of #DDF8FC

#DDF8FC
(221,248,252)
#C9E2E6
(201,226,230)
#B5CCD0
(181,204,208)
#A1B6BA
(161,182,186)
#8DA0A4
(141,160,164)
#798A8E
(121,138,142)
#657478
(101,116,120)
#515E62
(81,94,98)
#3D484C
(61,72,76)
#293236
(41,50,54)
#151C20
(21,28,32)
#000000
(0,0,0)

Tints of #DDF8FC

#DDF8FC
(221,248,252)
#E0F8FC
(224,248,252)
#E3F8FC
(227,248,252)
#E6F8FC
(230,248,252)
#E9F8FC
(233,248,252)
#ECF8FC
(236,248,252)
#EFF8FC
(239,248,252)
#F2F8FC
(242,248,252)
#F5F8FC
(245,248,252)
#F8F8FC
(248,248,252)
#FBF8FC
(251,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF8FC color. Also use rgb(221,248,252) instead hex code.

Text Font Color

.myTextColor { color: #DDF8FC; }

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

This text font color is #DDF8FC.

Background Color

.myBgColor { background-color: #DDF8FC; }

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

This div background color is #DDF8FC.

Border color

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

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

This div border color is #DDF8FC.

Opacity

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

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

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

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

This text has shadow with #DDF8FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF8FC.

Preview

Color preview on black background

This text has color #DDF8FC on black background.


Color preview on white background

This text has color #DDF8FC on white background.


Black color preview on #DDF8FC background

This text has black color on #DDF8FC background.


White color preview on #DDF8FC background

This text has white color on #DDF8FC background.


Related colors

Complementary color

Complementary color for #hex is #220703.


I love getcolorcode.com

Triadic colors

1 #FCDDF8 and #F8FCDD with #DDF8FC are triadic colors.

2 #FCF8DD and #F8DDFC with #DDF8FC are triadic colors.