COLOR #DDFEEC

HEX: #DDFEEC
RGB: (221,254,236)

Color info

#DDFEEC contains red, green and blue colors in about the same proportion. Web safe color of #DDFEEC is #CCFFFF (or #CFF).

RGB color model

#DDFEEC color RGB value is (221,254,236).

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

RGB channels and saturation

R 221 of 255 = 87%
G 254 of 255 = 100%
B 236 of 255 = 93%

221
254
236

R + G + B ~ 93%. #DDFEEC is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 254 + 236 = 711 (100%)
R 221 of 711 ~ 31.08%
G 254 of 711 ~ 35.72%
B 236 of 711 ~ 33.19%

%31.08
%35.72
%33.19

CMYK color model

#DDFEEC color CMYK value is (13,0,7,0).

  • cyan value is 12.99%
  • magenta value is 0.00%
  • yellow value is 7.09%
  • key color value is 0.39%
CMYK:
(13,0,7,0)
C13M0Y7K0 
(13%,0%,7%,0%)
(0.13/0.00/0.07/0.00)	

CMYK percentages

%12.99
%0
%7.09
%0.39

Codes

Color #DDFEEC in popluar color models

DDFEEC
RGB221254236
HSL147°94.29%93.14%
HSB/HSV147°12.99%99.61%
CMYK12.99%0.00%7.09%
0.39%

Color #DDFEEC in popluar number systems.

HEXDDFEEC
Decimal221254236
Binary110111011111111011101100
Octal335376354

Shades and tints

Shades of #DDFEEC

#DDFEEC
(221,254,236)
#C9E7D7
(201,231,215)
#B5D0C2
(181,208,194)
#A1B9AD
(161,185,173)
#8DA298
(141,162,152)
#798B83
(121,139,131)
#65746E
(101,116,110)
#515D59
(81,93,89)
#3D4644
(61,70,68)
#292F2F
(41,47,47)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #DDFEEC

#DDFEEC
(221,254,236)
#E0FEED
(224,254,237)
#E3FEEE
(227,254,238)
#E6FEEF
(230,254,239)
#E9FEF0
(233,254,240)
#ECFEF1
(236,254,241)
#EFFEF2
(239,254,242)
#F2FEF3
(242,254,243)
#F5FEF4
(245,254,244)
#F8FEF5
(248,254,245)
#FBFEF6
(251,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFEEC; }

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

This text font color is #DDFEEC.


Background Color

.myBgColor { background-color: #DDFEEC; }

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

This div background color is #DDFEEC.


Border color

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

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

This div border color is #DDFEEC.


Opacity

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

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

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

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

This text has shadow with #DDFEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFEEC on black background.


Color preview on white background

This text has color #DDFEEC on white background.



Black color preview on #DDFEEC background

This text has black color on #DDFEEC background.


White color preview on #DDFEEC background

This text has white color on #DDFEEC background.