COLOR #DFFAEF

HEX: #DFFAEF RGB: (223,250,239)

Color info

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

RGB color model

#DFFAEF color RGB value is (223,250,239).

RGB: (223,250,239) (87%, 98%, 94%)

RGB channels and saturation

R 223 of 255 = 87%
G 250 of 255 = 98%
B 239 of 255 = 94%

223
250
239

R + G + B ~ 93%. #DFFAEF is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 250 + 239 = 712 (100%)
R 223 of 712 ~ 31.32%
G 250 of 712 ~ 35.11%
B 239 of 712 ~ 33.57'%

%31.32
%35.11
%33.57

CMYK color model

#DFFAEF color CMYK value is (11,0,4,2).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 4.40%
  • key color value is 1.96%
CMYK: (11,0,4,2) C11M0Y4K2 (11%,0%,4%,2%) (0.11/0.00/0.04/0.02) 

CMYK percentages

%10.8
%0
%4.4
%1.96

Codes

Color #DFFAEF in popluar color models

DF FA EF
RGB 223 250 239
HSL 156° 72.97% 92.75%
HSB/HSV 156° 10.80% 98.04%
CMYK 10.80% 0.00% 4.40%
1.96%

Color #DFFAEF in popluar number systems.

HEX DF FA EF
Decimal 223 250 239
Binary 11011111 11111010 11101111
Octal 337 372 357

Shades and tints

Shades of #DFFAEF

#DFFAEF
(223,250,239)
#CBE4DA
(203,228,218)
#B7CEC5
(183,206,197)
#A3B8B0
(163,184,176)
#8FA29B
(143,162,155)
#7B8C86
(123,140,134)
#677671
(103,118,113)
#53605C
(83,96,92)
#3F4A47
(63,74,71)
#2B3432
(43,52,50)
#171E1D
(23,30,29)
#000000
(0,0,0)

Tints of #DFFAEF

#DFFAEF
(223,250,239)
#E1FAF0
(225,250,240)
#E3FAF1
(227,250,241)
#E5FAF2
(229,250,242)
#E7FAF3
(231,250,243)
#E9FAF4
(233,250,244)
#EBFAF5
(235,250,245)
#EDFAF6
(237,250,246)
#EFFAF7
(239,250,247)
#F1FAF8
(241,250,248)
#F3FAF9
(243,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFAEF; }

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

This text font color is #DFFAEF.

Background Color

.myBgColor { background-color: #DFFAEF; }

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

This div background color is #DFFAEF.

Border color

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

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

This div border color is #DFFAEF.

Opacity

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

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

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

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

This text has shadow with #DFFAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFFAEF.

Preview

Color preview on black background

This text has color #DFFAEF on black background.


Color preview on white background

This text has color #DFFAEF on white background.


Black color preview on #DFFAEF background

This text has black color on #DFFAEF background.


White color preview on #DFFAEF background

This text has white color on #DFFAEF background.


Related colors

Complementary color

Complementary color for #hex is #200510.


I love getcolorcode.com

Triadic colors

1 #EFDFFA and #FAEFDF with #DFFAEF are triadic colors.

2 #EFFADF and #FADFEF with #DFFAEF are triadic colors.