COLOR #DDF28D

HEX: #DDF28D
RGB: (221,242,141)

Color info

#DDF28D contains mainly red and green colors. Web safe color of #DDF28D is #CCFF99 (or #CF9).

RGB color model

#DDF28D color RGB value is (221,242,141).

  • red value is 221;
  • green value is 242;
  • blue value is 141.
RGB:
(221,242,141)
(87%,95%,55%)

RGB channels and saturation

R 221 of 255 = 87%
G 242 of 255 = 95%
B 141 of 255 = 55%

221
242
141

R + G + B ~ 79%. #DDF28D is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 242 + 141 = 604 (100%)
R 221 of 604 ~ 36.59%
G 242 of 604 ~ 40.07%
B 141 of 604 ~ 23.34%

%36.59
%40.07
%23.34

CMYK color model

#DDF28D color CMYK value is (9,0,42,5).

  • cyan value is 8.68%
  • magenta value is 0.00%
  • yellow value is 41.74%
  • key color value is 5.10%
CMYK:
(9,0,42,5)
C9M0Y42K5 
(9%,0%,42%,5%)
(0.09/0.00/0.42/0.05)	

CMYK percentages

%8.68
%0
%41.74
%5.1

Codes

Color #DDF28D in popluar color models

DDF28D
RGB221242141
HSL72°79.53%75.10%
HSB/HSV72°41.74%94.90%
CMYK8.68%0.00%41.74%
5.10%

Color #DDF28D in popluar number systems.

HEXDDF28D
Decimal221242141
Binary110111011111001010001101
Octal335362215

Shades and tints

Shades of #DDF28D

#DDF28D
(221,242,141)
#C9DC81
(201,220,129)
#B5C675
(181,198,117)
#A1B069
(161,176,105)
#8D9A5D
(141,154,93)
#798451
(121,132,81)
#656E45
(101,110,69)
#515839
(81,88,57)
#3D422D
(61,66,45)
#292C21
(41,44,33)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #DDF28D

#DDF28D
(221,242,141)
#E0F397
(224,243,151)
#E3F4A1
(227,244,161)
#E6F5AB
(230,245,171)
#E9F6B5
(233,246,181)
#ECF7BF
(236,247,191)
#EFF8C9
(239,248,201)
#F2F9D3
(242,249,211)
#F5FADD
(245,250,221)
#F8FBE7
(248,251,231)
#FBFCF1
(251,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF28D color. Also use rgb(221,242,141) instead hex code.

Text Font Color

.myTextColor { color: #DDF28D; }

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

This text font color is #DDF28D.


Background Color

.myBgColor { background-color: #DDF28D; }

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

This div background color is #DDF28D.


Border color

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

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

This div border color is #DDF28D.


Opacity

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

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

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

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

This text has shadow with #DDF28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF28D on black background.


Color preview on white background

This text has color #DDF28D on white background.



Black color preview on #DDF28D background

This text has black color on #DDF28D background.


White color preview on #DDF28D background

This text has white color on #DDF28D background.