COLOR #DDF3EE

HEX: #DDF3EE
RGB: (221,243,238)

Color info

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

RGB color model

#DDF3EE color RGB value is (221,243,238).

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

RGB channels and saturation

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

221
243
238

R + G + B ~ 92%. #DDF3EE is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 243 + 238 = 702 (100%)
R 221 of 702 ~ 31.48%
G 243 of 702 ~ 34.62%
B 238 of 702 ~ 33.9%

%31.48
%34.62
%33.9

CMYK color model

#DDF3EE color CMYK value is (9,0,2,5).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 4.71%
CMYK:
(9,0,2,5)
C9M0Y2K5 
(9%,0%,2%,5%)
(0.09/0.00/0.02/0.05)	

CMYK percentages

%9.05
%0
%2.06
%4.71

Codes

Color #DDF3EE in popluar color models

DDF3EE
RGB221243238
HSL166°47.83%90.98%
HSB/HSV166°9.05%95.29%
CMYK9.05%0.00%2.06%
4.71%

Color #DDF3EE in popluar number systems.

HEXDDF3EE
Decimal221243238
Binary110111011111001111101110
Octal335363356

Shades and tints

Shades of #DDF3EE

#DDF3EE
(221,243,238)
#C9DDD9
(201,221,217)
#B5C7C4
(181,199,196)
#A1B1AF
(161,177,175)
#8D9B9A
(141,155,154)
#798585
(121,133,133)
#656F70
(101,111,112)
#51595B
(81,89,91)
#3D4346
(61,67,70)
#292D31
(41,45,49)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #DDF3EE

#DDF3EE
(221,243,238)
#E0F4EF
(224,244,239)
#E3F5F0
(227,245,240)
#E6F6F1
(230,246,241)
#E9F7F2
(233,247,242)
#ECF8F3
(236,248,243)
#EFF9F4
(239,249,244)
#F2FAF5
(242,250,245)
#F5FBF6
(245,251,246)
#F8FCF7
(248,252,247)
#FBFDF8
(251,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF3EE; }

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

This text font color is #DDF3EE.


Background Color

.myBgColor { background-color: #DDF3EE; }

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

This div background color is #DDF3EE.


Border color

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

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

This div border color is #DDF3EE.


Opacity

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

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

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

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

This text has shadow with #DDF3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF3EE on black background.


Color preview on white background

This text has color #DDF3EE on white background.



Black color preview on #DDF3EE background

This text has black color on #DDF3EE background.


White color preview on #DDF3EE background

This text has white color on #DDF3EE background.