COLOR #DFEDDD

HEX: #DFEDDD RGB: (223,237,221)

Color info

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

RGB color model

#DFEDDD color RGB value is (223,237,221).

RGB: (223,237,221) (87%, 93%, 87%)

RGB channels and saturation

R 223 of 255 = 87%
G 237 of 255 = 93%
B 221 of 255 = 87%

223
237
221

R + G + B ~ 89%. #DFEDDD is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 237 + 221 = 681 (100%)
R 223 of 681 ~ 32.75%
G 237 of 681 ~ 34.8%
B 221 of 681 ~ 32.45'%

%32.75
%34.8
%32.45

CMYK color model

#DFEDDD color CMYK value is (6,0,7,7).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 7.06%

CMYK: (6,0,7,7)
C6M0Y7K7 (6%, 0%, 7%, 7%)
(0.06 / 0.00 / 0.07 / 0.07)

CMYK percentages

%5.91
%0
%6.75
%7.06

Codes

Color #DFEDDD in popluar color models

DF ED DD
RGB 223 237 221
HSL 113° 30.77% 89.80%
HSB/HSV 113° 6.75% 92.94%
CMYK 5.91% 0.00% 6.75%
7.06%

Color #DFEDDD in popluar number systems.

HEX DF ED DD
Decimal 223 237 221
Binary 11011111 11101101 11011101
Octal 337 355 335

Shades and tints

Shades of #DFEDDD

#DFEDDD
(223,237,221)
#CBD8C9
(203,216,201)
#B7C3B5
(183,195,181)
#A3AEA1
(163,174,161)
#8F998D
(143,153,141)
#7B8479
(123,132,121)
#676F65
(103,111,101)
#535A51
(83,90,81)
#3F453D
(63,69,61)
#2B3029
(43,48,41)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #DFEDDD

#DFEDDD
(223,237,221)
#E1EEE0
(225,238,224)
#E3EFE3
(227,239,227)
#E5F0E6
(229,240,230)
#E7F1E9
(231,241,233)
#E9F2EC
(233,242,236)
#EBF3EF
(235,243,239)
#EDF4F2
(237,244,242)
#EFF5F5
(239,245,245)
#F1F6F8
(241,246,248)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEDDD; }

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

This text font color is #DFEDDD.

Background Color

.myBgColor { background-color: #DFEDDD; }

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

This div background color is #DFEDDD.

Border color

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

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

This div border color is #DFEDDD.

Opacity

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

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

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

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

This text has shadow with #DFEDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEDDD.

Preview

Color preview on black background

This text has color #DFEDDD on black background.


Color preview on white background

This text has color #DFEDDD on white background.


Black color preview on #DFEDDD background

This text has black color on #DFEDDD background.


White color preview on #DFEDDD background

This text has white color on #DFEDDD background.


Related colors

Complementary color

Complementary color for #hex is #201222.


I love getcolorcode.com

Triadic colors

1 #DDDFED and #EDDDDF with #DFEDDD are triadic colors.

2 #DDEDDF and #EDDFDD with #DFEDDD are triadic colors.