COLOR #DDF8CE

HEX: #DDF8CE RGB: (221,248,206)

Color info

#DDF8CE contains red, green and blue colors in about the same proportion. Web safe color of #DDF8CE is #CCFFCC (or #CFC).

RGB color model

#DDF8CE color RGB value is (221,248,206).

RGB: (221,248,206) (87%, 97%, 81%)

RGB channels and saturation

R 221 of 255 = 87%
G 248 of 255 = 97%
B 206 of 255 = 81%

221
248
206

R + G + B ~ 88%. #DDF8CE is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 248 + 206 = 675 (100%)
R 221 of 675 ~ 32.74%
G 248 of 675 ~ 36.74%
B 206 of 675 ~ 30.52'%

%32.74
%36.74
%30.52

CMYK color model

#DDF8CE color CMYK value is (11,0,17,3).

  • cyan value is 10.89%
  • magenta value is 0.00%
  • yellow value is 16.94%
  • key color value is 2.75%

CMYK: (11,0,17,3)
C11M0Y17K3 (11%, 0%, 17%, 3%)
(0.11 / 0.00 / 0.17 / 0.03)

CMYK percentages

%10.89
%0
%16.94
%2.75

Codes

Color #DDF8CE in popluar color models

DD F8 CE
RGB 221 248 206
HSL 99° 75.00% 89.02%
HSB/HSV 99° 16.94% 97.25%
CMYK 10.89% 0.00% 16.94%
2.75%

Color #DDF8CE in popluar number systems.

HEX DD F8 CE
Decimal 221 248 206
Binary 11011101 11111000 11001110
Octal 335 370 316

Shades and tints

Shades of #DDF8CE

#DDF8CE
(221,248,206)
#C9E2BC
(201,226,188)
#B5CCAA
(181,204,170)
#A1B698
(161,182,152)
#8DA086
(141,160,134)
#798A74
(121,138,116)
#657462
(101,116,98)
#515E50
(81,94,80)
#3D483E
(61,72,62)
#29322C
(41,50,44)
#151C1A
(21,28,26)
#000000
(0,0,0)

Tints of #DDF8CE

#DDF8CE
(221,248,206)
#E0F8D2
(224,248,210)
#E3F8D6
(227,248,214)
#E6F8DA
(230,248,218)
#E9F8DE
(233,248,222)
#ECF8E2
(236,248,226)
#EFF8E6
(239,248,230)
#F2F8EA
(242,248,234)
#F5F8EE
(245,248,238)
#F8F8F2
(248,248,242)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF8CE; }

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

This text font color is #DDF8CE.

Background Color

.myBgColor { background-color: #DDF8CE; }

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

This div background color is #DDF8CE.

Border color

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

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

This div border color is #DDF8CE.

Opacity

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

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

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

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

This text has shadow with #DDF8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF8CE.

Preview

Color preview on black background

This text has color #DDF8CE on black background.


Color preview on white background

This text has color #DDF8CE on white background.


Black color preview on #DDF8CE background

This text has black color on #DDF8CE background.


White color preview on #DDF8CE background

This text has white color on #DDF8CE background.


Related colors

Complementary color

Complementary color for #hex is #220731.


I love getcolorcode.com

Triadic colors

1 #CEDDF8 and #F8CEDD with #DDF8CE are triadic colors.

2 #CEF8DD and #F8DDCE with #DDF8CE are triadic colors.