COLOR #DDF8EB

HEX: #DDF8EB
RGB: (221,248,235)

Color info

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

RGB color model

#DDF8EB color RGB value is (221,248,235).

  • red value is 221;
  • green value is 248;
  • blue value is 235.
RGB:
(221,248,235)
(87%,97%,92%)

RGB channels and saturation

R 221 of 255 = 87%
G 248 of 255 = 97%
B 235 of 255 = 92%

221
248
235

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

Portions of RGB colors in percentages

R + G + B =
221 + 248 + 235 = 704 (100%)
R 221 of 704 ~ 31.39%
G 248 of 704 ~ 35.23%
B 235 of 704 ~ 33.38%

%31.39
%35.23
%33.38

CMYK color model

#DDF8EB color CMYK value is (11,0,5,3).

  • cyan value is 10.89%
  • magenta value is 0.00%
  • yellow value is 5.24%
  • key color value is 2.75%
CMYK:
(11,0,5,3)
C11M0Y5K3 
(11%,0%,5%,3%)
(0.11/0.00/0.05/0.03)	

CMYK percentages

%10.89
%0
%5.24
%2.75

Codes

Color #DDF8EB in popluar color models

DDF8EB
RGB221248235
HSL151°65.85%91.96%
HSB/HSV151°10.89%97.25%
CMYK10.89%0.00%5.24%
2.75%

Color #DDF8EB in popluar number systems.

HEXDDF8EB
Decimal221248235
Binary110111011111100011101011
Octal335370353

Shades and tints

Shades of #DDF8EB

#DDF8EB
(221,248,235)
#C9E2D6
(201,226,214)
#B5CCC1
(181,204,193)
#A1B6AC
(161,182,172)
#8DA097
(141,160,151)
#798A82
(121,138,130)
#65746D
(101,116,109)
#515E58
(81,94,88)
#3D4843
(61,72,67)
#29322E
(41,50,46)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #DDF8EB

#DDF8EB
(221,248,235)
#E0F8EC
(224,248,236)
#E3F8ED
(227,248,237)
#E6F8EE
(230,248,238)
#E9F8EF
(233,248,239)
#ECF8F0
(236,248,240)
#EFF8F1
(239,248,241)
#F2F8F2
(242,248,242)
#F5F8F3
(245,248,243)
#F8F8F4
(248,248,244)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF8EB; }

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

This text font color is #DDF8EB.


Background Color

.myBgColor { background-color: #DDF8EB; }

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

This div background color is #DDF8EB.


Border color

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

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

This div border color is #DDF8EB.


Opacity

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

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

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

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

This text has shadow with #DDF8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF8EB on black background.


Color preview on white background

This text has color #DDF8EB on white background.



Black color preview on #DDF8EB background

This text has black color on #DDF8EB background.


White color preview on #DDF8EB background

This text has white color on #DDF8EB background.