COLOR #DFF3DD

HEX: #DFF3DD RGB: (223,243,221)

Color info

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

RGB color model

#DFF3DD color RGB value is (223,243,221).

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

RGB channels and saturation

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

223
243
221

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

Portions of RGB colors in percentages

R + G + B = 223 + 243 + 221 = 687 (100%)
R 223 of 687 ~ 32.46%
G 243 of 687 ~ 35.37%
B 221 of 687 ~ 32.17'%

%32.46
%35.37
%32.17

CMYK color model

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

  • cyan value is 8.23%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 4.71%

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

CMYK percentages

%8.23
%0
%9.05
%4.71

Codes

Color #DFF3DD in popluar color models

DF F3 DD
RGB 223 243 221
HSL 115° 47.83% 90.98%
HSB/HSV 115° 9.05% 95.29%
CMYK 8.23% 0.00% 9.05%
4.71%

Color #DFF3DD in popluar number systems.

HEX DF F3 DD
Decimal 223 243 221
Binary 11011111 11110011 11011101
Octal 337 363 335

Shades and tints

Shades of #DFF3DD

#DFF3DD
(223,243,221)
#CBDDC9
(203,221,201)
#B7C7B5
(183,199,181)
#A3B1A1
(163,177,161)
#8F9B8D
(143,155,141)
#7B8579
(123,133,121)
#676F65
(103,111,101)
#535951
(83,89,81)
#3F433D
(63,67,61)
#2B2D29
(43,45,41)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #DFF3DD

#DFF3DD
(223,243,221)
#E1F4E0
(225,244,224)
#E3F5E3
(227,245,227)
#E5F6E6
(229,246,230)
#E7F7E9
(231,247,233)
#E9F8EC
(233,248,236)
#EBF9EF
(235,249,239)
#EDFAF2
(237,250,242)
#EFFBF5
(239,251,245)
#F1FCF8
(241,252,248)
#F3FDFB
(243,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF3DD; }

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

This text font color is #DFF3DD.

Background Color

.myBgColor { background-color: #DFF3DD; }

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

This div background color is #DFF3DD.

Border color

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

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

This div border color is #DFF3DD.

Opacity

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

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

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

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

This text has shadow with #DFF3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF3DD.

Preview

Color preview on black background

This text has color #DFF3DD on black background.


Color preview on white background

This text has color #DFF3DD on white background.


Black color preview on #DFF3DD background

This text has black color on #DFF3DD background.


White color preview on #DFF3DD background

This text has white color on #DFF3DD background.


Related colors

Complementary color

Complementary color for #hex is #200C22.


I love getcolorcode.com

Triadic colors

1 #DDDFF3 and #F3DDDF with #DFF3DD are triadic colors.

2 #DDF3DF and #F3DFDD with #DFF3DD are triadic colors.