COLOR #DFEDD3

HEX: #DFEDD3 RGB: (223,237,211)

Color info

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

RGB color model

#DFEDD3 color RGB value is (223,237,211).

RGB: (223,237,211) (87%, 93%, 83%)

RGB channels and saturation

R 223 of 255 = 87%
G 237 of 255 = 93%
B 211 of 255 = 83%

223
237
211

R + G + B ~ 88%. #DFEDD3 is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 237 + 211 = 671 (100%)
R 223 of 671 ~ 33.23%
G 237 of 671 ~ 35.32%
B 211 of 671 ~ 31.45'%

%33.23
%35.32
%31.45

CMYK color model

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

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

CMYK: (6,0,11,7)
C6M0Y11K7 (6%, 0%, 11%, 7%)
(0.06 / 0.00 / 0.11 / 0.07)

CMYK percentages

%5.91
%0
%10.97
%7.06

Codes

Color #DFEDD3 in popluar color models

DF ED D3
RGB 223 237 211
HSL 92° 41.94% 87.84%
HSB/HSV 92° 10.97% 92.94%
CMYK 5.91% 0.00% 10.97%
7.06%

Color #DFEDD3 in popluar number systems.

HEX DF ED D3
Decimal 223 237 211
Binary 11011111 11101101 11010011
Octal 337 355 323

Shades and tints

Shades of #DFEDD3

#DFEDD3
(223,237,211)
#CBD8C0
(203,216,192)
#B7C3AD
(183,195,173)
#A3AE9A
(163,174,154)
#8F9987
(143,153,135)
#7B8474
(123,132,116)
#676F61
(103,111,97)
#535A4E
(83,90,78)
#3F453B
(63,69,59)
#2B3028
(43,48,40)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #DFEDD3

#DFEDD3
(223,237,211)
#E1EED7
(225,238,215)
#E3EFDB
(227,239,219)
#E5F0DF
(229,240,223)
#E7F1E3
(231,241,227)
#E9F2E7
(233,242,231)
#EBF3EB
(235,243,235)
#EDF4EF
(237,244,239)
#EFF5F3
(239,245,243)
#F1F6F7
(241,246,247)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEDD3; }

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

This text font color is #DFEDD3.

Background Color

.myBgColor { background-color: #DFEDD3; }

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

This div background color is #DFEDD3.

Border color

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

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

This div border color is #DFEDD3.

Opacity

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

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

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

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

This text has shadow with #DFEDD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEDD3.

Preview

Color preview on black background

This text has color #DFEDD3 on black background.


Color preview on white background

This text has color #DFEDD3 on white background.


Black color preview on #DFEDD3 background

This text has black color on #DFEDD3 background.


White color preview on #DFEDD3 background

This text has white color on #DFEDD3 background.


Related colors

Complementary color

Complementary color for #hex is #20122C.


I love getcolorcode.com

Triadic colors

1 #D3DFED and #EDD3DF with #DFEDD3 are triadic colors.

2 #D3EDDF and #EDDFD3 with #DFEDD3 are triadic colors.