COLOR #DFF2DD

HEX: #DFF2DD RGB: (223,242,221)

Color info

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

RGB color model

#DFF2DD color RGB value is (223,242,221).

RGB: (223,242,221) (87%, 95%, 87%)

RGB channels and saturation

R 223 of 255 = 87%
G 242 of 255 = 95%
B 221 of 255 = 87%

223
242
221

R + G + B ~ 90%. #DFF2DD is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 242 + 221 = 686 (100%)
R 223 of 686 ~ 32.51%
G 242 of 686 ~ 35.28%
B 221 of 686 ~ 32.22'%

%32.51
%35.28
%32.22

CMYK color model

#DFF2DD color CMYK value is (8,0,9,5).

  • cyan value is 7.85%
  • magenta value is 0.00%
  • yellow value is 8.68%
  • key color value is 5.10%

CMYK: (8,0,9,5)
C8M0Y9K5 (8%, 0%, 9%, 5%)
(0.08 / 0.00 / 0.09 / 0.05)

CMYK percentages

%7.85
%0
%8.68
%5.1

Codes

Color #DFF2DD in popluar color models

DF F2 DD
RGB 223 242 221
HSL 114° 44.68% 90.78%
HSB/HSV 114° 8.68% 94.90%
CMYK 7.85% 0.00% 8.68%
5.10%

Color #DFF2DD in popluar number systems.

HEX DF F2 DD
Decimal 223 242 221
Binary 11011111 11110010 11011101
Octal 337 362 335

Shades and tints

Shades of #DFF2DD

#DFF2DD
(223,242,221)
#CBDCC9
(203,220,201)
#B7C6B5
(183,198,181)
#A3B0A1
(163,176,161)
#8F9A8D
(143,154,141)
#7B8479
(123,132,121)
#676E65
(103,110,101)
#535851
(83,88,81)
#3F423D
(63,66,61)
#2B2C29
(43,44,41)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #DFF2DD

#DFF2DD
(223,242,221)
#E1F3E0
(225,243,224)
#E3F4E3
(227,244,227)
#E5F5E6
(229,245,230)
#E7F6E9
(231,246,233)
#E9F7EC
(233,247,236)
#EBF8EF
(235,248,239)
#EDF9F2
(237,249,242)
#EFFAF5
(239,250,245)
#F1FBF8
(241,251,248)
#F3FCFB
(243,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF2DD; }

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

This text font color is #DFF2DD.

Background Color

.myBgColor { background-color: #DFF2DD; }

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

This div background color is #DFF2DD.

Border color

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

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

This div border color is #DFF2DD.

Opacity

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

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

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

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

This text has shadow with #DFF2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF2DD.

Preview

Color preview on black background

This text has color #DFF2DD on black background.


Color preview on white background

This text has color #DFF2DD on white background.


Black color preview on #DFF2DD background

This text has black color on #DFF2DD background.


White color preview on #DFF2DD background

This text has white color on #DFF2DD background.


Related colors

Complementary color

Complementary color for #hex is #200D22.


I love getcolorcode.com

Triadic colors

1 #DDDFF2 and #F2DDDF with #DFF2DD are triadic colors.

2 #DDF2DF and #F2DFDD with #DFF2DD are triadic colors.