COLOR #DFFDF9

HEX: #DFFDF9 RGB: (223,253,249)

Color info

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

RGB color model

#DFFDF9 color RGB value is (223,253,249).

RGB: (223,253,249) (87%, 99%, 98%)

RGB channels and saturation

R 223 of 255 = 87%
G 253 of 255 = 99%
B 249 of 255 = 98%

223
253
249

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

Portions of RGB colors in percentages

R + G + B = 223 + 253 + 249 = 725 (100%)
R 223 of 725 ~ 30.76%
G 253 of 725 ~ 34.9%
B 249 of 725 ~ 34.34'%

%30.76
%34.9
%34.34

CMYK color model

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

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 1.58%
  • key color value is 0.78%

CMYK: (12,0,2,1)
C12M0Y2K1 (12%, 0%, 2%, 1%)
(0.12 / 0.00 / 0.02 / 0.01)

CMYK percentages

%11.86
%0
%1.58
%0.78

Codes

Color #DFFDF9 in popluar color models

DF FD F9
RGB 223 253 249
HSL 172° 88.24% 93.33%
HSB/HSV 172° 11.86% 99.22%
CMYK 11.86% 0.00% 1.58%
0.78%

Color #DFFDF9 in popluar number systems.

HEX DF FD F9
Decimal 223 253 249
Binary 11011111 11111101 11111001
Octal 337 375 371

Shades and tints

Shades of #DFFDF9

#DFFDF9
(223,253,249)
#CBE6E3
(203,230,227)
#B7CFCD
(183,207,205)
#A3B8B7
(163,184,183)
#8FA1A1
(143,161,161)
#7B8A8B
(123,138,139)
#677375
(103,115,117)
#535C5F
(83,92,95)
#3F4549
(63,69,73)
#2B2E33
(43,46,51)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #DFFDF9

#DFFDF9
(223,253,249)
#E1FDF9
(225,253,249)
#E3FDF9
(227,253,249)
#E5FDF9
(229,253,249)
#E7FDF9
(231,253,249)
#E9FDF9
(233,253,249)
#EBFDF9
(235,253,249)
#EDFDF9
(237,253,249)
#EFFDF9
(239,253,249)
#F1FDF9
(241,253,249)
#F3FDF9
(243,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFFDF9 color. Also use rgb(223,253,249) instead hex code.

Text Font Color

.myTextColor { color: #DFFDF9; }

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

This text font color is #DFFDF9.

Background Color

.myBgColor { background-color: #DFFDF9; }

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

This div background color is #DFFDF9.

Border color

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

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

This div border color is #DFFDF9.

Opacity

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

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

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

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

This text has shadow with #DFFDF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFFDF9.

Preview

Color preview on black background

This text has color #DFFDF9 on black background.


Color preview on white background

This text has color #DFFDF9 on white background.


Black color preview on #DFFDF9 background

This text has black color on #DFFDF9 background.


White color preview on #DFFDF9 background

This text has white color on #DFFDF9 background.


Related colors

Complementary color

Complementary color for #hex is #200206.


I love getcolorcode.com

Triadic colors

1 #F9DFFD and #FDF9DF with #DFFDF9 are triadic colors.

2 #F9FDDF and #FDDFF9 with #DFFDF9 are triadic colors.