COLOR #DDFDFF

HEX: #DDFDFF RGB: (221,253,255)

Color info

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

RGB color model

#DDFDFF color RGB value is (221,253,255).

RGB: (221,253,255) (87%, 99%, 100%)

RGB channels and saturation

R 221 of 255 = 87%
G 253 of 255 = 99%
B 255 of 255 = 100%

221
253
255

R + G + B ~ 95%. #DDFDFF is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 253 + 255 = 729 (100%)
R 221 of 729 ~ 30.32%
G 253 of 729 ~ 34.71%
B 255 of 729 ~ 34.98'%

%30.32
%34.71
%34.98

CMYK color model

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

  • cyan value is 13.33%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (13,1,0,0)
C13M1Y0K0 (13%, 1%, 0%, 0%)
(0.13 / 0.01 / 0.00 / 0.00)

CMYK percentages

%13.33
%0.78
%0
%0

Codes

Color #DDFDFF in popluar color models

DD FD FF
RGB 221 253 255
HSL 184° 100.00% 93.33%
HSB/HSV 184° 13.33% 100.00%
CMYK 13.33% 0.78% 0.00%
0.00%

Color #DDFDFF in popluar number systems.

HEX DD FD FF
Decimal 221 253 255
Binary 11011101 11111101 11111111
Octal 335 375 377

Shades and tints

Shades of #DDFDFF

#DDFDFF
(221,253,255)
#C9E6E8
(201,230,232)
#B5CFD1
(181,207,209)
#A1B8BA
(161,184,186)
#8DA1A3
(141,161,163)
#798A8C
(121,138,140)
#657375
(101,115,117)
#515C5E
(81,92,94)
#3D4547
(61,69,71)
#292E30
(41,46,48)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #DDFDFF

#DDFDFF
(221,253,255)
#E0FDFF
(224,253,255)
#E3FDFF
(227,253,255)
#E6FDFF
(230,253,255)
#E9FDFF
(233,253,255)
#ECFDFF
(236,253,255)
#EFFDFF
(239,253,255)
#F2FDFF
(242,253,255)
#F5FDFF
(245,253,255)
#F8FDFF
(248,253,255)
#FBFDFF
(251,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFDFF; }

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

This text font color is #DDFDFF.

Background Color

.myBgColor { background-color: #DDFDFF; }

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

This div background color is #DDFDFF.

Border color

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

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

This div border color is #DDFDFF.

Opacity

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

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

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

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

This text has shadow with #DDFDFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDFDFF.

Preview

Color preview on black background

This text has color #DDFDFF on black background.


Color preview on white background

This text has color #DDFDFF on white background.


Black color preview on #DDFDFF background

This text has black color on #DDFDFF background.


White color preview on #DDFDFF background

This text has white color on #DDFDFF background.


Related colors

Complementary color

Complementary color for #hex is #220200.


I love getcolorcode.com

Triadic colors

1 #FFDDFD and #FDFFDD with #DDFDFF are triadic colors.

2 #FFFDDD and #FDDDFF with #DDFDFF are triadic colors.