COLOR #DDFFEE

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

Color info

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

RGB color model

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

  • red value is 221;
  • green value is 255;
  • blue value is 238.
RGB:
(221,255,238)
(87%,100%,93%)

RGB channels and saturation

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

221
255
238

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

Portions of RGB colors in percentages

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

%30.95
%35.71
%33.33

CMYK color model

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

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(13,0,7,0)
C13M0Y7K0 
(13%,0%,7%,0%)
(0.13/0.00/0.07/0.00)	

CMYK percentages

%13.33
%0
%6.67
%0

Codes

Color #DDFFEE in popluar color models

DDFFEE
RGB221255238
HSL150°100.00%93.33%
HSB/HSV150°13.33%100.00%
CMYK13.33%0.00%6.67%
0.00%

Color #DDFFEE in popluar number systems.

HEXDDFFEE
Decimal221255238
Binary110111011111111111101110
Octal335377356

Shades and tints

Shades of #DDFFEE

#DDFFEE
(221,255,238)
#C9E8D9
(201,232,217)
#B5D1C4
(181,209,196)
#A1BAAF
(161,186,175)
#8DA39A
(141,163,154)
#798C85
(121,140,133)
#657570
(101,117,112)
#515E5B
(81,94,91)
#3D4746
(61,71,70)
#293031
(41,48,49)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #DDFFEE

#DDFFEE
(221,255,238)
#E0FFEF
(224,255,239)
#E3FFF0
(227,255,240)
#E6FFF1
(230,255,241)
#E9FFF2
(233,255,242)
#ECFFF3
(236,255,243)
#EFFFF4
(239,255,244)
#F2FFF5
(242,255,245)
#F5FFF6
(245,255,246)
#F8FFF7
(248,255,247)
#FBFFF8
(251,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFFEE; }

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

This text font color is #DDFFEE.


Background Color

.myBgColor { background-color: #DDFFEE; }

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

This div background color is #DDFFEE.


Border color

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

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

This div border color is #DDFFEE.


Opacity

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

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

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

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

This text has shadow with #DDFFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFFEE on black background.


Color preview on white background

This text has color #DDFFEE on white background.



Black color preview on #DDFFEE background

This text has black color on #DDFFEE background.


White color preview on #DDFFEE background

This text has white color on #DDFFEE background.