COLOR #DFEBDD

HEX: #DFEBDD RGB: (223,235,221)

Color info

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

RGB color model

#DFEBDD color RGB value is (223,235,221).

RGB: (223,235,221) (87%, 92%, 87%)

RGB channels and saturation

R 223 of 255 = 87%
G 235 of 255 = 92%
B 221 of 255 = 87%

223
235
221

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

Portions of RGB colors in percentages

R + G + B = 223 + 235 + 221 = 679 (100%)
R 223 of 679 ~ 32.84%
G 235 of 679 ~ 34.61%
B 221 of 679 ~ 32.55'%

%32.84
%34.61
%32.55

CMYK color model

#DFEBDD color CMYK value is (5,0,6,8).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • key color value is 7.84%

CMYK: (5,0,6,8)
C5M0Y6K8 (5%, 0%, 6%, 8%)
(0.05 / 0.00 / 0.06 / 0.08)

CMYK percentages

%5.11
%0
%5.96
%7.84

Codes

Color #DFEBDD in popluar color models

DF EB DD
RGB 223 235 221
HSL 111° 25.93% 89.41%
HSB/HSV 111° 5.96% 92.16%
CMYK 5.11% 0.00% 5.96%
7.84%

Color #DFEBDD in popluar number systems.

HEX DF EB DD
Decimal 223 235 221
Binary 11011111 11101011 11011101
Octal 337 353 335

Shades and tints

Shades of #DFEBDD

#DFEBDD
(223,235,221)
#CBD6C9
(203,214,201)
#B7C1B5
(183,193,181)
#A3ACA1
(163,172,161)
#8F978D
(143,151,141)
#7B8279
(123,130,121)
#676D65
(103,109,101)
#535851
(83,88,81)
#3F433D
(63,67,61)
#2B2E29
(43,46,41)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #DFEBDD

#DFEBDD
(223,235,221)
#E1ECE0
(225,236,224)
#E3EDE3
(227,237,227)
#E5EEE6
(229,238,230)
#E7EFE9
(231,239,233)
#E9F0EC
(233,240,236)
#EBF1EF
(235,241,239)
#EDF2F2
(237,242,242)
#EFF3F5
(239,243,245)
#F1F4F8
(241,244,248)
#F3F5FB
(243,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFEBDD color. Also use rgb(223,235,221) instead hex code.

Text Font Color

.myTextColor { color: #DFEBDD; }

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

This text font color is #DFEBDD.

Background Color

.myBgColor { background-color: #DFEBDD; }

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

This div background color is #DFEBDD.

Border color

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

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

This div border color is #DFEBDD.

Opacity

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

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

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

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

This text has shadow with #DFEBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEBDD.

Preview

Color preview on black background

This text has color #DFEBDD on black background.


Color preview on white background

This text has color #DFEBDD on white background.


Black color preview on #DFEBDD background

This text has black color on #DFEBDD background.


White color preview on #DFEBDD background

This text has white color on #DFEBDD background.


Related colors

Complementary color

Complementary color for #hex is #201422.


I love getcolorcode.com

Triadic colors

1 #DDDFEB and #EBDDDF with #DFEBDD are triadic colors.

2 #DDEBDF and #EBDFDD with #DFEBDD are triadic colors.