COLOR #DDF18C

HEX: #DDF18C RGB: (221,241,140)

Color info

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

RGB color model

#DDF18C color RGB value is (221,241,140).

RGB: (221,241,140) (87%, 95%, 55%)

RGB channels and saturation

R 221 of 255 = 87%
G 241 of 255 = 95%
B 140 of 255 = 55%

221
241
140

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

Portions of RGB colors in percentages

R + G + B = 221 + 241 + 140 = 602 (100%)
R 221 of 602 ~ 36.71%
G 241 of 602 ~ 40.03%
B 140 of 602 ~ 23.26'%

%36.71
%40.03
%23.26

CMYK color model

#DDF18C color CMYK value is (8,0,42,5).

  • cyan value is 8.30%
  • magenta value is 0.00%
  • yellow value is 41.91%
  • key color value is 5.49%

CMYK: (8,0,42,5)
C8M0Y42K5 (8%, 0%, 42%, 5%)
(0.08 / 0.00 / 0.42 / 0.05)

CMYK percentages

%8.3
%0
%41.91
%5.49

Codes

Color #DDF18C in popluar color models

DD F1 8C
RGB 221 241 140
HSL 72° 78.29% 74.71%
HSB/HSV 72° 41.91% 94.51%
CMYK 8.30% 0.00% 41.91%
5.49%

Color #DDF18C in popluar number systems.

HEX DD F1 8C
Decimal 221 241 140
Binary 11011101 11110001 10001100
Octal 335 361 214

Shades and tints

Shades of #DDF18C

#DDF18C
(221,241,140)
#C9DC80
(201,220,128)
#B5C774
(181,199,116)
#A1B268
(161,178,104)
#8D9D5C
(141,157,92)
#798850
(121,136,80)
#657344
(101,115,68)
#515E38
(81,94,56)
#3D492C
(61,73,44)
#293420
(41,52,32)
#151F14
(21,31,20)
#000000
(0,0,0)

Tints of #DDF18C

#DDF18C
(221,241,140)
#E0F296
(224,242,150)
#E3F3A0
(227,243,160)
#E6F4AA
(230,244,170)
#E9F5B4
(233,245,180)
#ECF6BE
(236,246,190)
#EFF7C8
(239,247,200)
#F2F8D2
(242,248,210)
#F5F9DC
(245,249,220)
#F8FAE6
(248,250,230)
#FBFBF0
(251,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF18C; }

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

This text font color is #DDF18C.

Background Color

.myBgColor { background-color: #DDF18C; }

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

This div background color is #DDF18C.

Border color

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

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

This div border color is #DDF18C.

Opacity

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

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

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

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

This text has shadow with #DDF18C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF18C.

Preview

Color preview on black background

This text has color #DDF18C on black background.


Color preview on white background

This text has color #DDF18C on white background.


Black color preview on #DDF18C background

This text has black color on #DDF18C background.


White color preview on #DDF18C background

This text has white color on #DDF18C background.


Related colors

Complementary color

Complementary color for #hex is #220E73.


I love getcolorcode.com

Triadic colors

1 #8CDDF1 and #F18CDD with #DDF18C are triadic colors.

2 #8CF1DD and #F1DD8C with #DDF18C are triadic colors.