COLOR #DDEEFF

HEX: #DDEEFF RGB: (221,238,255)

Color info

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

RGB color model

#DDEEFF color RGB value is (221,238,255).

RGB: (221,238,255) (87%, 93%, 100%)

RGB channels and saturation

R 221 of 255 = 87%
G 238 of 255 = 93%
B 255 of 255 = 100%

221
238
255

R + G + B ~ 93%. #DDEEFF is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 238 + 255 = 714 (100%)
R 221 of 714 ~ 30.95%
G 238 of 714 ~ 33.33%
B 255 of 714 ~ 35.71'%

%30.95
%33.33
%35.71

CMYK color model

#DDEEFF color CMYK value is (13,7,0,0).

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

CMYK: (13,7,0,0)
C13M7Y0K0 (13%, 7%, 0%, 0%)
(0.13 / 0.07 / 0.00 / 0.00)

CMYK percentages

%13.33
%6.67
%0
%0

Codes

Color #DDEEFF in popluar color models

DD EE FF
RGB 221 238 255
HSL 210° 100.00% 93.33%
HSB/HSV 210° 13.33% 100.00%
CMYK 13.33% 6.67% 0.00%
0.00%

Color #DDEEFF in popluar number systems.

HEX DD EE FF
Decimal 221 238 255
Binary 11011101 11101110 11111111
Octal 335 356 377

Shades and tints

Shades of #DDEEFF

#DDEEFF
(221,238,255)
#C9D9E8
(201,217,232)
#B5C4D1
(181,196,209)
#A1AFBA
(161,175,186)
#8D9AA3
(141,154,163)
#79858C
(121,133,140)
#657075
(101,112,117)
#515B5E
(81,91,94)
#3D4647
(61,70,71)
#293130
(41,49,48)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #DDEEFF

#DDEEFF
(221,238,255)
#E0EFFF
(224,239,255)
#E3F0FF
(227,240,255)
#E6F1FF
(230,241,255)
#E9F2FF
(233,242,255)
#ECF3FF
(236,243,255)
#EFF4FF
(239,244,255)
#F2F5FF
(242,245,255)
#F5F6FF
(245,246,255)
#F8F7FF
(248,247,255)
#FBF8FF
(251,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEEFF; }

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

This text font color is #DDEEFF.

Background Color

.myBgColor { background-color: #DDEEFF; }

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

This div background color is #DDEEFF.

Border color

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

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

This div border color is #DDEEFF.

Opacity

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

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

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

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

This text has shadow with #DDEEFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEEFF.

Preview

Color preview on black background

This text has color #DDEEFF on black background.


Color preview on white background

This text has color #DDEEFF on white background.


Black color preview on #DDEEFF background

This text has black color on #DDEEFF background.


White color preview on #DDEEFF background

This text has white color on #DDEEFF background.


Related colors

Complementary color

Complementary color for #hex is #221100.


I love getcolorcode.com

Triadic colors

1 #FFDDEE and #EEFFDD with #DDEEFF are triadic colors.

2 #FFEEDD and #EEDDFF with #DDEEFF are triadic colors.