COLOR #DFFAED

HEX: #DFFAED
RGB: (223,250,237)

Color info

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

RGB color model

#DFFAED color RGB value is (223,250,237).

  • red value is 223;
  • green value is 250;
  • blue value is 237.
RGB:
(223,250,237)
(87%,98%,93%)

RGB channels and saturation

R 223 of 255 = 87%
G 250 of 255 = 98%
B 237 of 255 = 93%

223
250
237

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

Portions of RGB colors in percentages

R + G + B =
223 + 250 + 237 = 710 (100%)
R 223 of 710 ~ 31.41%
G 250 of 710 ~ 35.21%
B 237 of 710 ~ 33.38%

%31.41
%35.21
%33.38

CMYK color model

#DFFAED color CMYK value is (11,0,5,2).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 5.20%
  • key color value is 1.96%
CMYK:
(11,0,5,2)
C11M0Y5K2 
(11%,0%,5%,2%)
(0.11/0.00/0.05/0.02)	

CMYK percentages

%10.8
%0
%5.2
%1.96

Codes

Color #DFFAED in popluar color models

DFFAED
RGB223250237
HSL151°72.97%92.75%
HSB/HSV151°10.80%98.04%
CMYK10.80%0.00%5.20%
1.96%

Color #DFFAED in popluar number systems.

HEXDFFAED
Decimal223250237
Binary110111111111101011101101
Octal337372355

Shades and tints

Shades of #DFFAED

#DFFAED
(223,250,237)
#CBE4D8
(203,228,216)
#B7CEC3
(183,206,195)
#A3B8AE
(163,184,174)
#8FA299
(143,162,153)
#7B8C84
(123,140,132)
#67766F
(103,118,111)
#53605A
(83,96,90)
#3F4A45
(63,74,69)
#2B3430
(43,52,48)
#171E1B
(23,30,27)
#000000
(0,0,0)

Tints of #DFFAED

#DFFAED
(223,250,237)
#E1FAEE
(225,250,238)
#E3FAEF
(227,250,239)
#E5FAF0
(229,250,240)
#E7FAF1
(231,250,241)
#E9FAF2
(233,250,242)
#EBFAF3
(235,250,243)
#EDFAF4
(237,250,244)
#EFFAF5
(239,250,245)
#F1FAF6
(241,250,246)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFAED; }

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

This text font color is #DFFAED.


Background Color

.myBgColor { background-color: #DFFAED; }

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

This div background color is #DFFAED.


Border color

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

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

This div border color is #DFFAED.


Opacity

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

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

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

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

This text has shadow with #DFFAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFAED on black background.


Color preview on white background

This text has color #DFFAED on white background.



Black color preview on #DFFAED background

This text has black color on #DFFAED background.


White color preview on #DFFAED background

This text has white color on #DFFAED background.