COLOR #DEFED7

HEX: #DEFED7 RGB: (222,254,215)

Color info

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

RGB color model

#DEFED7 color RGB value is (222,254,215).

RGB: (222,254,215) (87%, 100%, 84%)

RGB channels and saturation

R 222 of 255 = 87%
G 254 of 255 = 100%
B 215 of 255 = 84%

222
254
215

R + G + B ~ 90%. #DEFED7 is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 254 + 215 = 691 (100%)
R 222 of 691 ~ 32.13%
G 254 of 691 ~ 36.76%
B 215 of 691 ~ 31.11'%

%32.13
%36.76
%31.11

CMYK color model

#DEFED7 color CMYK value is (13,0,15,0).

  • cyan value is 12.60%
  • magenta value is 0.00%
  • yellow value is 15.35%
  • key color value is 0.39%

CMYK: (13,0,15,0)
C13M0Y15K0 (13%, 0%, 15%, 0%)
(0.13 / 0.00 / 0.15 / 0.00)

CMYK percentages

%12.6
%0
%15.35
%0.39

Codes

Color #DEFED7 in popluar color models

DE FE D7
RGB 222 254 215
HSL 109° 95.12% 91.96%
HSB/HSV 109° 15.35% 99.61%
CMYK 12.60% 0.00% 15.35%
0.39%

Color #DEFED7 in popluar number systems.

HEX DE FE D7
Decimal 222 254 215
Binary 11011110 11111110 11010111
Octal 336 376 327

Shades and tints

Shades of #DEFED7

#DEFED7
(222,254,215)
#CAE7C4
(202,231,196)
#B6D0B1
(182,208,177)
#A2B99E
(162,185,158)
#8EA28B
(142,162,139)
#7A8B78
(122,139,120)
#667465
(102,116,101)
#525D52
(82,93,82)
#3E463F
(62,70,63)
#2A2F2C
(42,47,44)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #DEFED7

#DEFED7
(222,254,215)
#E1FEDA
(225,254,218)
#E4FEDD
(228,254,221)
#E7FEE0
(231,254,224)
#EAFEE3
(234,254,227)
#EDFEE6
(237,254,230)
#F0FEE9
(240,254,233)
#F3FEEC
(243,254,236)
#F6FEEF
(246,254,239)
#F9FEF2
(249,254,242)
#FCFEF5
(252,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEFED7; }

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

This text font color is #DEFED7.

Background Color

.myBgColor { background-color: #DEFED7; }

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

This div background color is #DEFED7.

Border color

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

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

This div border color is #DEFED7.

Opacity

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

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

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

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

This text has shadow with #DEFED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEFED7.

Preview

Color preview on black background

This text has color #DEFED7 on black background.


Color preview on white background

This text has color #DEFED7 on white background.


Black color preview on #DEFED7 background

This text has black color on #DEFED7 background.


White color preview on #DEFED7 background

This text has white color on #DEFED7 background.


Related colors

Complementary color

Complementary color for #hex is #210128.


I love getcolorcode.com

Triadic colors

1 #D7DEFE and #FED7DE with #DEFED7 are triadic colors.

2 #D7FEDE and #FEDED7 with #DEFED7 are triadic colors.