COLOR #DFEDE0

HEX: #DFEDE0
RGB: (223,237,224)

Color info

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

RGB color model

#DFEDE0 color RGB value is (223,237,224).

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

RGB channels and saturation

R 223 of 255 = 87%
G 237 of 255 = 93%
B 224 of 255 = 88%

223
237
224

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

Portions of RGB colors in percentages

R + G + B =
223 + 237 + 224 = 684 (100%)
R 223 of 684 ~ 32.6%
G 237 of 684 ~ 34.65%
B 224 of 684 ~ 32.75%

%32.6
%34.65
%32.75

CMYK color model

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

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 7.06%
CMYK:
(6,0,5,7)
C6M0Y5K7 
(6%,0%,5%,7%)
(0.06/0.00/0.05/0.07)	

CMYK percentages

%5.91
%0
%5.49
%7.06

Codes

Color #DFEDE0 in popluar color models

DFEDE0
RGB223237224
HSL124°28.00%90.20%
HSB/HSV124°5.91%92.94%
CMYK5.91%0.00%5.49%
7.06%

Color #DFEDE0 in popluar number systems.

HEXDFEDE0
Decimal223237224
Binary110111111110110111100000
Octal337355340

Shades and tints

Shades of #DFEDE0

#DFEDE0
(223,237,224)
#CBD8CC
(203,216,204)
#B7C3B8
(183,195,184)
#A3AEA4
(163,174,164)
#8F9990
(143,153,144)
#7B847C
(123,132,124)
#676F68
(103,111,104)
#535A54
(83,90,84)
#3F4540
(63,69,64)
#2B302C
(43,48,44)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #DFEDE0

#DFEDE0
(223,237,224)
#E1EEE2
(225,238,226)
#E3EFE4
(227,239,228)
#E5F0E6
(229,240,230)
#E7F1E8
(231,241,232)
#E9F2EA
(233,242,234)
#EBF3EC
(235,243,236)
#EDF4EE
(237,244,238)
#EFF5F0
(239,245,240)
#F1F6F2
(241,246,242)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEDE0; }

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

This text font color is #DFEDE0.


Background Color

.myBgColor { background-color: #DFEDE0; }

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

This div background color is #DFEDE0.


Border color

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

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

This div border color is #DFEDE0.


Opacity

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

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

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

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

This text has shadow with #DFEDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEDE0 on black background.


Color preview on white background

This text has color #DFEDE0 on white background.



Black color preview on #DFEDE0 background

This text has black color on #DFEDE0 background.


White color preview on #DFEDE0 background

This text has white color on #DFEDE0 background.