COLOR #DFEDDE

HEX: #DFEDDE
RGB: (223,237,222)

Color info

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

RGB color model

#DFEDDE color RGB value is (223,237,222).

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

RGB channels and saturation

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

223
237
222

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

Portions of RGB colors in percentages

R + G + B =
223 + 237 + 222 = 682 (100%)
R 223 of 682 ~ 32.7%
G 237 of 682 ~ 34.75%
B 222 of 682 ~ 32.55%

%32.7
%34.75
%32.55

CMYK color model

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

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 7.06%
CMYK:
(6,0,6,7)
C6M0Y6K7 
(6%,0%,6%,7%)
(0.06/0.00/0.06/0.07)	

CMYK percentages

%5.91
%0
%6.33
%7.06

Codes

Color #DFEDDE in popluar color models

DFEDDE
RGB223237222
HSL116°29.41%90.00%
HSB/HSV116°6.33%92.94%
CMYK5.91%0.00%6.33%
7.06%

Color #DFEDDE in popluar number systems.

HEXDFEDDE
Decimal223237222
Binary110111111110110111011110
Octal337355336

Shades and tints

Shades of #DFEDDE

#DFEDDE
(223,237,222)
#CBD8CA
(203,216,202)
#B7C3B6
(183,195,182)
#A3AEA2
(163,174,162)
#8F998E
(143,153,142)
#7B847A
(123,132,122)
#676F66
(103,111,102)
#535A52
(83,90,82)
#3F453E
(63,69,62)
#2B302A
(43,48,42)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #DFEDDE

#DFEDDE
(223,237,222)
#E1EEE1
(225,238,225)
#E3EFE4
(227,239,228)
#E5F0E7
(229,240,231)
#E7F1EA
(231,241,234)
#E9F2ED
(233,242,237)
#EBF3F0
(235,243,240)
#EDF4F3
(237,244,243)
#EFF5F6
(239,245,246)
#F1F6F9
(241,246,249)
#F3F7FC
(243,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEDDE; }

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

This text font color is #DFEDDE.


Background Color

.myBgColor { background-color: #DFEDDE; }

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

This div background color is #DFEDDE.


Border color

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

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

This div border color is #DFEDDE.


Opacity

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

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

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

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

This text has shadow with #DFEDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEDDE on black background.


Color preview on white background

This text has color #DFEDDE on white background.



Black color preview on #DFEDDE background

This text has black color on #DFEDDE background.


White color preview on #DFEDDE background

This text has white color on #DFEDDE background.