COLOR #DFEDD6

HEX: #DFEDD6
RGB: (223,237,214)

Color info

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

RGB color model

#DFEDD6 color RGB value is (223,237,214).

  • red value is 223;
  • green value is 237;
  • blue value is 214.
RGB:
(223,237,214)
(87%,93%,84%)

RGB channels and saturation

R 223 of 255 = 87%
G 237 of 255 = 93%
B 214 of 255 = 84%

223
237
214

R + G + B ~ 88%. #DFEDD6 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 237 + 214 = 674 (100%)
R 223 of 674 ~ 33.09%
G 237 of 674 ~ 35.16%
B 214 of 674 ~ 31.75%

%33.09
%35.16
%31.75

CMYK color model

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

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 9.70%
  • key color value is 7.06%
CMYK:
(6,0,10,7)
C6M0Y10K7 
(6%,0%,10%,7%)
(0.06/0.00/0.10/0.07)	

CMYK percentages

%5.91
%0
%9.7
%7.06

Codes

Color #DFEDD6 in popluar color models

DFEDD6
RGB223237214
HSL97°38.98%88.43%
HSB/HSV97°9.70%92.94%
CMYK5.91%0.00%9.70%
7.06%

Color #DFEDD6 in popluar number systems.

HEXDFEDD6
Decimal223237214
Binary110111111110110111010110
Octal337355326

Shades and tints

Shades of #DFEDD6

#DFEDD6
(223,237,214)
#CBD8C3
(203,216,195)
#B7C3B0
(183,195,176)
#A3AE9D
(163,174,157)
#8F998A
(143,153,138)
#7B8477
(123,132,119)
#676F64
(103,111,100)
#535A51
(83,90,81)
#3F453E
(63,69,62)
#2B302B
(43,48,43)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #DFEDD6

#DFEDD6
(223,237,214)
#E1EED9
(225,238,217)
#E3EFDC
(227,239,220)
#E5F0DF
(229,240,223)
#E7F1E2
(231,241,226)
#E9F2E5
(233,242,229)
#EBF3E8
(235,243,232)
#EDF4EB
(237,244,235)
#EFF5EE
(239,245,238)
#F1F6F1
(241,246,241)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEDD6; }

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

This text font color is #DFEDD6.


Background Color

.myBgColor { background-color: #DFEDD6; }

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

This div background color is #DFEDD6.


Border color

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

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

This div border color is #DFEDD6.


Opacity

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

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

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

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

This text has shadow with #DFEDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEDD6 on black background.


Color preview on white background

This text has color #DFEDD6 on white background.



Black color preview on #DFEDD6 background

This text has black color on #DFEDD6 background.


White color preview on #DFEDD6 background

This text has white color on #DFEDD6 background.