COLOR #DFEEE7

HEX: #DFEEE7 RGB: (223,238,231)

Color info

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

RGB color model

#DFEEE7 color RGB value is (223,238,231).

RGB: (223,238,231) (87%, 93%, 91%)

RGB channels and saturation

R 223 of 255 = 87%
G 238 of 255 = 93%
B 231 of 255 = 91%

223
238
231

R + G + B ~ 90%. #DFEEE7 is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 238 + 231 = 692 (100%)
R 223 of 692 ~ 32.23%
G 238 of 692 ~ 34.39%
B 231 of 692 ~ 33.38'%

%32.23
%34.39
%33.38

CMYK color model

#DFEEE7 color CMYK value is (6,0,3,7).

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 6.67%

CMYK: (6,0,3,7)
C6M0Y3K7 (6%, 0%, 3%, 7%)
(0.06 / 0.00 / 0.03 / 0.07)

CMYK percentages

%6.3
%0
%2.94
%6.67

Codes

Color #DFEEE7 in popluar color models

DF EE E7
RGB 223 238 231
HSL 152° 30.61% 90.39%
HSB/HSV 152° 6.30% 93.33%
CMYK 6.30% 0.00% 2.94%
6.67%

Color #DFEEE7 in popluar number systems.

HEX DF EE E7
Decimal 223 238 231
Binary 11011111 11101110 11100111
Octal 337 356 347

Shades and tints

Shades of #DFEEE7

#DFEEE7
(223,238,231)
#CBD9D2
(203,217,210)
#B7C4BD
(183,196,189)
#A3AFA8
(163,175,168)
#8F9A93
(143,154,147)
#7B857E
(123,133,126)
#677069
(103,112,105)
#535B54
(83,91,84)
#3F463F
(63,70,63)
#2B312A
(43,49,42)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #DFEEE7

#DFEEE7
(223,238,231)
#E1EFE9
(225,239,233)
#E3F0EB
(227,240,235)
#E5F1ED
(229,241,237)
#E7F2EF
(231,242,239)
#E9F3F1
(233,243,241)
#EBF4F3
(235,244,243)
#EDF5F5
(237,245,245)
#EFF6F7
(239,246,247)
#F1F7F9
(241,247,249)
#F3F8FB
(243,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEEE7; }

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

This text font color is #DFEEE7.

Background Color

.myBgColor { background-color: #DFEEE7; }

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

This div background color is #DFEEE7.

Border color

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

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

This div border color is #DFEEE7.

Opacity

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

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

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

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

This text has shadow with #DFEEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEEE7.

Preview

Color preview on black background

This text has color #DFEEE7 on black background.


Color preview on white background

This text has color #DFEEE7 on white background.


Black color preview on #DFEEE7 background

This text has black color on #DFEEE7 background.


White color preview on #DFEEE7 background

This text has white color on #DFEEE7 background.


Related colors

Complementary color

Complementary color for #hex is #201118.


I love getcolorcode.com

Triadic colors

1 #E7DFEE and #EEE7DF with #DFEEE7 are triadic colors.

2 #E7EEDF and #EEDFE7 with #DFEEE7 are triadic colors.