COLOR #DEF8EF

HEX: #DEF8EF RGB: (222,248,239)

Color info

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

RGB color model

#DEF8EF color RGB value is (222,248,239).

RGB: (222,248,239) (87%, 97%, 94%)

RGB channels and saturation

R 222 of 255 = 87%
G 248 of 255 = 97%
B 239 of 255 = 94%

222
248
239

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

Portions of RGB colors in percentages

R + G + B = 222 + 248 + 239 = 709 (100%)
R 222 of 709 ~ 31.31%
G 248 of 709 ~ 34.98%
B 239 of 709 ~ 33.71'%

%31.31
%34.98
%33.71

CMYK color model

#DEF8EF color CMYK value is (10,0,4,3).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 3.63%
  • key color value is 2.75%
CMYK: (10,0,4,3) C10M0Y4K3 (10%,0%,4%,3%) (0.10/0.00/0.04/0.03) 

CMYK percentages

%10.48
%0
%3.63
%2.75

Codes

Color #DEF8EF in popluar color models

DE F8 EF
RGB 222 248 239
HSL 159° 65.00% 92.16%
HSB/HSV 159° 10.48% 97.25%
CMYK 10.48% 0.00% 3.63%
2.75%

Color #DEF8EF in popluar number systems.

HEX DE F8 EF
Decimal 222 248 239
Binary 11011110 11111000 11101111
Octal 336 370 357

Shades and tints

Shades of #DEF8EF

#DEF8EF
(222,248,239)
#CAE2DA
(202,226,218)
#B6CCC5
(182,204,197)
#A2B6B0
(162,182,176)
#8EA09B
(142,160,155)
#7A8A86
(122,138,134)
#667471
(102,116,113)
#525E5C
(82,94,92)
#3E4847
(62,72,71)
#2A3232
(42,50,50)
#161C1D
(22,28,29)
#000000
(0,0,0)

Tints of #DEF8EF

#DEF8EF
(222,248,239)
#E1F8F0
(225,248,240)
#E4F8F1
(228,248,241)
#E7F8F2
(231,248,242)
#EAF8F3
(234,248,243)
#EDF8F4
(237,248,244)
#F0F8F5
(240,248,245)
#F3F8F6
(243,248,246)
#F6F8F7
(246,248,247)
#F9F8F8
(249,248,248)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF8EF color. Also use rgb(222,248,239) instead hex code.

Text Font Color

.myTextColor { color: #DEF8EF; }

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

This text font color is #DEF8EF.

Background Color

.myBgColor { background-color: #DEF8EF; }

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

This div background color is #DEF8EF.

Border color

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

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

This div border color is #DEF8EF.

Opacity

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

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

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

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

This text has shadow with #DEF8EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF8EF.

Preview

Color preview on black background

This text has color #DEF8EF on black background.


Color preview on white background

This text has color #DEF8EF on white background.


Black color preview on #DEF8EF background

This text has black color on #DEF8EF background.


White color preview on #DEF8EF background

This text has white color on #DEF8EF background.


Related colors

Complementary color

Complementary color for #hex is #210710.


I love getcolorcode.com

Triadic colors

1 #EFDEF8 and #F8EFDE with #DEF8EF are triadic colors.

2 #EFF8DE and #F8DEEF with #DEF8EF are triadic colors.