COLOR #DDEEEE

HEX: #DDEEEE RGB: (221,238,238)

Color info

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

RGB color model

#DDEEEE color RGB value is (221,238,238).

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

RGB channels and saturation

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

221
238
238

R + G + B ~ 91%. #DDEEEE is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 238 + 238 = 697 (100%)
R 221 of 697 ~ 31.71%
G 238 of 697 ~ 34.15%
B 238 of 697 ~ 34.15'%

%31.71
%34.15
%34.15

CMYK color model

#DDEEEE color CMYK value is (7,0,0,7).

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

CMYK: (7,0,0,7)
C7M0Y0K7 (7%, 0%, 0%, 7%)
(0.07 / 0.00 / 0.00 / 0.07)

CMYK percentages

%7.14
%0
%0
%6.67

Codes

Color #DDEEEE in popluar color models

DD EE EE
RGB 221 238 238
HSL 180° 33.33% 90.00%
HSB/HSV 180° 7.14% 93.33%
CMYK 7.14% 0.00% 0.00%
6.67%

Color #DDEEEE in popluar number systems.

HEX DD EE EE
Decimal 221 238 238
Binary 11011101 11101110 11101110
Octal 335 356 356

Shades and tints

Shades of #DDEEEE

#DDEEEE
(221,238,238)
#C9D9D9
(201,217,217)
#B5C4C4
(181,196,196)
#A1AFAF
(161,175,175)
#8D9A9A
(141,154,154)
#798585
(121,133,133)
#657070
(101,112,112)
#515B5B
(81,91,91)
#3D4646
(61,70,70)
#293131
(41,49,49)
#151C1C
(21,28,28)
#000000
(0,0,0)

Tints of #DDEEEE

#DDEEEE
(221,238,238)
#E0EFEF
(224,239,239)
#E3F0F0
(227,240,240)
#E6F1F1
(230,241,241)
#E9F2F2
(233,242,242)
#ECF3F3
(236,243,243)
#EFF4F4
(239,244,244)
#F2F5F5
(242,245,245)
#F5F6F6
(245,246,246)
#F8F7F7
(248,247,247)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEEEE; }

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

This text font color is #DDEEEE.

Background Color

.myBgColor { background-color: #DDEEEE; }

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

This div background color is #DDEEEE.

Border color

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

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

This div border color is #DDEEEE.

Opacity

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

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

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

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

This text has shadow with #DDEEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEEEE.

Preview

Color preview on black background

This text has color #DDEEEE on black background.


Color preview on white background

This text has color #DDEEEE on white background.


Black color preview on #DDEEEE background

This text has black color on #DDEEEE background.


White color preview on #DDEEEE background

This text has white color on #DDEEEE background.


Related colors

Complementary color

Complementary color for #hex is #221111.


I love getcolorcode.com