COLOR #DFFFEE

HEX: #DFFFEE
RGB: (223,255,238)

Color info

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

RGB color model

#DFFFEE color RGB value is (223,255,238).

  • red value is 223;
  • green value is 255;
  • blue value is 238.
RGB:
(223,255,238)
(87%,100%,93%)

RGB channels and saturation

R 223 of 255 = 87%
G 255 of 255 = 100%
B 238 of 255 = 93%

223
255
238

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

Portions of RGB colors in percentages

R + G + B =
223 + 255 + 238 = 716 (100%)
R 223 of 716 ~ 31.15%
G 255 of 716 ~ 35.61%
B 238 of 716 ~ 33.24%

%31.15
%35.61
%33.24

CMYK color model

#DFFFEE color CMYK value is (13,0,7,0).

  • cyan value is 12.55%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(13,0,7,0)
C13M0Y7K0 
(13%,0%,7%,0%)
(0.13/0.00/0.07/0.00)	

CMYK percentages

%12.55
%0
%6.67
%0

Codes

Color #DFFFEE in popluar color models

DFFFEE
RGB223255238
HSL148°100.00%93.73%
HSB/HSV148°12.55%100.00%
CMYK12.55%0.00%6.67%
0.00%

Color #DFFFEE in popluar number systems.

HEXDFFFEE
Decimal223255238
Binary110111111111111111101110
Octal337377356

Shades and tints

Shades of #DFFFEE

#DFFFEE
(223,255,238)
#CBE8D9
(203,232,217)
#B7D1C4
(183,209,196)
#A3BAAF
(163,186,175)
#8FA39A
(143,163,154)
#7B8C85
(123,140,133)
#677570
(103,117,112)
#535E5B
(83,94,91)
#3F4746
(63,71,70)
#2B3031
(43,48,49)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #DFFFEE

#DFFFEE
(223,255,238)
#E1FFEF
(225,255,239)
#E3FFF0
(227,255,240)
#E5FFF1
(229,255,241)
#E7FFF2
(231,255,242)
#E9FFF3
(233,255,243)
#EBFFF4
(235,255,244)
#EDFFF5
(237,255,245)
#EFFFF6
(239,255,246)
#F1FFF7
(241,255,247)
#F3FFF8
(243,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFFFEE color. Also use rgb(223,255,238) instead hex code.

Text Font Color

.myTextColor { color: #DFFFEE; }

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

This text font color is #DFFFEE.


Background Color

.myBgColor { background-color: #DFFFEE; }

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

This div background color is #DFFFEE.


Border color

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

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

This div border color is #DFFFEE.


Opacity

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

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

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

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

This text has shadow with #DFFFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFFEE on black background.


Color preview on white background

This text has color #DFFFEE on white background.



Black color preview on #DFFFEE background

This text has black color on #DFFFEE background.


White color preview on #DFFFEE background

This text has white color on #DFFFEE background.