COLOR #DFEFEE

HEX: #DFEFEE RGB: (223,239,238)

Color info

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

RGB color model

#DFEFEE color RGB value is (223,239,238).

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

RGB channels and saturation

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

223
239
238

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

Portions of RGB colors in percentages

R + G + B = 223 + 239 + 238 = 700 (100%)
R 223 of 700 ~ 31.86%
G 239 of 700 ~ 34.14%
B 238 of 700 ~ 34'%

%31.86
%34.14
%34

CMYK color model

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

  • cyan value is 6.69%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 6.27%
CMYK: (7,0,0,6) C7M0Y0K6 (7%,0%,0%,6%) (0.07/0.00/0.00/0.06) 

CMYK percentages

%6.69
%0
%0.42
%6.27

Codes

Color #DFEFEE in popluar color models

DF EF EE
RGB 223 239 238
HSL 176° 33.33% 90.59%
HSB/HSV 176° 6.69% 93.73%
CMYK 6.69% 0.00% 0.42%
6.27%

Color #DFEFEE in popluar number systems.

HEX DF EF EE
Decimal 223 239 238
Binary 11011111 11101111 11101110
Octal 337 357 356

Shades and tints

Shades of #DFEFEE

#DFEFEE
(223,239,238)
#CBDAD9
(203,218,217)
#B7C5C4
(183,197,196)
#A3B0AF
(163,176,175)
#8F9B9A
(143,155,154)
#7B8685
(123,134,133)
#677170
(103,113,112)
#535C5B
(83,92,91)
#3F4746
(63,71,70)
#2B3231
(43,50,49)
#171D1C
(23,29,28)
#000000
(0,0,0)

Tints of #DFEFEE

#DFEFEE
(223,239,238)
#E1F0EF
(225,240,239)
#E3F1F0
(227,241,240)
#E5F2F1
(229,242,241)
#E7F3F2
(231,243,242)
#E9F4F3
(233,244,243)
#EBF5F4
(235,245,244)
#EDF6F5
(237,246,245)
#EFF7F6
(239,247,246)
#F1F8F7
(241,248,247)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEFEE; }

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

This text font color is #DFEFEE.

Background Color

.myBgColor { background-color: #DFEFEE; }

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

This div background color is #DFEFEE.

Border color

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

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

This div border color is #DFEFEE.

Opacity

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

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

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

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

This text has shadow with #DFEFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEFEE.

Preview

Color preview on black background

This text has color #DFEFEE on black background.


Color preview on white background

This text has color #DFEFEE on white background.


Black color preview on #DFEFEE background

This text has black color on #DFEFEE background.


White color preview on #DFEFEE background

This text has white color on #DFEFEE background.


Related colors

Complementary color

Complementary color for #hex is #201011.


I love getcolorcode.com

Triadic colors

1 #EEDFEF and #EFEEDF with #DFEFEE are triadic colors.

2 #EEEFDF and #EFDFEE with #DFEFEE are triadic colors.