COLOR #DDF1D3

HEX: #DDF1D3
RGB: (221,241,211)

Color info

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

RGB color model

#DDF1D3 color RGB value is (221,241,211).

  • red value is 221;
  • green value is 241;
  • blue value is 211.
RGB:
(221,241,211)
(87%,95%,83%)

RGB channels and saturation

R 221 of 255 = 87%
G 241 of 255 = 95%
B 211 of 255 = 83%

221
241
211

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

Portions of RGB colors in percentages

R + G + B =
221 + 241 + 211 = 673 (100%)
R 221 of 673 ~ 32.84%
G 241 of 673 ~ 35.81%
B 211 of 673 ~ 31.35%

%32.84
%35.81
%31.35

CMYK color model

#DDF1D3 color CMYK value is (8,0,12,5).

  • cyan value is 8.30%
  • magenta value is 0.00%
  • yellow value is 12.45%
  • key color value is 5.49%
CMYK:
(8,0,12,5)
C8M0Y12K5 
(8%,0%,12%,5%)
(0.08/0.00/0.12/0.05)	

CMYK percentages

%8.3
%0
%12.45
%5.49

Codes

Color #DDF1D3 in popluar color models

DDF1D3
RGB221241211
HSL100°51.72%88.63%
HSB/HSV100°12.45%94.51%
CMYK8.30%0.00%12.45%
5.49%

Color #DDF1D3 in popluar number systems.

HEXDDF1D3
Decimal221241211
Binary110111011111000111010011
Octal335361323

Shades and tints

Shades of #DDF1D3

#DDF1D3
(221,241,211)
#C9DCC0
(201,220,192)
#B5C7AD
(181,199,173)
#A1B29A
(161,178,154)
#8D9D87
(141,157,135)
#798874
(121,136,116)
#657361
(101,115,97)
#515E4E
(81,94,78)
#3D493B
(61,73,59)
#293428
(41,52,40)
#151F15
(21,31,21)
#000000
(0,0,0)

Tints of #DDF1D3

#DDF1D3
(221,241,211)
#E0F2D7
(224,242,215)
#E3F3DB
(227,243,219)
#E6F4DF
(230,244,223)
#E9F5E3
(233,245,227)
#ECF6E7
(236,246,231)
#EFF7EB
(239,247,235)
#F2F8EF
(242,248,239)
#F5F9F3
(245,249,243)
#F8FAF7
(248,250,247)
#FBFBFB
(251,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF1D3 color. Also use rgb(221,241,211) instead hex code.

Text Font Color

.myTextColor { color: #DDF1D3; }

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

This text font color is #DDF1D3.


Background Color

.myBgColor { background-color: #DDF1D3; }

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

This div background color is #DDF1D3.


Border color

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

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

This div border color is #DDF1D3.


Opacity

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

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

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

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

This text has shadow with #DDF1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF1D3 on black background.


Color preview on white background

This text has color #DDF1D3 on white background.



Black color preview on #DDF1D3 background

This text has black color on #DDF1D3 background.


White color preview on #DDF1D3 background

This text has white color on #DDF1D3 background.