COLOR #DDF0EE

HEX: #DDF0EE
RGB: (221,240,238)

Color info

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

RGB color model

#DDF0EE color RGB value is (221,240,238).

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

RGB channels and saturation

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

221
240
238

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

Portions of RGB colors in percentages

R + G + B =
221 + 240 + 238 = 699 (100%)
R 221 of 699 ~ 31.62%
G 240 of 699 ~ 34.33%
B 238 of 699 ~ 34.05%

%31.62
%34.33
%34.05

CMYK color model

#DDF0EE color CMYK value is (8,0,1,6).

  • cyan value is 7.92%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.88%
CMYK:
(8,0,1,6)
C8M0Y1K6 
(8%,0%,1%,6%)
(0.08/0.00/0.01/0.06)	

CMYK percentages

%7.92
%0
%0.83
%5.88

Codes

Color #DDF0EE in popluar color models

DDF0EE
RGB221240238
HSL174°38.78%90.39%
HSB/HSV174°7.92%94.12%
CMYK7.92%0.00%0.83%
5.88%

Color #DDF0EE in popluar number systems.

HEXDDF0EE
Decimal221240238
Binary110111011111000011101110
Octal335360356

Shades and tints

Shades of #DDF0EE

#DDF0EE
(221,240,238)
#C9DBD9
(201,219,217)
#B5C6C4
(181,198,196)
#A1B1AF
(161,177,175)
#8D9C9A
(141,156,154)
#798785
(121,135,133)
#657270
(101,114,112)
#515D5B
(81,93,91)
#3D4846
(61,72,70)
#293331
(41,51,49)
#151E1C
(21,30,28)
#000000
(0,0,0)

Tints of #DDF0EE

#DDF0EE
(221,240,238)
#E0F1EF
(224,241,239)
#E3F2F0
(227,242,240)
#E6F3F1
(230,243,241)
#E9F4F2
(233,244,242)
#ECF5F3
(236,245,243)
#EFF6F4
(239,246,244)
#F2F7F5
(242,247,245)
#F5F8F6
(245,248,246)
#F8F9F7
(248,249,247)
#FBFAF8
(251,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF0EE; }

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

This text font color is #DDF0EE.


Background Color

.myBgColor { background-color: #DDF0EE; }

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

This div background color is #DDF0EE.


Border color

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

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

This div border color is #DDF0EE.


Opacity

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

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

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

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

This text has shadow with #DDF0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF0EE on black background.


Color preview on white background

This text has color #DDF0EE on white background.



Black color preview on #DDF0EE background

This text has black color on #DDF0EE background.


White color preview on #DDF0EE background

This text has white color on #DDF0EE background.