COLOR #DFEDDB

HEX: #DFEDDB RGB: (223,237,219)

Color info

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

RGB color model

#DFEDDB color RGB value is (223,237,219).

RGB: (223,237,219) (87%, 93%, 86%)

RGB channels and saturation

R 223 of 255 = 87%
G 237 of 255 = 93%
B 219 of 255 = 86%

223
237
219

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

Portions of RGB colors in percentages

R + G + B = 223 + 237 + 219 = 679 (100%)
R 223 of 679 ~ 32.84%
G 237 of 679 ~ 34.9%
B 219 of 679 ~ 32.25'%

%32.84
%34.9
%32.25

CMYK color model

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

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

CMYK: (6,0,8,7)
C6M0Y8K7 (6%, 0%, 8%, 7%)
(0.06 / 0.00 / 0.08 / 0.07)

CMYK percentages

%5.91
%0
%7.59
%7.06

Codes

Color #DFEDDB in popluar color models

DF ED DB
RGB 223 237 219
HSL 107° 33.33% 89.41%
HSB/HSV 107° 7.59% 92.94%
CMYK 5.91% 0.00% 7.59%
7.06%

Color #DFEDDB in popluar number systems.

HEX DF ED DB
Decimal 223 237 219
Binary 11011111 11101101 11011011
Octal 337 355 333

Shades and tints

Shades of #DFEDDB

#DFEDDB
(223,237,219)
#CBD8C8
(203,216,200)
#B7C3B5
(183,195,181)
#A3AEA2
(163,174,162)
#8F998F
(143,153,143)
#7B847C
(123,132,124)
#676F69
(103,111,105)
#535A56
(83,90,86)
#3F4543
(63,69,67)
#2B3030
(43,48,48)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #DFEDDB

#DFEDDB
(223,237,219)
#E1EEDE
(225,238,222)
#E3EFE1
(227,239,225)
#E5F0E4
(229,240,228)
#E7F1E7
(231,241,231)
#E9F2EA
(233,242,234)
#EBF3ED
(235,243,237)
#EDF4F0
(237,244,240)
#EFF5F3
(239,245,243)
#F1F6F6
(241,246,246)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEDDB; }

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

This text font color is #DFEDDB.

Background Color

.myBgColor { background-color: #DFEDDB; }

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

This div background color is #DFEDDB.

Border color

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

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

This div border color is #DFEDDB.

Opacity

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

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

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

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

This text has shadow with #DFEDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEDDB.

Preview

Color preview on black background

This text has color #DFEDDB on black background.


Color preview on white background

This text has color #DFEDDB on white background.


Black color preview on #DFEDDB background

This text has black color on #DFEDDB background.


White color preview on #DFEDDB background

This text has white color on #DFEDDB background.


Related colors

Complementary color

Complementary color for #hex is #201224.


I love getcolorcode.com

Triadic colors

1 #DBDFED and #EDDBDF with #DFEDDB are triadic colors.

2 #DBEDDF and #EDDFDB with #DFEDDB are triadic colors.