COLOR #DDF4FD

HEX: #DDF4FD RGB: (221,244,253)

Color info

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

RGB color model

#DDF4FD color RGB value is (221,244,253).

RGB: (221,244,253) (87%, 96%, 99%)

RGB channels and saturation

R 221 of 255 = 87%
G 244 of 255 = 96%
B 253 of 255 = 99%

221
244
253

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

Portions of RGB colors in percentages

R + G + B = 221 + 244 + 253 = 718 (100%)
R 221 of 718 ~ 30.78%
G 244 of 718 ~ 33.98%
B 253 of 718 ~ 35.24'%

%30.78
%33.98
%35.24

CMYK color model

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

  • cyan value is 12.65%
  • magenta value is 3.56%
  • 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.56
%0
%0.78

Codes

Color #DDF4FD in popluar color models

DD F4 FD
RGB 221 244 253
HSL 197° 88.89% 92.94%
HSB/HSV 197° 12.65% 99.22%
CMYK 12.65% 3.56% 0.00%
0.78%

Color #DDF4FD in popluar number systems.

HEX DD F4 FD
Decimal 221 244 253
Binary 11011101 11110100 11111101
Octal 335 364 375

Shades and tints

Shades of #DDF4FD

#DDF4FD
(221,244,253)
#C9DEE6
(201,222,230)
#B5C8CF
(181,200,207)
#A1B2B8
(161,178,184)
#8D9CA1
(141,156,161)
#79868A
(121,134,138)
#657073
(101,112,115)
#515A5C
(81,90,92)
#3D4445
(61,68,69)
#292E2E
(41,46,46)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #DDF4FD

#DDF4FD
(221,244,253)
#E0F5FD
(224,245,253)
#E3F6FD
(227,246,253)
#E6F7FD
(230,247,253)
#E9F8FD
(233,248,253)
#ECF9FD
(236,249,253)
#EFFAFD
(239,250,253)
#F2FBFD
(242,251,253)
#F5FCFD
(245,252,253)
#F8FDFD
(248,253,253)
#FBFEFD
(251,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF4FD; }

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

This text font color is #DDF4FD.

Background Color

.myBgColor { background-color: #DDF4FD; }

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

This div background color is #DDF4FD.

Border color

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

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

This div border color is #DDF4FD.

Opacity

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

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

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

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

This text has shadow with #DDF4FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF4FD.

Preview

Color preview on black background

This text has color #DDF4FD on black background.


Color preview on white background

This text has color #DDF4FD on white background.


Black color preview on #DDF4FD background

This text has black color on #DDF4FD background.


White color preview on #DDF4FD background

This text has white color on #DDF4FD background.


Related colors

Complementary color

Complementary color for #hex is #220B02.


I love getcolorcode.com

Triadic colors

1 #FDDDF4 and #F4FDDD with #DDF4FD are triadic colors.

2 #FDF4DD and #F4DDFD with #DDF4FD are triadic colors.