COLOR #DFEDF3

HEX: #DFEDF3 RGB: (223,237,243)

Color info

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

RGB color model

#DFEDF3 color RGB value is (223,237,243).

RGB: (223,237,243) (87%, 93%, 95%)

RGB channels and saturation

R 223 of 255 = 87%
G 237 of 255 = 93%
B 243 of 255 = 95%

223
237
243

R + G + B ~ 92%. #DFEDF3 is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 237 + 243 = 703 (100%)
R 223 of 703 ~ 31.72%
G 237 of 703 ~ 33.71%
B 243 of 703 ~ 34.57'%

%31.72
%33.71
%34.57

CMYK color model

#DFEDF3 color CMYK value is (8,2,0,5).

  • cyan value is 8.23%
  • magenta value is 2.47%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (8,2,0,5)
C8M2Y0K5 (8%, 2%, 0%, 5%)
(0.08 / 0.02 / 0.00 / 0.05)

CMYK percentages

%8.23
%2.47
%0
%4.71

Codes

Color #DFEDF3 in popluar color models

DF ED F3
RGB 223 237 243
HSL 198° 45.45% 91.37%
HSB/HSV 198° 8.23% 95.29%
CMYK 8.23% 2.47% 0.00%
4.71%

Color #DFEDF3 in popluar number systems.

HEX DF ED F3
Decimal 223 237 243
Binary 11011111 11101101 11110011
Octal 337 355 363

Shades and tints

Shades of #DFEDF3

#DFEDF3
(223,237,243)
#CBD8DD
(203,216,221)
#B7C3C7
(183,195,199)
#A3AEB1
(163,174,177)
#8F999B
(143,153,155)
#7B8485
(123,132,133)
#676F6F
(103,111,111)
#535A59
(83,90,89)
#3F4543
(63,69,67)
#2B302D
(43,48,45)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #DFEDF3

#DFEDF3
(223,237,243)
#E1EEF4
(225,238,244)
#E3EFF5
(227,239,245)
#E5F0F6
(229,240,246)
#E7F1F7
(231,241,247)
#E9F2F8
(233,242,248)
#EBF3F9
(235,243,249)
#EDF4FA
(237,244,250)
#EFF5FB
(239,245,251)
#F1F6FC
(241,246,252)
#F3F7FD
(243,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEDF3; }

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

This text font color is #DFEDF3.

Background Color

.myBgColor { background-color: #DFEDF3; }

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

This div background color is #DFEDF3.

Border color

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

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

This div border color is #DFEDF3.

Opacity

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

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

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

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

This text has shadow with #DFEDF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEDF3.

Preview

Color preview on black background

This text has color #DFEDF3 on black background.


Color preview on white background

This text has color #DFEDF3 on white background.


Black color preview on #DFEDF3 background

This text has black color on #DFEDF3 background.


White color preview on #DFEDF3 background

This text has white color on #DFEDF3 background.


Related colors

Complementary color

Complementary color for #hex is #20120C.


I love getcolorcode.com

Triadic colors

1 #F3DFED and #EDF3DF with #DFEDF3 are triadic colors.

2 #F3EDDF and #EDDFF3 with #DFEDF3 are triadic colors.