COLOR #DDFADA

HEX: #DDFADA
RGB: (221,250,218)

Color info

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

RGB color model

#DDFADA color RGB value is (221,250,218).

  • red value is 221;
  • green value is 250;
  • blue value is 218.
RGB:
(221,250,218)
(87%,98%,85%)

RGB channels and saturation

R 221 of 255 = 87%
G 250 of 255 = 98%
B 218 of 255 = 85%

221
250
218

R + G + B ~ 90%. #DDFADA is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 250 + 218 = 689 (100%)
R 221 of 689 ~ 32.08%
G 250 of 689 ~ 36.28%
B 218 of 689 ~ 31.64%

%32.08
%36.28
%31.64

CMYK color model

#DDFADA color CMYK value is (12,0,13,2).

  • cyan value is 11.60%
  • magenta value is 0.00%
  • yellow value is 12.80%
  • key color value is 1.96%
CMYK:
(12,0,13,2)
C12M0Y13K2 
(12%,0%,13%,2%)
(0.12/0.00/0.13/0.02)	

CMYK percentages

%11.6
%0
%12.8
%1.96

Codes

Color #DDFADA in popluar color models

DDFADA
RGB221250218
HSL114°76.19%91.76%
HSB/HSV114°12.80%98.04%
CMYK11.60%0.00%12.80%
1.96%

Color #DDFADA in popluar number systems.

HEXDDFADA
Decimal221250218
Binary110111011111101011011010
Octal335372332

Shades and tints

Shades of #DDFADA

#DDFADA
(221,250,218)
#C9E4C7
(201,228,199)
#B5CEB4
(181,206,180)
#A1B8A1
(161,184,161)
#8DA28E
(141,162,142)
#798C7B
(121,140,123)
#657668
(101,118,104)
#516055
(81,96,85)
#3D4A42
(61,74,66)
#29342F
(41,52,47)
#151E1C
(21,30,28)
#000000
(0,0,0)

Tints of #DDFADA

#DDFADA
(221,250,218)
#E0FADD
(224,250,221)
#E3FAE0
(227,250,224)
#E6FAE3
(230,250,227)
#E9FAE6
(233,250,230)
#ECFAE9
(236,250,233)
#EFFAEC
(239,250,236)
#F2FAEF
(242,250,239)
#F5FAF2
(245,250,242)
#F8FAF5
(248,250,245)
#FBFAF8
(251,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDFADA color. Also use rgb(221,250,218) instead hex code.

Text Font Color

.myTextColor { color: #DDFADA; }

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

This text font color is #DDFADA.


Background Color

.myBgColor { background-color: #DDFADA; }

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

This div background color is #DDFADA.


Border color

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

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

This div border color is #DDFADA.


Opacity

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

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

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

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

This text has shadow with #DDFADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFADA on black background.


Color preview on white background

This text has color #DDFADA on white background.



Black color preview on #DDFADA background

This text has black color on #DDFADA background.


White color preview on #DDFADA background

This text has white color on #DDFADA background.