COLOR #DFFCE4

HEX: #DFFCE4 RGB: (223,252,228)

Color info

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

RGB color model

#DFFCE4 color RGB value is (223,252,228).

RGB: (223,252,228) (87%, 99%, 89%)

RGB channels and saturation

R 223 of 255 = 87%
G 252 of 255 = 99%
B 228 of 255 = 89%

223
252
228

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

Portions of RGB colors in percentages

R + G + B = 223 + 252 + 228 = 703 (100%)
R 223 of 703 ~ 31.72%
G 252 of 703 ~ 35.85%
B 228 of 703 ~ 32.43'%

%31.72
%35.85
%32.43

CMYK color model

#DFFCE4 color CMYK value is (12,0,10,1).

  • cyan value is 11.51%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 1.18%

CMYK: (12,0,10,1)
C12M0Y10K1 (12%, 0%, 10%, 1%)
(0.12 / 0.00 / 0.10 / 0.01)

CMYK percentages

%11.51
%0
%9.52
%1.18

Codes

Color #DFFCE4 in popluar color models

DF FC E4
RGB 223 252 228
HSL 130° 82.86% 93.14%
HSB/HSV 130° 11.51% 98.82%
CMYK 11.51% 0.00% 9.52%
1.18%

Color #DFFCE4 in popluar number systems.

HEX DF FC E4
Decimal 223 252 228
Binary 11011111 11111100 11100100
Octal 337 374 344

Shades and tints

Shades of #DFFCE4

#DFFCE4
(223,252,228)
#CBE6D0
(203,230,208)
#B7D0BC
(183,208,188)
#A3BAA8
(163,186,168)
#8FA494
(143,164,148)
#7B8E80
(123,142,128)
#67786C
(103,120,108)
#536258
(83,98,88)
#3F4C44
(63,76,68)
#2B3630
(43,54,48)
#17201C
(23,32,28)
#000000
(0,0,0)

Tints of #DFFCE4

#DFFCE4
(223,252,228)
#E1FCE6
(225,252,230)
#E3FCE8
(227,252,232)
#E5FCEA
(229,252,234)
#E7FCEC
(231,252,236)
#E9FCEE
(233,252,238)
#EBFCF0
(235,252,240)
#EDFCF2
(237,252,242)
#EFFCF4
(239,252,244)
#F1FCF6
(241,252,246)
#F3FCF8
(243,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFFCE4 color. Also use rgb(223,252,228) instead hex code.

Text Font Color

.myTextColor { color: #DFFCE4; }

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

This text font color is #DFFCE4.

Background Color

.myBgColor { background-color: #DFFCE4; }

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

This div background color is #DFFCE4.

Border color

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

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

This div border color is #DFFCE4.

Opacity

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

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

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

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

This text has shadow with #DFFCE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFFCE4.

Preview

Color preview on black background

This text has color #DFFCE4 on black background.


Color preview on white background

This text has color #DFFCE4 on white background.


Black color preview on #DFFCE4 background

This text has black color on #DFFCE4 background.


White color preview on #DFFCE4 background

This text has white color on #DFFCE4 background.


Related colors

Complementary color

Complementary color for #hex is #20031B.


I love getcolorcode.com

Triadic colors

1 #E4DFFC and #FCE4DF with #DFFCE4 are triadic colors.

2 #E4FCDF and #FCDFE4 with #DFFCE4 are triadic colors.