COLOR #DFFEE1

HEX: #DFFEE1
RGB: (223,254,225)

Color info

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

RGB color model

#DFFEE1 color RGB value is (223,254,225).

  • red value is 223;
  • green value is 254;
  • blue value is 225.
RGB:
(223,254,225)
(87%,100%,88%)

RGB channels and saturation

R 223 of 255 = 87%
G 254 of 255 = 100%
B 225 of 255 = 88%

223
254
225

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

Portions of RGB colors in percentages

R + G + B =
223 + 254 + 225 = 702 (100%)
R 223 of 702 ~ 31.77%
G 254 of 702 ~ 36.18%
B 225 of 702 ~ 32.05%

%31.77
%36.18
%32.05

CMYK color model

#DFFEE1 color CMYK value is (12,0,11,0).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 11.42%
  • key color value is 0.39%
CMYK:
(12,0,11,0)
C12M0Y11K0 
(12%,0%,11%,0%)
(0.12/0.00/0.11/0.00)	

CMYK percentages

%12.2
%0
%11.42
%0.39

Codes

Color #DFFEE1 in popluar color models

DFFEE1
RGB223254225
HSL124°93.94%93.53%
HSB/HSV124°12.20%99.61%
CMYK12.20%0.00%11.42%
0.39%

Color #DFFEE1 in popluar number systems.

HEXDFFEE1
Decimal223254225
Binary110111111111111011100001
Octal337376341

Shades and tints

Shades of #DFFEE1

#DFFEE1
(223,254,225)
#CBE7CD
(203,231,205)
#B7D0B9
(183,208,185)
#A3B9A5
(163,185,165)
#8FA291
(143,162,145)
#7B8B7D
(123,139,125)
#677469
(103,116,105)
#535D55
(83,93,85)
#3F4641
(63,70,65)
#2B2F2D
(43,47,45)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #DFFEE1

#DFFEE1
(223,254,225)
#E1FEE3
(225,254,227)
#E3FEE5
(227,254,229)
#E5FEE7
(229,254,231)
#E7FEE9
(231,254,233)
#E9FEEB
(233,254,235)
#EBFEED
(235,254,237)
#EDFEEF
(237,254,239)
#EFFEF1
(239,254,241)
#F1FEF3
(241,254,243)
#F3FEF5
(243,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFFEE1 color. Also use rgb(223,254,225) instead hex code.

Text Font Color

.myTextColor { color: #DFFEE1; }

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

This text font color is #DFFEE1.


Background Color

.myBgColor { background-color: #DFFEE1; }

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

This div background color is #DFFEE1.


Border color

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

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

This div border color is #DFFEE1.


Opacity

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

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

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

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

This text has shadow with #DFFEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFEE1 on black background.


Color preview on white background

This text has color #DFFEE1 on white background.



Black color preview on #DFFEE1 background

This text has black color on #DFFEE1 background.


White color preview on #DFFEE1 background

This text has white color on #DFFEE1 background.