COLOR #DDFDE0

HEX: #DDFDE0
RGB: (221,253,224)

Color info

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

RGB color model

#DDFDE0 color RGB value is (221,253,224).

  • red value is 221;
  • green value is 253;
  • blue value is 224.
RGB:
(221,253,224)
(87%,99%,88%)

RGB channels and saturation

R 221 of 255 = 87%
G 253 of 255 = 99%
B 224 of 255 = 88%

221
253
224

R + G + B ~ 91%. #DDFDE0 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 253 + 224 = 698 (100%)
R 221 of 698 ~ 31.66%
G 253 of 698 ~ 36.25%
B 224 of 698 ~ 32.09%

%31.66
%36.25
%32.09

CMYK color model

#DDFDE0 color CMYK value is (13,0,11,1).

  • cyan value is 12.65%
  • magenta value is 0.00%
  • yellow value is 11.46%
  • key color value is 0.78%
CMYK:
(13,0,11,1)
C13M0Y11K1 
(13%,0%,11%,1%)
(0.13/0.00/0.11/0.01)	

CMYK percentages

%12.65
%0
%11.46
%0.78

Codes

Color #DDFDE0 in popluar color models

DDFDE0
RGB221253224
HSL126°88.89%92.94%
HSB/HSV126°12.65%99.22%
CMYK12.65%0.00%11.46%
0.78%

Color #DDFDE0 in popluar number systems.

HEXDDFDE0
Decimal221253224
Binary110111011111110111100000
Octal335375340

Shades and tints

Shades of #DDFDE0

#DDFDE0
(221,253,224)
#C9E6CC
(201,230,204)
#B5CFB8
(181,207,184)
#A1B8A4
(161,184,164)
#8DA190
(141,161,144)
#798A7C
(121,138,124)
#657368
(101,115,104)
#515C54
(81,92,84)
#3D4540
(61,69,64)
#292E2C
(41,46,44)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #DDFDE0

#DDFDE0
(221,253,224)
#E0FDE2
(224,253,226)
#E3FDE4
(227,253,228)
#E6FDE6
(230,253,230)
#E9FDE8
(233,253,232)
#ECFDEA
(236,253,234)
#EFFDEC
(239,253,236)
#F2FDEE
(242,253,238)
#F5FDF0
(245,253,240)
#F8FDF2
(248,253,242)
#FBFDF4
(251,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDFDE0 color. Also use rgb(221,253,224) instead hex code.

Text Font Color

.myTextColor { color: #DDFDE0; }

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

This text font color is #DDFDE0.


Background Color

.myBgColor { background-color: #DDFDE0; }

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

This div background color is #DDFDE0.


Border color

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

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

This div border color is #DDFDE0.


Opacity

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

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

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

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

This text has shadow with #DDFDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFDE0 on black background.


Color preview on white background

This text has color #DDFDE0 on white background.



Black color preview on #DDFDE0 background

This text has black color on #DDFDE0 background.


White color preview on #DDFDE0 background

This text has white color on #DDFDE0 background.