COLOR #DDF3FC

HEX: #DDF3FC RGB: (221,243,252)

Color info

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

RGB color model

#DDF3FC color RGB value is (221,243,252).

RGB: (221,243,252) (87%, 95%, 99%)

RGB channels and saturation

R 221 of 255 = 87%
G 243 of 255 = 95%
B 252 of 255 = 99%

221
243
252

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

Portions of RGB colors in percentages

R + G + B = 221 + 243 + 252 = 716 (100%)
R 221 of 716 ~ 30.87%
G 243 of 716 ~ 33.94%
B 252 of 716 ~ 35.2'%

%30.87
%33.94
%35.2

CMYK color model

#DDF3FC color CMYK value is (12,4,0,1).

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

CMYK: (12,4,0,1)
C12M4Y0K1 (12%, 4%, 0%, 1%)
(0.12 / 0.04 / 0.00 / 0.01)

CMYK percentages

%12.3
%3.57
%0
%1.18

Codes

Color #DDF3FC in popluar color models

DD F3 FC
RGB 221 243 252
HSL 197° 83.78% 92.75%
HSB/HSV 197° 12.30% 98.82%
CMYK 12.30% 3.57% 0.00%
1.18%

Color #DDF3FC in popluar number systems.

HEX DD F3 FC
Decimal 221 243 252
Binary 11011101 11110011 11111100
Octal 335 363 374

Shades and tints

Shades of #DDF3FC

#DDF3FC
(221,243,252)
#C9DDE6
(201,221,230)
#B5C7D0
(181,199,208)
#A1B1BA
(161,177,186)
#8D9BA4
(141,155,164)
#79858E
(121,133,142)
#656F78
(101,111,120)
#515962
(81,89,98)
#3D434C
(61,67,76)
#292D36
(41,45,54)
#151720
(21,23,32)
#000000
(0,0,0)

Tints of #DDF3FC

#DDF3FC
(221,243,252)
#E0F4FC
(224,244,252)
#E3F5FC
(227,245,252)
#E6F6FC
(230,246,252)
#E9F7FC
(233,247,252)
#ECF8FC
(236,248,252)
#EFF9FC
(239,249,252)
#F2FAFC
(242,250,252)
#F5FBFC
(245,251,252)
#F8FCFC
(248,252,252)
#FBFDFC
(251,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF3FC; }

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

This text font color is #DDF3FC.

Background Color

.myBgColor { background-color: #DDF3FC; }

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

This div background color is #DDF3FC.

Border color

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

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

This div border color is #DDF3FC.

Opacity

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

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

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

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

This text has shadow with #DDF3FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF3FC.

Preview

Color preview on black background

This text has color #DDF3FC on black background.


Color preview on white background

This text has color #DDF3FC on white background.


Black color preview on #DDF3FC background

This text has black color on #DDF3FC background.


White color preview on #DDF3FC background

This text has white color on #DDF3FC background.


Related colors

Complementary color

Complementary color for #hex is #220C03.


I love getcolorcode.com

Triadic colors

1 #FCDDF3 and #F3FCDD with #DDF3FC are triadic colors.

2 #FCF3DD and #F3DDFC with #DDF3FC are triadic colors.