COLOR #DEF8EE

HEX: #DEF8EE
RGB: (222,248,238)

Color info

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

RGB color model

#DEF8EE color RGB value is (222,248,238).

  • red value is 222;
  • green value is 248;
  • blue value is 238.
RGB:
(222,248,238)
(87%,97%,93%)

RGB channels and saturation

R 222 of 255 = 87%
G 248 of 255 = 97%
B 238 of 255 = 93%

222
248
238

R + G + B ~ 92%. #DEF8EE is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 248 + 238 = 708 (100%)
R 222 of 708 ~ 31.36%
G 248 of 708 ~ 35.03%
B 238 of 708 ~ 33.62%

%31.36
%35.03
%33.62

CMYK color model

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

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 4.03%
  • 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
%4.03
%2.75

Codes

Color #DEF8EE in popluar color models

DEF8EE
RGB222248238
HSL157°65.00%92.16%
HSB/HSV157°10.48%97.25%
CMYK10.48%0.00%4.03%
2.75%

Color #DEF8EE in popluar number systems.

HEXDEF8EE
Decimal222248238
Binary110111101111100011101110
Octal336370356

Shades and tints

Shades of #DEF8EE

#DEF8EE
(222,248,238)
#CAE2D9
(202,226,217)
#B6CCC4
(182,204,196)
#A2B6AF
(162,182,175)
#8EA09A
(142,160,154)
#7A8A85
(122,138,133)
#667470
(102,116,112)
#525E5B
(82,94,91)
#3E4846
(62,72,70)
#2A3231
(42,50,49)
#161C1C
(22,28,28)
#000000
(0,0,0)

Tints of #DEF8EE

#DEF8EE
(222,248,238)
#E1F8EF
(225,248,239)
#E4F8F0
(228,248,240)
#E7F8F1
(231,248,241)
#EAF8F2
(234,248,242)
#EDF8F3
(237,248,243)
#F0F8F4
(240,248,244)
#F3F8F5
(243,248,245)
#F6F8F6
(246,248,246)
#F9F8F7
(249,248,247)
#FCF8F8
(252,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF8EE; }

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

This text font color is #DEF8EE.


Background Color

.myBgColor { background-color: #DEF8EE; }

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

This div background color is #DEF8EE.


Border color

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

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

This div border color is #DEF8EE.


Opacity

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

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

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

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

This text has shadow with #DEF8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF8EE on black background.


Color preview on white background

This text has color #DEF8EE on white background.



Black color preview on #DEF8EE background

This text has black color on #DEF8EE background.


White color preview on #DEF8EE background

This text has white color on #DEF8EE background.