COLOR #DFEEEA

HEX: #DFEEEA RGB: (223,238,234)

Color info

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

RGB color model

#DFEEEA color RGB value is (223,238,234).

RGB: (223,238,234) (87%, 93%, 92%)

RGB channels and saturation

R 223 of 255 = 87%
G 238 of 255 = 93%
B 234 of 255 = 92%

223
238
234

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

Portions of RGB colors in percentages

R + G + B = 223 + 238 + 234 = 695 (100%)
R 223 of 695 ~ 32.09%
G 238 of 695 ~ 34.24%
B 234 of 695 ~ 33.67'%

%32.09
%34.24
%33.67

CMYK color model

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

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

CMYK: (6,0,2,7)
C6M0Y2K7 (6%, 0%, 2%, 7%)
(0.06 / 0.00 / 0.02 / 0.07)

CMYK percentages

%6.3
%0
%1.68
%6.67

Codes

Color #DFEEEA in popluar color models

DF EE EA
RGB 223 238 234
HSL 164° 30.61% 90.39%
HSB/HSV 164° 6.30% 93.33%
CMYK 6.30% 0.00% 1.68%
6.67%

Color #DFEEEA in popluar number systems.

HEX DF EE EA
Decimal 223 238 234
Binary 11011111 11101110 11101010
Octal 337 356 352

Shades and tints

Shades of #DFEEEA

#DFEEEA
(223,238,234)
#CBD9D5
(203,217,213)
#B7C4C0
(183,196,192)
#A3AFAB
(163,175,171)
#8F9A96
(143,154,150)
#7B8581
(123,133,129)
#67706C
(103,112,108)
#535B57
(83,91,87)
#3F4642
(63,70,66)
#2B312D
(43,49,45)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #DFEEEA

#DFEEEA
(223,238,234)
#E1EFEB
(225,239,235)
#E3F0EC
(227,240,236)
#E5F1ED
(229,241,237)
#E7F2EE
(231,242,238)
#E9F3EF
(233,243,239)
#EBF4F0
(235,244,240)
#EDF5F1
(237,245,241)
#EFF6F2
(239,246,242)
#F1F7F3
(241,247,243)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEEEA; }

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

This text font color is #DFEEEA.

Background Color

.myBgColor { background-color: #DFEEEA; }

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

This div background color is #DFEEEA.

Border color

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

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

This div border color is #DFEEEA.

Opacity

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

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

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

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

This text has shadow with #DFEEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEEEA.

Preview

Color preview on black background

This text has color #DFEEEA on black background.


Color preview on white background

This text has color #DFEEEA on white background.


Black color preview on #DFEEEA background

This text has black color on #DFEEEA background.


White color preview on #DFEEEA background

This text has white color on #DFEEEA background.


Related colors

Complementary color

Complementary color for #hex is #201115.


I love getcolorcode.com

Triadic colors

1 #EADFEE and #EEEADF with #DFEEEA are triadic colors.

2 #EAEEDF and #EEDFEA with #DFEEEA are triadic colors.