COLOR #DEF4E5

HEX: #DEF4E5
RGB: (222,244,229)

Color info

#DEF4E5 contains red, green and blue colors in about the same proportion. Web safe color of #DEF4E5 is #CCFFCC (or #CFC).

RGB color model

#DEF4E5 color RGB value is (222,244,229).

  • red value is 222;
  • green value is 244;
  • blue value is 229.
RGB:
(222,244,229)
(87%,96%,90%)

RGB channels and saturation

R 222 of 255 = 87%
G 244 of 255 = 96%
B 229 of 255 = 90%

222
244
229

R + G + B ~ 91%. #DEF4E5 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 244 + 229 = 695 (100%)
R 222 of 695 ~ 31.94%
G 244 of 695 ~ 35.11%
B 229 of 695 ~ 32.95%

%31.94
%35.11
%32.95

CMYK color model

#DEF4E5 color CMYK value is (9,0,6,4).

  • cyan value is 9.02%
  • magenta value is 0.00%
  • yellow value is 6.15%
  • key color value is 4.31%
CMYK:
(9,0,6,4)
C9M0Y6K4 
(9%,0%,6%,4%)
(0.09/0.00/0.06/0.04)	

CMYK percentages

%9.02
%0
%6.15
%4.31

Codes

Color #DEF4E5 in popluar color models

DEF4E5
RGB222244229
HSL139°50.00%91.37%
HSB/HSV139°9.02%95.69%
CMYK9.02%0.00%6.15%
4.31%

Color #DEF4E5 in popluar number systems.

HEXDEF4E5
Decimal222244229
Binary110111101111010011100101
Octal336364345

Shades and tints

Shades of #DEF4E5

#DEF4E5
(222,244,229)
#CADED1
(202,222,209)
#B6C8BD
(182,200,189)
#A2B2A9
(162,178,169)
#8E9C95
(142,156,149)
#7A8681
(122,134,129)
#66706D
(102,112,109)
#525A59
(82,90,89)
#3E4445
(62,68,69)
#2A2E31
(42,46,49)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #DEF4E5

#DEF4E5
(222,244,229)
#E1F5E7
(225,245,231)
#E4F6E9
(228,246,233)
#E7F7EB
(231,247,235)
#EAF8ED
(234,248,237)
#EDF9EF
(237,249,239)
#F0FAF1
(240,250,241)
#F3FBF3
(243,251,243)
#F6FCF5
(246,252,245)
#F9FDF7
(249,253,247)
#FCFEF9
(252,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF4E5 color. Also use rgb(222,244,229) instead hex code.

Text Font Color

.myTextColor { color: #DEF4E5; }

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

This text font color is #DEF4E5.


Background Color

.myBgColor { background-color: #DEF4E5; }

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

This div background color is #DEF4E5.


Border color

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

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

This div border color is #DEF4E5.


Opacity

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

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

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

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

This text has shadow with #DEF4E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF4E5 on black background.


Color preview on white background

This text has color #DEF4E5 on white background.



Black color preview on #DEF4E5 background

This text has black color on #DEF4E5 background.


White color preview on #DEF4E5 background

This text has white color on #DEF4E5 background.