COLOR #DEFEDB

HEX: #DEFEDB
RGB: (222,254,219)

Color info

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

RGB color model

#DEFEDB color RGB value is (222,254,219).

  • red value is 222;
  • green value is 254;
  • blue value is 219.
RGB:
(222,254,219)
(87%,100%,86%)

RGB channels and saturation

R 222 of 255 = 87%
G 254 of 255 = 100%
B 219 of 255 = 86%

222
254
219

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

Portions of RGB colors in percentages

R + G + B =
222 + 254 + 219 = 695 (100%)
R 222 of 695 ~ 31.94%
G 254 of 695 ~ 36.55%
B 219 of 695 ~ 31.51%

%31.94
%36.55
%31.51

CMYK color model

#DEFEDB color CMYK value is (13,0,14,0).

  • cyan value is 12.60%
  • magenta value is 0.00%
  • yellow value is 13.78%
  • key color value is 0.39%
CMYK:
(13,0,14,0)
C13M0Y14K0 
(13%,0%,14%,0%)
(0.13/0.00/0.14/0.00)	

CMYK percentages

%12.6
%0
%13.78
%0.39

Codes

Color #DEFEDB in popluar color models

DEFEDB
RGB222254219
HSL115°94.59%92.75%
HSB/HSV115°13.78%99.61%
CMYK12.60%0.00%13.78%
0.39%

Color #DEFEDB in popluar number systems.

HEXDEFEDB
Decimal222254219
Binary110111101111111011011011
Octal336376333

Shades and tints

Shades of #DEFEDB

#DEFEDB
(222,254,219)
#CAE7C8
(202,231,200)
#B6D0B5
(182,208,181)
#A2B9A2
(162,185,162)
#8EA28F
(142,162,143)
#7A8B7C
(122,139,124)
#667469
(102,116,105)
#525D56
(82,93,86)
#3E4643
(62,70,67)
#2A2F30
(42,47,48)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #DEFEDB

#DEFEDB
(222,254,219)
#E1FEDE
(225,254,222)
#E4FEE1
(228,254,225)
#E7FEE4
(231,254,228)
#EAFEE7
(234,254,231)
#EDFEEA
(237,254,234)
#F0FEED
(240,254,237)
#F3FEF0
(243,254,240)
#F6FEF3
(246,254,243)
#F9FEF6
(249,254,246)
#FCFEF9
(252,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEFEDB; }

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

This text font color is #DEFEDB.


Background Color

.myBgColor { background-color: #DEFEDB; }

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

This div background color is #DEFEDB.


Border color

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

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

This div border color is #DEFEDB.


Opacity

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

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

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

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

This text has shadow with #DEFEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEFEDB on black background.


Color preview on white background

This text has color #DEFEDB on white background.



Black color preview on #DEFEDB background

This text has black color on #DEFEDB background.


White color preview on #DEFEDB background

This text has white color on #DEFEDB background.