COLOR #DFECFB

HEX: #DFECFB RGB: (223,236,251)

Color info

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

RGB color model

#DFECFB color RGB value is (223,236,251).

RGB: (223,236,251) (87%, 93%, 98%)

RGB channels and saturation

R 223 of 255 = 87%
G 236 of 255 = 93%
B 251 of 255 = 98%

223
236
251

R + G + B ~ 93%. #DFECFB is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 236 + 251 = 710 (100%)
R 223 of 710 ~ 31.41%
G 236 of 710 ~ 33.24%
B 251 of 710 ~ 35.35'%

%31.41
%33.24
%35.35

CMYK color model

#DFECFB color CMYK value is (11,6,0,2).

  • cyan value is 11.16%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (11,6,0,2)
C11M6Y0K2 (11%, 6%, 0%, 2%)
(0.11 / 0.06 / 0.00 / 0.02)

CMYK percentages

%11.16
%5.98
%0
%1.57

Codes

Color #DFECFB in popluar color models

DF EC FB
RGB 223 236 251
HSL 212° 77.78% 92.94%
HSB/HSV 212° 11.16% 98.43%
CMYK 11.16% 5.98% 0.00%
1.57%

Color #DFECFB in popluar number systems.

HEX DF EC FB
Decimal 223 236 251
Binary 11011111 11101100 11111011
Octal 337 354 373

Shades and tints

Shades of #DFECFB

#DFECFB
(223,236,251)
#CBD7E5
(203,215,229)
#B7C2CF
(183,194,207)
#A3ADB9
(163,173,185)
#8F98A3
(143,152,163)
#7B838D
(123,131,141)
#676E77
(103,110,119)
#535961
(83,89,97)
#3F444B
(63,68,75)
#2B2F35
(43,47,53)
#171A1F
(23,26,31)
#000000
(0,0,0)

Tints of #DFECFB

#DFECFB
(223,236,251)
#E1EDFB
(225,237,251)
#E3EEFB
(227,238,251)
#E5EFFB
(229,239,251)
#E7F0FB
(231,240,251)
#E9F1FB
(233,241,251)
#EBF2FB
(235,242,251)
#EDF3FB
(237,243,251)
#EFF4FB
(239,244,251)
#F1F5FB
(241,245,251)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFECFB; }

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

This text font color is #DFECFB.

Background Color

.myBgColor { background-color: #DFECFB; }

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

This div background color is #DFECFB.

Border color

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

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

This div border color is #DFECFB.

Opacity

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

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

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

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

This text has shadow with #DFECFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFECFB.

Preview

Color preview on black background

This text has color #DFECFB on black background.


Color preview on white background

This text has color #DFECFB on white background.


Black color preview on #DFECFB background

This text has black color on #DFECFB background.


White color preview on #DFECFB background

This text has white color on #DFECFB background.


Related colors

Complementary color

Complementary color for #hex is #201304.


I love getcolorcode.com

Triadic colors

1 #FBDFEC and #ECFBDF with #DFECFB are triadic colors.

2 #FBECDF and #ECDFFB with #DFECFB are triadic colors.