COLOR #DFEAE8

HEX: #DFEAE8 RGB: (223,234,232)

Color info

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

RGB color model

#DFEAE8 color RGB value is (223,234,232).

RGB: (223,234,232) (87%, 92%, 91%)

RGB channels and saturation

R 223 of 255 = 87%
G 234 of 255 = 92%
B 232 of 255 = 91%

223
234
232

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

Portions of RGB colors in percentages

R + G + B = 223 + 234 + 232 = 689 (100%)
R 223 of 689 ~ 32.37%
G 234 of 689 ~ 33.96%
B 232 of 689 ~ 33.67'%

%32.37
%33.96
%33.67

CMYK color model

#DFEAE8 color CMYK value is (5,0,1,8).

  • cyan value is 4.70%
  • magenta value is 0.00%
  • yellow value is 0.85%
  • key color value is 8.24%

CMYK: (5,0,1,8)
C5M0Y1K8 (5%, 0%, 1%, 8%)
(0.05 / 0.00 / 0.01 / 0.08)

CMYK percentages

%4.7
%0
%0.85
%8.24

Codes

Color #DFEAE8 in popluar color models

DF EA E8
RGB 223 234 232
HSL 169° 20.75% 89.61%
HSB/HSV 169° 4.70% 91.76%
CMYK 4.70% 0.00% 0.85%
8.24%

Color #DFEAE8 in popluar number systems.

HEX DF EA E8
Decimal 223 234 232
Binary 11011111 11101010 11101000
Octal 337 352 350

Shades and tints

Shades of #DFEAE8

#DFEAE8
(223,234,232)
#CBD5D3
(203,213,211)
#B7C0BE
(183,192,190)
#A3ABA9
(163,171,169)
#8F9694
(143,150,148)
#7B817F
(123,129,127)
#676C6A
(103,108,106)
#535755
(83,87,85)
#3F4240
(63,66,64)
#2B2D2B
(43,45,43)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #DFEAE8

#DFEAE8
(223,234,232)
#E1EBEA
(225,235,234)
#E3ECEC
(227,236,236)
#E5EDEE
(229,237,238)
#E7EEF0
(231,238,240)
#E9EFF2
(233,239,242)
#EBF0F4
(235,240,244)
#EDF1F6
(237,241,246)
#EFF2F8
(239,242,248)
#F1F3FA
(241,243,250)
#F3F4FC
(243,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEAE8; }

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

This text font color is #DFEAE8.

Background Color

.myBgColor { background-color: #DFEAE8; }

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

This div background color is #DFEAE8.

Border color

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

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

This div border color is #DFEAE8.

Opacity

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

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

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

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

This text has shadow with #DFEAE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEAE8.

Preview

Color preview on black background

This text has color #DFEAE8 on black background.


Color preview on white background

This text has color #DFEAE8 on white background.


Black color preview on #DFEAE8 background

This text has black color on #DFEAE8 background.


White color preview on #DFEAE8 background

This text has white color on #DFEAE8 background.


Related colors

Complementary color

Complementary color for #hex is #201517.


I love getcolorcode.com

Triadic colors

1 #E8DFEA and #EAE8DF with #DFEAE8 are triadic colors.

2 #E8EADF and #EADFE8 with #DFEAE8 are triadic colors.