COLOR #DFECEF

HEX: #DFECEF RGB: (223,236,239)

Color info

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

RGB color model

#DFECEF color RGB value is (223,236,239).

RGB: (223,236,239) (87%, 93%, 94%)

RGB channels and saturation

R 223 of 255 = 87%
G 236 of 255 = 93%
B 239 of 255 = 94%

223
236
239

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

Portions of RGB colors in percentages

R + G + B = 223 + 236 + 239 = 698 (100%)
R 223 of 698 ~ 31.95%
G 236 of 698 ~ 33.81%
B 239 of 698 ~ 34.24'%

%31.95
%33.81
%34.24

CMYK color model

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

  • cyan value is 6.69%
  • magenta value is 1.26%
  • yellow value is 0.00%
  • key color value is 6.27%

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

CMYK percentages

%6.69
%1.26
%0
%6.27

Codes

Color #DFECEF in popluar color models

DF EC EF
RGB 223 236 239
HSL 191° 33.33% 90.59%
HSB/HSV 191° 6.69% 93.73%
CMYK 6.69% 1.26% 0.00%
6.27%

Color #DFECEF in popluar number systems.

HEX DF EC EF
Decimal 223 236 239
Binary 11011111 11101100 11101111
Octal 337 354 357

Shades and tints

Shades of #DFECEF

#DFECEF
(223,236,239)
#CBD7DA
(203,215,218)
#B7C2C5
(183,194,197)
#A3ADB0
(163,173,176)
#8F989B
(143,152,155)
#7B8386
(123,131,134)
#676E71
(103,110,113)
#53595C
(83,89,92)
#3F4447
(63,68,71)
#2B2F32
(43,47,50)
#171A1D
(23,26,29)
#000000
(0,0,0)

Tints of #DFECEF

#DFECEF
(223,236,239)
#E1EDF0
(225,237,240)
#E3EEF1
(227,238,241)
#E5EFF2
(229,239,242)
#E7F0F3
(231,240,243)
#E9F1F4
(233,241,244)
#EBF2F5
(235,242,245)
#EDF3F6
(237,243,246)
#EFF4F7
(239,244,247)
#F1F5F8
(241,245,248)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFECEF color. Also use rgb(223,236,239) instead hex code.

Text Font Color

.myTextColor { color: #DFECEF; }

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

This text font color is #DFECEF.

Background Color

.myBgColor { background-color: #DFECEF; }

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

This div background color is #DFECEF.

Border color

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

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

This div border color is #DFECEF.

Opacity

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

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

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

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

This text has shadow with #DFECEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFECEF.

Preview

Color preview on black background

This text has color #DFECEF on black background.


Color preview on white background

This text has color #DFECEF on white background.


Black color preview on #DFECEF background

This text has black color on #DFECEF background.


White color preview on #DFECEF background

This text has white color on #DFECEF background.


Related colors

Complementary color

Complementary color for #hex is #201310.


I love getcolorcode.com

Triadic colors

1 #EFDFEC and #ECEFDF with #DFECEF are triadic colors.

2 #EFECDF and #ECDFEF with #DFECEF are triadic colors.