COLOR #DDFEE9

HEX: #DDFEE9
RGB: (221,254,233)

Color info

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

RGB color model

#DDFEE9 color RGB value is (221,254,233).

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

RGB channels and saturation

R 221 of 255 = 87%
G 254 of 255 = 100%
B 233 of 255 = 91%

221
254
233

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

Portions of RGB colors in percentages

R + G + B =
221 + 254 + 233 = 708 (100%)
R 221 of 708 ~ 31.21%
G 254 of 708 ~ 35.88%
B 233 of 708 ~ 32.91%

%31.21
%35.88
%32.91

CMYK color model

#DDFEE9 color CMYK value is (13,0,8,0).

  • cyan value is 12.99%
  • magenta value is 0.00%
  • yellow value is 8.27%
  • key color value is 0.39%
CMYK:
(13,0,8,0)
C13M0Y8K0 
(13%,0%,8%,0%)
(0.13/0.00/0.08/0.00)	

CMYK percentages

%12.99
%0
%8.27
%0.39

Codes

Color #DDFEE9 in popluar color models

DDFEE9
RGB221254233
HSL142°94.29%93.14%
HSB/HSV142°12.99%99.61%
CMYK12.99%0.00%8.27%
0.39%

Color #DDFEE9 in popluar number systems.

HEXDDFEE9
Decimal221254233
Binary110111011111111011101001
Octal335376351

Shades and tints

Shades of #DDFEE9

#DDFEE9
(221,254,233)
#C9E7D4
(201,231,212)
#B5D0BF
(181,208,191)
#A1B9AA
(161,185,170)
#8DA295
(141,162,149)
#798B80
(121,139,128)
#65746B
(101,116,107)
#515D56
(81,93,86)
#3D4641
(61,70,65)
#292F2C
(41,47,44)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #DDFEE9

#DDFEE9
(221,254,233)
#E0FEEB
(224,254,235)
#E3FEED
(227,254,237)
#E6FEEF
(230,254,239)
#E9FEF1
(233,254,241)
#ECFEF3
(236,254,243)
#EFFEF5
(239,254,245)
#F2FEF7
(242,254,247)
#F5FEF9
(245,254,249)
#F8FEFB
(248,254,251)
#FBFEFD
(251,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFEE9; }

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

This text font color is #DDFEE9.


Background Color

.myBgColor { background-color: #DDFEE9; }

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

This div background color is #DDFEE9.


Border color

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

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

This div border color is #DDFEE9.


Opacity

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

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

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

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

This text has shadow with #DDFEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFEE9 on black background.


Color preview on white background

This text has color #DDFEE9 on white background.



Black color preview on #DDFEE9 background

This text has black color on #DDFEE9 background.


White color preview on #DDFEE9 background

This text has white color on #DDFEE9 background.