COLOR #DFFDEE

HEX: #DFFDEE RGB: (223,253,238)

Color info

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

RGB color model

#DFFDEE color RGB value is (223,253,238).

RGB: (223,253,238) (87%, 99%, 93%)

RGB channels and saturation

R 223 of 255 = 87%
G 253 of 255 = 99%
B 238 of 255 = 93%

223
253
238

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

Portions of RGB colors in percentages

R + G + B = 223 + 253 + 238 = 714 (100%)
R 223 of 714 ~ 31.23%
G 253 of 714 ~ 35.43%
B 238 of 714 ~ 33.33'%

%31.23
%35.43
%33.33

CMYK color model

#DFFDEE color CMYK value is (12,0,6,1).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 0.78%

CMYK: (12,0,6,1)
C12M0Y6K1 (12%, 0%, 6%, 1%)
(0.12 / 0.00 / 0.06 / 0.01)

CMYK percentages

%11.86
%0
%5.93
%0.78

Codes

Color #DFFDEE in popluar color models

DF FD EE
RGB 223 253 238
HSL 150° 88.24% 93.33%
HSB/HSV 150° 11.86% 99.22%
CMYK 11.86% 0.00% 5.93%
0.78%

Color #DFFDEE in popluar number systems.

HEX DF FD EE
Decimal 223 253 238
Binary 11011111 11111101 11101110
Octal 337 375 356

Shades and tints

Shades of #DFFDEE

#DFFDEE
(223,253,238)
#CBE6D9
(203,230,217)
#B7CFC4
(183,207,196)
#A3B8AF
(163,184,175)
#8FA19A
(143,161,154)
#7B8A85
(123,138,133)
#677370
(103,115,112)
#535C5B
(83,92,91)
#3F4546
(63,69,70)
#2B2E31
(43,46,49)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #DFFDEE

#DFFDEE
(223,253,238)
#E1FDEF
(225,253,239)
#E3FDF0
(227,253,240)
#E5FDF1
(229,253,241)
#E7FDF2
(231,253,242)
#E9FDF3
(233,253,243)
#EBFDF4
(235,253,244)
#EDFDF5
(237,253,245)
#EFFDF6
(239,253,246)
#F1FDF7
(241,253,247)
#F3FDF8
(243,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFDEE; }

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

This text font color is #DFFDEE.

Background Color

.myBgColor { background-color: #DFFDEE; }

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

This div background color is #DFFDEE.

Border color

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

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

This div border color is #DFFDEE.

Opacity

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

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

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

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

This text has shadow with #DFFDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFFDEE.

Preview

Color preview on black background

This text has color #DFFDEE on black background.


Color preview on white background

This text has color #DFFDEE on white background.


Black color preview on #DFFDEE background

This text has black color on #DFFDEE background.


White color preview on #DFFDEE background

This text has white color on #DFFDEE background.


Related colors

Complementary color

Complementary color for #hex is #200211.


I love getcolorcode.com

Triadic colors

1 #EEDFFD and #FDEEDF with #DFFDEE are triadic colors.

2 #EEFDDF and #FDDFEE with #DFFDEE are triadic colors.