COLOR #DFEEF3

HEX: #DFEEF3 RGB: (223,238,243)

Color info

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

RGB color model

#DFEEF3 color RGB value is (223,238,243).

RGB: (223,238,243) (87%, 93%, 95%)

RGB channels and saturation

R 223 of 255 = 87%
G 238 of 255 = 93%
B 243 of 255 = 95%

223
238
243

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

Portions of RGB colors in percentages

R + G + B = 223 + 238 + 243 = 704 (100%)
R 223 of 704 ~ 31.68%
G 238 of 704 ~ 33.81%
B 243 of 704 ~ 34.52'%

%31.68
%33.81
%34.52

CMYK color model

#DFEEF3 color CMYK value is (8,2,0,5).

  • cyan value is 8.23%
  • magenta value is 2.06%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (8,2,0,5)
C8M2Y0K5 (8%, 2%, 0%, 5%)
(0.08 / 0.02 / 0.00 / 0.05)

CMYK percentages

%8.23
%2.06
%0
%4.71

Codes

Color #DFEEF3 in popluar color models

DF EE F3
RGB 223 238 243
HSL 195° 45.45% 91.37%
HSB/HSV 195° 8.23% 95.29%
CMYK 8.23% 2.06% 0.00%
4.71%

Color #DFEEF3 in popluar number systems.

HEX DF EE F3
Decimal 223 238 243
Binary 11011111 11101110 11110011
Octal 337 356 363

Shades and tints

Shades of #DFEEF3

#DFEEF3
(223,238,243)
#CBD9DD
(203,217,221)
#B7C4C7
(183,196,199)
#A3AFB1
(163,175,177)
#8F9A9B
(143,154,155)
#7B8585
(123,133,133)
#67706F
(103,112,111)
#535B59
(83,91,89)
#3F4643
(63,70,67)
#2B312D
(43,49,45)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #DFEEF3

#DFEEF3
(223,238,243)
#E1EFF4
(225,239,244)
#E3F0F5
(227,240,245)
#E5F1F6
(229,241,246)
#E7F2F7
(231,242,247)
#E9F3F8
(233,243,248)
#EBF4F9
(235,244,249)
#EDF5FA
(237,245,250)
#EFF6FB
(239,246,251)
#F1F7FC
(241,247,252)
#F3F8FD
(243,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEEF3; }

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

This text font color is #DFEEF3.

Background Color

.myBgColor { background-color: #DFEEF3; }

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

This div background color is #DFEEF3.

Border color

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

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

This div border color is #DFEEF3.

Opacity

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

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

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

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

This text has shadow with #DFEEF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEEF3.

Preview

Color preview on black background

This text has color #DFEEF3 on black background.


Color preview on white background

This text has color #DFEEF3 on white background.


Black color preview on #DFEEF3 background

This text has black color on #DFEEF3 background.


White color preview on #DFEEF3 background

This text has white color on #DFEEF3 background.


Related colors

Complementary color

Complementary color for #hex is #20110C.


I love getcolorcode.com

Triadic colors

1 #F3DFEE and #EEF3DF with #DFEEF3 are triadic colors.

2 #F3EEDF and #EEDFF3 with #DFEEF3 are triadic colors.