COLOR #DDFECB

HEX: #DDFECB
RGB: (221,254,203)

Color info

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

RGB color model

#DDFECB color RGB value is (221,254,203).

  • red value is 221;
  • green value is 254;
  • blue value is 203.
RGB:
(221,254,203)
(87%,100%,80%)

RGB channels and saturation

R 221 of 255 = 87%
G 254 of 255 = 100%
B 203 of 255 = 80%

221
254
203

R + G + B ~ 89%. #DDFECB is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 254 + 203 = 678 (100%)
R 221 of 678 ~ 32.6%
G 254 of 678 ~ 37.46%
B 203 of 678 ~ 29.94%

%32.6
%37.46
%29.94

CMYK color model

#DDFECB color CMYK value is (13,0,20,0).

  • cyan value is 12.99%
  • magenta value is 0.00%
  • yellow value is 20.08%
  • key color value is 0.39%
CMYK:
(13,0,20,0)
C13M0Y20K0 
(13%,0%,20%,0%)
(0.13/0.00/0.20/0.00)	

CMYK percentages

%12.99
%0
%20.08
%0.39

Codes

Color #DDFECB in popluar color models

DDFECB
RGB221254203
HSL99°96.23%89.61%
HSB/HSV99°20.08%99.61%
CMYK12.99%0.00%20.08%
0.39%

Color #DDFECB in popluar number systems.

HEXDDFECB
Decimal221254203
Binary110111011111111011001011
Octal335376313

Shades and tints

Shades of #DDFECB

#DDFECB
(221,254,203)
#C9E7B9
(201,231,185)
#B5D0A7
(181,208,167)
#A1B995
(161,185,149)
#8DA283
(141,162,131)
#798B71
(121,139,113)
#65745F
(101,116,95)
#515D4D
(81,93,77)
#3D463B
(61,70,59)
#292F29
(41,47,41)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #DDFECB

#DDFECB
(221,254,203)
#E0FECF
(224,254,207)
#E3FED3
(227,254,211)
#E6FED7
(230,254,215)
#E9FEDB
(233,254,219)
#ECFEDF
(236,254,223)
#EFFEE3
(239,254,227)
#F2FEE7
(242,254,231)
#F5FEEB
(245,254,235)
#F8FEEF
(248,254,239)
#FBFEF3
(251,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDFECB color. Also use rgb(221,254,203) instead hex code.

Text Font Color

.myTextColor { color: #DDFECB; }

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

This text font color is #DDFECB.


Background Color

.myBgColor { background-color: #DDFECB; }

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

This div background color is #DDFECB.


Border color

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

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

This div border color is #DDFECB.


Opacity

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

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

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

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

This text has shadow with #DDFECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFECB on black background.


Color preview on white background

This text has color #DDFECB on white background.



Black color preview on #DDFECB background

This text has black color on #DDFECB background.


White color preview on #DDFECB background

This text has white color on #DDFECB background.