COLOR #DFEAEE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

223
234
238

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

Portions of RGB colors in percentages

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

%32.09
%33.67
%34.24

CMYK color model

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

  • cyan value is 6.30%
  • magenta value is 1.68%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (6,2,0,7) C6M2Y0K7 (6%,2%,0%,7%) (0.06/0.02/0.00/0.07) 

CMYK percentages

%6.3
%1.68
%0
%6.67

Codes

Color #DFEAEE in popluar color models

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

Color #DFEAEE in popluar number systems.

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

Shades and tints

Shades of #DFEAEE

#DFEAEE
(223,234,238)
#CBD5D9
(203,213,217)
#B7C0C4
(183,192,196)
#A3ABAF
(163,171,175)
#8F969A
(143,150,154)
#7B8185
(123,129,133)
#676C70
(103,108,112)
#53575B
(83,87,91)
#3F4246
(63,66,70)
#2B2D31
(43,45,49)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #DFEAEE

#DFEAEE
(223,234,238)
#E1EBEF
(225,235,239)
#E3ECF0
(227,236,240)
#E5EDF1
(229,237,241)
#E7EEF2
(231,238,242)
#E9EFF3
(233,239,243)
#EBF0F4
(235,240,244)
#EDF1F5
(237,241,245)
#EFF2F6
(239,242,246)
#F1F3F7
(241,243,247)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEAEE; }

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

This text font color is #DFEAEE.

Background Color

.myBgColor { background-color: #DFEAEE; }

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

This div background color is #DFEAEE.

Border color

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

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

This div border color is #DFEAEE.

Opacity

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

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

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

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

This text has shadow with #DFEAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEAEE.

Preview

Color preview on black background

This text has color #DFEAEE on black background.


Color preview on white background

This text has color #DFEAEE on white background.


Black color preview on #DFEAEE background

This text has black color on #DFEAEE background.


White color preview on #DFEAEE background

This text has white color on #DFEAEE background.


Related colors

Complementary color

Complementary color for #hex is #201511.


I love getcolorcode.com

Triadic colors

1 #EEDFEA and #EAEEDF with #DFEAEE are triadic colors.

2 #EEEADF and #EADFEE with #DFEAEE are triadic colors.