COLOR #DFEEDC

HEX: #DFEEDC
RGB: (223,238,220)

Color info

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

RGB color model

#DFEEDC color RGB value is (223,238,220).

  • red value is 223;
  • green value is 238;
  • blue value is 220.
RGB:
(223,238,220)
(87%,93%,86%)

RGB channels and saturation

R 223 of 255 = 87%
G 238 of 255 = 93%
B 220 of 255 = 86%

223
238
220

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

Portions of RGB colors in percentages

R + G + B =
223 + 238 + 220 = 681 (100%)
R 223 of 681 ~ 32.75%
G 238 of 681 ~ 34.95%
B 220 of 681 ~ 32.31%

%32.75
%34.95
%32.31

CMYK color model

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

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 6.67%
CMYK:
(6,0,8,7)
C6M0Y8K7 
(6%,0%,8%,7%)
(0.06/0.00/0.08/0.07)	

CMYK percentages

%6.3
%0
%7.56
%6.67

Codes

Color #DFEEDC in popluar color models

DFEEDC
RGB223238220
HSL110°34.62%89.80%
HSB/HSV110°7.56%93.33%
CMYK6.30%0.00%7.56%
6.67%

Color #DFEEDC in popluar number systems.

HEXDFEEDC
Decimal223238220
Binary110111111110111011011100
Octal337356334

Shades and tints

Shades of #DFEEDC

#DFEEDC
(223,238,220)
#CBD9C8
(203,217,200)
#B7C4B4
(183,196,180)
#A3AFA0
(163,175,160)
#8F9A8C
(143,154,140)
#7B8578
(123,133,120)
#677064
(103,112,100)
#535B50
(83,91,80)
#3F463C
(63,70,60)
#2B3128
(43,49,40)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #DFEEDC

#DFEEDC
(223,238,220)
#E1EFDF
(225,239,223)
#E3F0E2
(227,240,226)
#E5F1E5
(229,241,229)
#E7F2E8
(231,242,232)
#E9F3EB
(233,243,235)
#EBF4EE
(235,244,238)
#EDF5F1
(237,245,241)
#EFF6F4
(239,246,244)
#F1F7F7
(241,247,247)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFEEDC color. Also use rgb(223,238,220) instead hex code.

Text Font Color

.myTextColor { color: #DFEEDC; }

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

This text font color is #DFEEDC.


Background Color

.myBgColor { background-color: #DFEEDC; }

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

This div background color is #DFEEDC.


Border color

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

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

This div border color is #DFEEDC.


Opacity

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

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

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

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

This text has shadow with #DFEEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEEDC on black background.


Color preview on white background

This text has color #DFEEDC on white background.



Black color preview on #DFEEDC background

This text has black color on #DFEEDC background.


White color preview on #DFEEDC background

This text has white color on #DFEEDC background.