COLOR #DEFFE5

HEX: #DEFFE5
RGB: (222,255,229)

Color info

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

RGB color model

#DEFFE5 color RGB value is (222,255,229).

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

RGB channels and saturation

R 222 of 255 = 87%
G 255 of 255 = 100%
B 229 of 255 = 90%

222
255
229

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

Portions of RGB colors in percentages

R + G + B =
222 + 255 + 229 = 706 (100%)
R 222 of 706 ~ 31.44%
G 255 of 706 ~ 36.12%
B 229 of 706 ~ 32.44%

%31.44
%36.12
%32.44

CMYK color model

#DEFFE5 color CMYK value is (13,0,10,0).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 0.00%
CMYK:
(13,0,10,0)
C13M0Y10K0 
(13%,0%,10%,0%)
(0.13/0.00/0.10/0.00)	

CMYK percentages

%12.94
%0
%10.2
%0

Codes

Color #DEFFE5 in popluar color models

DEFFE5
RGB222255229
HSL133°100.00%93.53%
HSB/HSV133°12.94%100.00%
CMYK12.94%0.00%10.20%
0.00%

Color #DEFFE5 in popluar number systems.

HEXDEFFE5
Decimal222255229
Binary110111101111111111100101
Octal336377345

Shades and tints

Shades of #DEFFE5

#DEFFE5
(222,255,229)
#CAE8D1
(202,232,209)
#B6D1BD
(182,209,189)
#A2BAA9
(162,186,169)
#8EA395
(142,163,149)
#7A8C81
(122,140,129)
#66756D
(102,117,109)
#525E59
(82,94,89)
#3E4745
(62,71,69)
#2A3031
(42,48,49)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #DEFFE5

#DEFFE5
(222,255,229)
#E1FFE7
(225,255,231)
#E4FFE9
(228,255,233)
#E7FFEB
(231,255,235)
#EAFFED
(234,255,237)
#EDFFEF
(237,255,239)
#F0FFF1
(240,255,241)
#F3FFF3
(243,255,243)
#F6FFF5
(246,255,245)
#F9FFF7
(249,255,247)
#FCFFF9
(252,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEFFE5; }

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

This text font color is #DEFFE5.


Background Color

.myBgColor { background-color: #DEFFE5; }

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

This div background color is #DEFFE5.


Border color

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

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

This div border color is #DEFFE5.


Opacity

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

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

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

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

This text has shadow with #DEFFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEFFE5 on black background.


Color preview on white background

This text has color #DEFFE5 on white background.



Black color preview on #DEFFE5 background

This text has black color on #DEFFE5 background.


White color preview on #DEFFE5 background

This text has white color on #DEFFE5 background.