COLOR #DFF9DD

HEX: #DFF9DD RGB: (223,249,221)

Color info

#DFF9DD contains red, green and blue colors in about the same proportion. Web safe color of #DFF9DD is #CCFFCC (or #CFC).

RGB color model

#DFF9DD color RGB value is (223,249,221).

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

RGB channels and saturation

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

223
249
221

R + G + B ~ 91%. #DFF9DD is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 249 + 221 = 693 (100%)
R 223 of 693 ~ 32.18%
G 249 of 693 ~ 35.93%
B 221 of 693 ~ 31.89'%

%32.18
%35.93
%31.89

CMYK color model

#DFF9DD color CMYK value is (10,0,11,2).

  • cyan value is 10.44%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 2.35%

CMYK: (10,0,11,2)
C10M0Y11K2 (10%, 0%, 11%, 2%)
(0.10 / 0.00 / 0.11 / 0.02)

CMYK percentages

%10.44
%0
%11.24
%2.35

Codes

Color #DFF9DD in popluar color models

DF F9 DD
RGB 223 249 221
HSL 116° 70.00% 92.16%
HSB/HSV 116° 11.24% 97.65%
CMYK 10.44% 0.00% 11.24%
2.35%

Color #DFF9DD in popluar number systems.

HEX DF F9 DD
Decimal 223 249 221
Binary 11011111 11111001 11011101
Octal 337 371 335

Shades and tints

Shades of #DFF9DD

#DFF9DD
(223,249,221)
#CBE3C9
(203,227,201)
#B7CDB5
(183,205,181)
#A3B7A1
(163,183,161)
#8FA18D
(143,161,141)
#7B8B79
(123,139,121)
#677565
(103,117,101)
#535F51
(83,95,81)
#3F493D
(63,73,61)
#2B3329
(43,51,41)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #DFF9DD

#DFF9DD
(223,249,221)
#E1F9E0
(225,249,224)
#E3F9E3
(227,249,227)
#E5F9E6
(229,249,230)
#E7F9E9
(231,249,233)
#E9F9EC
(233,249,236)
#EBF9EF
(235,249,239)
#EDF9F2
(237,249,242)
#EFF9F5
(239,249,245)
#F1F9F8
(241,249,248)
#F3F9FB
(243,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF9DD; }

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

This text font color is #DFF9DD.

Background Color

.myBgColor { background-color: #DFF9DD; }

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

This div background color is #DFF9DD.

Border color

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

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

This div border color is #DFF9DD.

Opacity

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

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

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

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

This text has shadow with #DFF9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF9DD.

Preview

Color preview on black background

This text has color #DFF9DD on black background.


Color preview on white background

This text has color #DFF9DD on white background.


Black color preview on #DFF9DD background

This text has black color on #DFF9DD background.


White color preview on #DFF9DD background

This text has white color on #DFF9DD background.


Related colors

Complementary color

Complementary color for #hex is #200622.


I love getcolorcode.com

Triadic colors

1 #DDDFF9 and #F9DDDF with #DFF9DD are triadic colors.

2 #DDF9DF and #F9DFDD with #DFF9DD are triadic colors.