COLOR #DFEDE6

HEX: #DFEDE6 RGB: (223,237,230)

Color info

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

RGB color model

#DFEDE6 color RGB value is (223,237,230).

RGB: (223,237,230) (87%, 93%, 90%)

RGB channels and saturation

R 223 of 255 = 87%
G 237 of 255 = 93%
B 230 of 255 = 90%

223
237
230

R + G + B ~ 90%. #DFEDE6 is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 237 + 230 = 690 (100%)
R 223 of 690 ~ 32.32%
G 237 of 690 ~ 34.35%
B 230 of 690 ~ 33.33'%

%32.32
%34.35
%33.33

CMYK color model

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

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

CMYK: (6,0,3,7)
C6M0Y3K7 (6%, 0%, 3%, 7%)
(0.06 / 0.00 / 0.03 / 0.07)

CMYK percentages

%5.91
%0
%2.95
%7.06

Codes

Color #DFEDE6 in popluar color models

DF ED E6
RGB 223 237 230
HSL 150° 28.00% 90.20%
HSB/HSV 150° 5.91% 92.94%
CMYK 5.91% 0.00% 2.95%
7.06%

Color #DFEDE6 in popluar number systems.

HEX DF ED E6
Decimal 223 237 230
Binary 11011111 11101101 11100110
Octal 337 355 346

Shades and tints

Shades of #DFEDE6

#DFEDE6
(223,237,230)
#CBD8D2
(203,216,210)
#B7C3BE
(183,195,190)
#A3AEAA
(163,174,170)
#8F9996
(143,153,150)
#7B8482
(123,132,130)
#676F6E
(103,111,110)
#535A5A
(83,90,90)
#3F4546
(63,69,70)
#2B3032
(43,48,50)
#171B1E
(23,27,30)
#000000
(0,0,0)

Tints of #DFEDE6

#DFEDE6
(223,237,230)
#E1EEE8
(225,238,232)
#E3EFEA
(227,239,234)
#E5F0EC
(229,240,236)
#E7F1EE
(231,241,238)
#E9F2F0
(233,242,240)
#EBF3F2
(235,243,242)
#EDF4F4
(237,244,244)
#EFF5F6
(239,245,246)
#F1F6F8
(241,246,248)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEDE6; }

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

This text font color is #DFEDE6.

Background Color

.myBgColor { background-color: #DFEDE6; }

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

This div background color is #DFEDE6.

Border color

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

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

This div border color is #DFEDE6.

Opacity

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

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

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

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

This text has shadow with #DFEDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEDE6.

Preview

Color preview on black background

This text has color #DFEDE6 on black background.


Color preview on white background

This text has color #DFEDE6 on white background.


Black color preview on #DFEDE6 background

This text has black color on #DFEDE6 background.


White color preview on #DFEDE6 background

This text has white color on #DFEDE6 background.


Related colors

Complementary color

Complementary color for #hex is #201219.


I love getcolorcode.com

Triadic colors

1 #E6DFED and #EDE6DF with #DFEDE6 are triadic colors.

2 #E6EDDF and #EDDFE6 with #DFEDE6 are triadic colors.