COLOR #DEF4ED

HEX: #DEF4ED
RGB: (222,244,237)

Color info

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

RGB color model

#DEF4ED color RGB value is (222,244,237).

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

RGB channels and saturation

R 222 of 255 = 87%
G 244 of 255 = 96%
B 237 of 255 = 93%

222
244
237

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

Portions of RGB colors in percentages

R + G + B =
222 + 244 + 237 = 703 (100%)
R 222 of 703 ~ 31.58%
G 244 of 703 ~ 34.71%
B 237 of 703 ~ 33.71%

%31.58
%34.71
%33.71

CMYK color model

#DEF4ED color CMYK value is (9,0,3,4).

  • cyan value is 9.02%
  • magenta value is 0.00%
  • yellow value is 2.87%
  • key color value is 4.31%
CMYK:
(9,0,3,4)
C9M0Y3K4 
(9%,0%,3%,4%)
(0.09/0.00/0.03/0.04)	

CMYK percentages

%9.02
%0
%2.87
%4.31

Codes

Color #DEF4ED in popluar color models

DEF4ED
RGB222244237
HSL161°50.00%91.37%
HSB/HSV161°9.02%95.69%
CMYK9.02%0.00%2.87%
4.31%

Color #DEF4ED in popluar number systems.

HEXDEF4ED
Decimal222244237
Binary110111101111010011101101
Octal336364355

Shades and tints

Shades of #DEF4ED

#DEF4ED
(222,244,237)
#CADED8
(202,222,216)
#B6C8C3
(182,200,195)
#A2B2AE
(162,178,174)
#8E9C99
(142,156,153)
#7A8684
(122,134,132)
#66706F
(102,112,111)
#525A5A
(82,90,90)
#3E4445
(62,68,69)
#2A2E30
(42,46,48)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #DEF4ED

#DEF4ED
(222,244,237)
#E1F5EE
(225,245,238)
#E4F6EF
(228,246,239)
#E7F7F0
(231,247,240)
#EAF8F1
(234,248,241)
#EDF9F2
(237,249,242)
#F0FAF3
(240,250,243)
#F3FBF4
(243,251,244)
#F6FCF5
(246,252,245)
#F9FDF6
(249,253,246)
#FCFEF7
(252,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF4ED; }

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

This text font color is #DEF4ED.


Background Color

.myBgColor { background-color: #DEF4ED; }

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

This div background color is #DEF4ED.


Border color

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

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

This div border color is #DEF4ED.


Opacity

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

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

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

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

This text has shadow with #DEF4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF4ED on black background.


Color preview on white background

This text has color #DEF4ED on white background.



Black color preview on #DEF4ED background

This text has black color on #DEF4ED background.


White color preview on #DEF4ED background

This text has white color on #DEF4ED background.