COLOR #DEFEE5

HEX: #DEFEE5 RGB: (222,254,229)

Color info

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

RGB color model

#DEFEE5 color RGB value is (222,254,229).

RGB: (222,254,229) (87%, 100%, 90%)

RGB channels and saturation

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

222
254
229

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

Portions of RGB colors in percentages

R + G + B = 222 + 254 + 229 = 705 (100%)
R 222 of 705 ~ 31.49%
G 254 of 705 ~ 36.03%
B 229 of 705 ~ 32.48'%

%31.49
%36.03
%32.48

CMYK color model

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

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

CMYK percentages

%12.6
%0
%9.84
%0.39

Codes

Color #DEFEE5 in popluar color models

DE FE E5
RGB 222 254 229
HSL 133° 94.12% 93.33%
HSB/HSV 133° 12.60% 99.61%
CMYK 12.60% 0.00% 9.84%
0.39%

Color #DEFEE5 in popluar number systems.

HEX DE FE E5
Decimal 222 254 229
Binary 11011110 11111110 11100101
Octal 336 376 345

Shades and tints

Shades of #DEFEE5

#DEFEE5
(222,254,229)
#CAE7D1
(202,231,209)
#B6D0BD
(182,208,189)
#A2B9A9
(162,185,169)
#8EA295
(142,162,149)
#7A8B81
(122,139,129)
#66746D
(102,116,109)
#525D59
(82,93,89)
#3E4645
(62,70,69)
#2A2F31
(42,47,49)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #DEFEE5

#DEFEE5
(222,254,229)
#E1FEE7
(225,254,231)
#E4FEE9
(228,254,233)
#E7FEEB
(231,254,235)
#EAFEED
(234,254,237)
#EDFEEF
(237,254,239)
#F0FEF1
(240,254,241)
#F3FEF3
(243,254,243)
#F6FEF5
(246,254,245)
#F9FEF7
(249,254,247)
#FCFEF9
(252,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEFEE5; }

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

This text font color is #DEFEE5.

Background Color

.myBgColor { background-color: #DEFEE5; }

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

This div background color is #DEFEE5.

Border color

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

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

This div border color is #DEFEE5.

Opacity

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

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

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

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

This text has shadow with #DEFEE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEFEE5.

Preview

Color preview on black background

This text has color #DEFEE5 on black background.


Color preview on white background

This text has color #DEFEE5 on white background.


Black color preview on #DEFEE5 background

This text has black color on #DEFEE5 background.


White color preview on #DEFEE5 background

This text has white color on #DEFEE5 background.


Related colors

Complementary color

Complementary color for #hex is #21011A.


I love getcolorcode.com

Triadic colors

1 #E5DEFE and #FEE5DE with #DEFEE5 are triadic colors.

2 #E5FEDE and #FEDEE5 with #DEFEE5 are triadic colors.