COLOR #DFEDF0

HEX: #DFEDF0 RGB: (223,237,240)

Color info

#DFEDF0 contains red, green and blue colors in about the same proportion. Web safe color of #DFEDF0 is #CCFFFF (or #CFF).

RGB color model

#DFEDF0 color RGB value is (223,237,240).

RGB: (223,237,240) (87%, 93%, 94%)

RGB channels and saturation

R 223 of 255 = 87%
G 237 of 255 = 93%
B 240 of 255 = 94%

223
237
240

R + G + B ~ 91%. #DFEDF0 is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 237 + 240 = 700 (100%)
R 223 of 700 ~ 31.86%
G 237 of 700 ~ 33.86%
B 240 of 700 ~ 34.29'%

%31.86
%33.86
%34.29

CMYK color model

#DFEDF0 color CMYK value is (7,1,0,6).

  • cyan value is 7.08%
  • magenta value is 1.25%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (7,1,0,6)
C7M1Y0K6 (7%, 1%, 0%, 6%)
(0.07 / 0.01 / 0.00 / 0.06)

CMYK percentages

%7.08
%1.25
%0
%5.88

Codes

Color #DFEDF0 in popluar color models

DF ED F0
RGB 223 237 240
HSL 191° 36.17% 90.78%
HSB/HSV 191° 7.08% 94.12%
CMYK 7.08% 1.25% 0.00%
5.88%

Color #DFEDF0 in popluar number systems.

HEX DF ED F0
Decimal 223 237 240
Binary 11011111 11101101 11110000
Octal 337 355 360

Shades and tints

Shades of #DFEDF0

#DFEDF0
(223,237,240)
#CBD8DB
(203,216,219)
#B7C3C6
(183,195,198)
#A3AEB1
(163,174,177)
#8F999C
(143,153,156)
#7B8487
(123,132,135)
#676F72
(103,111,114)
#535A5D
(83,90,93)
#3F4548
(63,69,72)
#2B3033
(43,48,51)
#171B1E
(23,27,30)
#000000
(0,0,0)

Tints of #DFEDF0

#DFEDF0
(223,237,240)
#E1EEF1
(225,238,241)
#E3EFF2
(227,239,242)
#E5F0F3
(229,240,243)
#E7F1F4
(231,241,244)
#E9F2F5
(233,242,245)
#EBF3F6
(235,243,246)
#EDF4F7
(237,244,247)
#EFF5F8
(239,245,248)
#F1F6F9
(241,246,249)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEDF0; }

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

This text font color is #DFEDF0.

Background Color

.myBgColor { background-color: #DFEDF0; }

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

This div background color is #DFEDF0.

Border color

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

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

This div border color is #DFEDF0.

Opacity

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

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

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

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

This text has shadow with #DFEDF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEDF0.

Preview

Color preview on black background

This text has color #DFEDF0 on black background.


Color preview on white background

This text has color #DFEDF0 on white background.


Black color preview on #DFEDF0 background

This text has black color on #DFEDF0 background.


White color preview on #DFEDF0 background

This text has white color on #DFEDF0 background.


Related colors

Complementary color

Complementary color for #hex is #20120F.


I love getcolorcode.com

Triadic colors

1 #F0DFED and #EDF0DF with #DFEDF0 are triadic colors.

2 #F0EDDF and #EDDFF0 with #DFEDF0 are triadic colors.