COLOR #DFEEDB

HEX: #DFEEDB RGB: (223,238,219)

Color info

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

RGB color model

#DFEEDB color RGB value is (223,238,219).

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

RGB channels and saturation

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

223
238
219

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

Portions of RGB colors in percentages

R + G + B = 223 + 238 + 219 = 680 (100%)
R 223 of 680 ~ 32.79%
G 238 of 680 ~ 35%
B 219 of 680 ~ 32.21'%

%32.79
%35
%32.21

CMYK color model

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

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • 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.98
%6.67

Codes

Color #DFEEDB in popluar color models

DF EE DB
RGB 223 238 219
HSL 107° 35.85% 89.61%
HSB/HSV 107° 7.98% 93.33%
CMYK 6.30% 0.00% 7.98%
6.67%

Color #DFEEDB in popluar number systems.

HEX DF EE DB
Decimal 223 238 219
Binary 11011111 11101110 11011011
Octal 337 356 333

Shades and tints

Shades of #DFEEDB

#DFEEDB
(223,238,219)
#CBD9C8
(203,217,200)
#B7C4B5
(183,196,181)
#A3AFA2
(163,175,162)
#8F9A8F
(143,154,143)
#7B857C
(123,133,124)
#677069
(103,112,105)
#535B56
(83,91,86)
#3F4643
(63,70,67)
#2B3130
(43,49,48)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #DFEEDB

#DFEEDB
(223,238,219)
#E1EFDE
(225,239,222)
#E3F0E1
(227,240,225)
#E5F1E4
(229,241,228)
#E7F2E7
(231,242,231)
#E9F3EA
(233,243,234)
#EBF4ED
(235,244,237)
#EDF5F0
(237,245,240)
#EFF6F3
(239,246,243)
#F1F7F6
(241,247,246)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEEDB; }

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

This text font color is #DFEEDB.

Background Color

.myBgColor { background-color: #DFEEDB; }

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

This div background color is #DFEEDB.

Border color

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

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

This div border color is #DFEEDB.

Opacity

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

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

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

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

This text has shadow with #DFEEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEEDB.

Preview

Color preview on black background

This text has color #DFEEDB on black background.


Color preview on white background

This text has color #DFEEDB on white background.


Black color preview on #DFEEDB background

This text has black color on #DFEEDB background.


White color preview on #DFEEDB background

This text has white color on #DFEEDB background.


Related colors

Complementary color

Complementary color for #hex is #201124.


I love getcolorcode.com

Triadic colors

1 #DBDFEE and #EEDBDF with #DFEEDB are triadic colors.

2 #DBEEDF and #EEDFDB with #DFEEDB are triadic colors.