COLOR #DDFBF9

HEX: #DDFBF9 RGB: (221,251,249)

Color info

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

RGB color model

#DDFBF9 color RGB value is (221,251,249).

RGB: (221,251,249) (87%, 98%, 98%)

RGB channels and saturation

R 221 of 255 = 87%
G 251 of 255 = 98%
B 249 of 255 = 98%

221
251
249

R + G + B ~ 94%. #DDFBF9 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 251 + 249 = 721 (100%)
R 221 of 721 ~ 30.65%
G 251 of 721 ~ 34.81%
B 249 of 721 ~ 34.54'%

%30.65
%34.81
%34.54

CMYK color model

#DDFBF9 color CMYK value is (12,0,1,2).

  • cyan value is 11.95%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 1.57%
CMYK: (12,0,1,2) C12M0Y1K2 (12%,0%,1%,2%) (0.12/0.00/0.01/0.02) 

CMYK percentages

%11.95
%0
%0.8
%1.57

Codes

Color #DDFBF9 in popluar color models

DD FB F9
RGB 221 251 249
HSL 176° 78.95% 92.55%
HSB/HSV 176° 11.95% 98.43%
CMYK 11.95% 0.00% 0.80%
1.57%

Color #DDFBF9 in popluar number systems.

HEX DD FB F9
Decimal 221 251 249
Binary 11011101 11111011 11111001
Octal 335 373 371

Shades and tints

Shades of #DDFBF9

#DDFBF9
(221,251,249)
#C9E5E3
(201,229,227)
#B5CFCD
(181,207,205)
#A1B9B7
(161,185,183)
#8DA3A1
(141,163,161)
#798D8B
(121,141,139)
#657775
(101,119,117)
#51615F
(81,97,95)
#3D4B49
(61,75,73)
#293533
(41,53,51)
#151F1D
(21,31,29)
#000000
(0,0,0)

Tints of #DDFBF9

#DDFBF9
(221,251,249)
#E0FBF9
(224,251,249)
#E3FBF9
(227,251,249)
#E6FBF9
(230,251,249)
#E9FBF9
(233,251,249)
#ECFBF9
(236,251,249)
#EFFBF9
(239,251,249)
#F2FBF9
(242,251,249)
#F5FBF9
(245,251,249)
#F8FBF9
(248,251,249)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFBF9; }

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

This text font color is #DDFBF9.

Background Color

.myBgColor { background-color: #DDFBF9; }

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

This div background color is #DDFBF9.

Border color

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

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

This div border color is #DDFBF9.

Opacity

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

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

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

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

This text has shadow with #DDFBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDFBF9.

Preview

Color preview on black background

This text has color #DDFBF9 on black background.


Color preview on white background

This text has color #DDFBF9 on white background.


Black color preview on #DDFBF9 background

This text has black color on #DDFBF9 background.


White color preview on #DDFBF9 background

This text has white color on #DDFBF9 background.


Related colors

Complementary color

Complementary color for #hex is #220406.


I love getcolorcode.com

Triadic colors

1 #F9DDFB and #FBF9DD with #DDFBF9 are triadic colors.

2 #F9FBDD and #FBDDF9 with #DDFBF9 are triadic colors.