COLOR #DFF0EE

HEX: #DFF0EE RGB: (223,240,238)

Color info

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

RGB color model

#DFF0EE color RGB value is (223,240,238).

RGB: (223,240,238) (87%, 94%, 93%)

RGB channels and saturation

R 223 of 255 = 87%
G 240 of 255 = 94%
B 238 of 255 = 93%

223
240
238

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

Portions of RGB colors in percentages

R + G + B = 223 + 240 + 238 = 701 (100%)
R 223 of 701 ~ 31.81%
G 240 of 701 ~ 34.24%
B 238 of 701 ~ 33.95'%

%31.81
%34.24
%33.95

CMYK color model

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

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.88%
CMYK: (7,0,1,6) C7M0Y1K6 (7%,0%,1%,6%) (0.07/0.00/0.01/0.06) 

CMYK percentages

%7.08
%0
%0.83
%5.88

Codes

Color #DFF0EE in popluar color models

DF F0 EE
RGB 223 240 238
HSL 173° 36.17% 90.78%
HSB/HSV 173° 7.08% 94.12%
CMYK 7.08% 0.00% 0.83%
5.88%

Color #DFF0EE in popluar number systems.

HEX DF F0 EE
Decimal 223 240 238
Binary 11011111 11110000 11101110
Octal 337 360 356

Shades and tints

Shades of #DFF0EE

#DFF0EE
(223,240,238)
#CBDBD9
(203,219,217)
#B7C6C4
(183,198,196)
#A3B1AF
(163,177,175)
#8F9C9A
(143,156,154)
#7B8785
(123,135,133)
#677270
(103,114,112)
#535D5B
(83,93,91)
#3F4846
(63,72,70)
#2B3331
(43,51,49)
#171E1C
(23,30,28)
#000000
(0,0,0)

Tints of #DFF0EE

#DFF0EE
(223,240,238)
#E1F1EF
(225,241,239)
#E3F2F0
(227,242,240)
#E5F3F1
(229,243,241)
#E7F4F2
(231,244,242)
#E9F5F3
(233,245,243)
#EBF6F4
(235,246,244)
#EDF7F5
(237,247,245)
#EFF8F6
(239,248,246)
#F1F9F7
(241,249,247)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF0EE; }

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

This text font color is #DFF0EE.

Background Color

.myBgColor { background-color: #DFF0EE; }

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

This div background color is #DFF0EE.

Border color

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

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

This div border color is #DFF0EE.

Opacity

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

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

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

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

This text has shadow with #DFF0EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF0EE.

Preview

Color preview on black background

This text has color #DFF0EE on black background.


Color preview on white background

This text has color #DFF0EE on white background.


Black color preview on #DFF0EE background

This text has black color on #DFF0EE background.


White color preview on #DFF0EE background

This text has white color on #DFF0EE background.


Related colors

Complementary color

Complementary color for #hex is #200F11.


I love getcolorcode.com

Triadic colors

1 #EEDFF0 and #F0EEDF with #DFF0EE are triadic colors.

2 #EEF0DF and #F0DFEE with #DFF0EE are triadic colors.