COLOR #DDFEF9

HEX: #DDFEF9
RGB: (221,254,249)

Color info

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

RGB color model

#DDFEF9 color RGB value is (221,254,249).

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

RGB channels and saturation

R 221 of 255 = 87%
G 254 of 255 = 100%
B 249 of 255 = 98%

221
254
249

R + G + B ~ 95%. #DDFEF9 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 254 + 249 = 724 (100%)
R 221 of 724 ~ 30.52%
G 254 of 724 ~ 35.08%
B 249 of 724 ~ 34.39%

%30.52
%35.08
%34.39

CMYK color model

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

  • cyan value is 12.99%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • key color value is 0.39%
CMYK:
(13,0,2,0)
C13M0Y2K0 
(13%,0%,2%,0%)
(0.13/0.00/0.02/0.00)	

CMYK percentages

%12.99
%0
%1.97
%0.39

Codes

Color #DDFEF9 in popluar color models

DDFEF9
RGB221254249
HSL171°94.29%93.14%
HSB/HSV171°12.99%99.61%
CMYK12.99%0.00%1.97%
0.39%

Color #DDFEF9 in popluar number systems.

HEXDDFEF9
Decimal221254249
Binary110111011111111011111001
Octal335376371

Shades and tints

Shades of #DDFEF9

#DDFEF9
(221,254,249)
#C9E7E3
(201,231,227)
#B5D0CD
(181,208,205)
#A1B9B7
(161,185,183)
#8DA2A1
(141,162,161)
#798B8B
(121,139,139)
#657475
(101,116,117)
#515D5F
(81,93,95)
#3D4649
(61,70,73)
#292F33
(41,47,51)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #DDFEF9

#DDFEF9
(221,254,249)
#E0FEF9
(224,254,249)
#E3FEF9
(227,254,249)
#E6FEF9
(230,254,249)
#E9FEF9
(233,254,249)
#ECFEF9
(236,254,249)
#EFFEF9
(239,254,249)
#F2FEF9
(242,254,249)
#F5FEF9
(245,254,249)
#F8FEF9
(248,254,249)
#FBFEF9
(251,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFEF9; }

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

This text font color is #DDFEF9.


Background Color

.myBgColor { background-color: #DDFEF9; }

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

This div background color is #DDFEF9.


Border color

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

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

This div border color is #DDFEF9.


Opacity

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

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

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

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

This text has shadow with #DDFEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFEF9 on black background.


Color preview on white background

This text has color #DDFEF9 on white background.



Black color preview on #DDFEF9 background

This text has black color on #DDFEF9 background.


White color preview on #DDFEF9 background

This text has white color on #DDFEF9 background.