COLOR #DDF3FD

HEX: #DDF3FD RGB: (221,243,253)

Color info

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

RGB color model

#DDF3FD color RGB value is (221,243,253).

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

RGB channels and saturation

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

221
243
253

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

Portions of RGB colors in percentages

R + G + B = 221 + 243 + 253 = 717 (100%)
R 221 of 717 ~ 30.82%
G 243 of 717 ~ 33.89%
B 253 of 717 ~ 35.29'%

%30.82
%33.89
%35.29

CMYK color model

#DDF3FD color CMYK value is (13,4,0,1).

  • cyan value is 12.65%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (13,4,0,1)
C13M4Y0K1 (13%, 4%, 0%, 1%)
(0.13 / 0.04 / 0.00 / 0.01)

CMYK percentages

%12.65
%3.95
%0
%0.78

Codes

Color #DDF3FD in popluar color models

DD F3 FD
RGB 221 243 253
HSL 199° 88.89% 92.94%
HSB/HSV 199° 12.65% 99.22%
CMYK 12.65% 3.95% 0.00%
0.78%

Color #DDF3FD in popluar number systems.

HEX DD F3 FD
Decimal 221 243 253
Binary 11011101 11110011 11111101
Octal 335 363 375

Shades and tints

Shades of #DDF3FD

#DDF3FD
(221,243,253)
#C9DDE6
(201,221,230)
#B5C7CF
(181,199,207)
#A1B1B8
(161,177,184)
#8D9BA1
(141,155,161)
#79858A
(121,133,138)
#656F73
(101,111,115)
#51595C
(81,89,92)
#3D4345
(61,67,69)
#292D2E
(41,45,46)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #DDF3FD

#DDF3FD
(221,243,253)
#E0F4FD
(224,244,253)
#E3F5FD
(227,245,253)
#E6F6FD
(230,246,253)
#E9F7FD
(233,247,253)
#ECF8FD
(236,248,253)
#EFF9FD
(239,249,253)
#F2FAFD
(242,250,253)
#F5FBFD
(245,251,253)
#F8FCFD
(248,252,253)
#FBFDFD
(251,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF3FD; }

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

This text font color is #DDF3FD.

Background Color

.myBgColor { background-color: #DDF3FD; }

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

This div background color is #DDF3FD.

Border color

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

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

This div border color is #DDF3FD.

Opacity

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

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

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

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

This text has shadow with #DDF3FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF3FD.

Preview

Color preview on black background

This text has color #DDF3FD on black background.


Color preview on white background

This text has color #DDF3FD on white background.


Black color preview on #DDF3FD background

This text has black color on #DDF3FD background.


White color preview on #DDF3FD background

This text has white color on #DDF3FD background.


Related colors

Complementary color

Complementary color for #hex is #220C02.


I love getcolorcode.com

Triadic colors

1 #FDDDF3 and #F3FDDD with #DDF3FD are triadic colors.

2 #FDF3DD and #F3DDFD with #DDF3FD are triadic colors.